Submitted by gnilebein on Sun, 04/23/2017 - 16:42
I exported my mysql database in virtualmin (download in Browser. The first line of the SQL File is:
mysqldump: [Warning] Using a password on the command line interface can be insecure.
But with this line you can not import the file with any DB admin tool.
Status:
Active
Comments
Submitted by JamieCameron on Sun, 04/23/2017 - 21:31 Comment #1
This is a known issue with including some error output from the
mysqldump
command in the backups, which will be fixed in the next Webmin release.The work-around is to edit your
/root/.my.cnf
file and remove any password that is set there.