#54610 closed defect (bug) (fixed)
Update wording in regards to MySQL database
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.9 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Upgrade/Install | Keywords: | has-patch commit |
| Focuses: | docs | Cc: |
Description
Since a while WordPress is also able to work with MariaDB.
People now use MariaDB for new sites or change their existing sites to MariaDB for various reasons.
Currently wp-config-sample.php and also the instructions how to use it, contain many references to MySQL like MySQL database username, MySQL hostname, Example MySQL username etc.
This leads to confusion, e.g. if MariaDB settings would be entered elsewhere or similar.
All references to MySQL should be adjusted to a more general wording or have added MariaDB in some general descriptions like MySQL settings - You can get this info from your web host.
https://wordpress.org/support/article/editing-wp-config-php/
Change History (10)
This ticket was mentioned in PR #2045 on WordPress/wordpress-develop by audrasjb.
4 years ago
#2
- Keywords has-patch added
Trac ticket: https://core.trac.wordpress.org/ticket/54610
#3
@
4 years ago
Since it's a docs-only ticket, let's consider introducing this change in 5.9.
Plus, it would makes sense with [52319].
#4
@
4 years ago
- Component changed from General to Upgrade/Install
- Milestone changed from Awaiting Review to 5.9
#6
@
4 years ago
- Keywords commit added
Marking PR 2045 for commit.
Changes MySQL to Database settings, which refers to either MySQL or MariaDB.
4 years ago
#9
Committed in https://core.trac.wordpress.org/changeset/52367
Shouldn't we just replace "MySQL" with "SQL" so the comments/instructions could be software-agnostic?
Or do we need deeper changes?