...
Info |
---|
If you get a error message: [ERROR] mysqld: Can't open file: './<database>/<table>.frm' (errno: 24) You need to increase your open_file_limits in my.cnf. On the old supervisor, add: open_files_limit = 100000 to the [mysqld] section of my.cnf |
The mysqldump
should take quite a while to finish, and will print no output. A way to check if it's doing the right thing while it's running is to login to the mysql server on linux machine, and run:
...