Opened 22 months ago
Last modified 22 months ago
#60296 assigned feature request
Creating db if not exist
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | 6.5 |
| Component: | Upgrade/Install | Keywords: | has-patch |
| Focuses: | Cc: |
Description
If the checkbox next to “Create a database if it does not exist” is checked, then the script checks for the presence of a database on the server, and if it does not exist, then creates it.
pull request:https://github.com/WordPress/wordpress-develop/pull/5904
Change History (1)
This ticket was mentioned in PR #5904 on WordPress/wordpress-develop by IlyaYunev.
22 months ago
#1
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.
If the checkbox next to “Create a database if it does not exist” is checked, then the script checks for the presence of a database on the server, and if it does not exist, then creates it.