mySQL questions

Colin Guthrie gmane at colin.guthr.ie
Thu Dec 14 09:57:11 UTC 2006


Maximilian Kossick wrote:
> Use mysql-admin or another mysql administration tool to create a backup of 
> your mysql database.

That's probably the best advice.

If you want to use the command line, try:

mysqldump --opt -u [username] -p [amarok_db_name] >mybackup.sql

You'll have to enter the password (the -p switch does that).

Hope that helps

Col.





More information about the Amarok mailing list