[MDEV-26241] Exporting to include drop / create database Created: 2021-07-26 Updated: 2021-08-06 Resolved: 2021-08-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Affects Version/s: | 10.5 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Simon Platten | Assignee: | Sergei Golubchik |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | mysqldump | ||
| Environment: |
Windows 10 |
||
| Description |
|
I'm using mysqladmin in an attempt to export an existing database, it exports tables, data and stored procedures, the output does not contain any DROP DATABASE or CREATE DATABASE instructions the command line is: |
| Comments |
| Comment by Sergei Golubchik [ 2021-08-06 ] | ||
|
See the documentation:
|