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.