|
Error 1016 during mysqldump
Hi,
I'm trying to backup all my mysql databases.
I'm using this string:
mysqldump -uroot --opt --all-databases -p > /root/mysqldump.sql
I've this error:
Enter password:
mysqldump: Got error: 1016: Can't open file: 'phpbb_sessions.MYI'. (errno: 145) when using LOCK TABLES
How can I solve this?
I need to "stop" all vhost that are using my mysql server? Or add some specific option?
Thank you
|