MySQL Backup Issue

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

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.