#55701 closed defect (bug) (fixed)
ms-load mentions MySQL
| Reported by: | tobifjellner | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.1 |
| Component: | Database | Version: | |
| Severity: | normal | Keywords: | good-first-bug has-patch |
| Cc: | Focuses: | multisite |
Description
At lest one error message in ms-load.php mentions MySQL.
<strong>Database tables are missing.</strong> This means that MySQL is not running, WordPress was not installed properly, or someone deleted %s. You really should look at your database now.
This should, when possible, be changed to a generic reference about the database server.
Ref: https://build.trac.wordpress.org/browser/trunk/wp-includes/ms-load.php?marks=480#L480
Change History (10)
#1
@
4 years ago
- Focuses multisite added
- Keywords needs-patch good-first-bug added
- Milestone Awaiting Review → 6.1
This ticket was mentioned in PR #2712 on WordPress/wordpress-develop by tj692.
4 years ago
#5
- Keywords has-patch added; needs-patch removed
Trac ticket: https://core.trac.wordpress.org/ticket/55701
This commit replaces mentions to MySQL with generic mentions to "your database".
#6
follow-up:
↓ 7
@
4 years ago
A first time contributor that I mentored today made the patch: https://github.com/tj692 🎉.
#7
in reply to: ↑ 6
@
4 years ago
Replying to hansjovisyoast:
A first time contributor that I mentored today made the patch: https://github.com/tj692 🎉.
Hi @hansjovisyoast, that's great, thank you! Could they create a WordPress.org account so that the "props" could be given correctly in the commit message?
SergeyBiryukov commented on PR #2712:
4 years ago
#10
Thanks for the PR! Merged in https://core.trac.wordpress.org/changeset/53394.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Previously: #54610