I am trying to restore the data captured in an innodb hotbackup to a new mysql server.
The source server is Solaris 8, mysql verion 5.0.22-log.
The new server is Solaris 10, mysql version 5.0.37-log
Whether I use an ODBC windows tool or the command line, when I try to optimize the database, I get the following error
mysql> use OUR_DB
Database changed
mysql> optimize local table Bio;
ERROR 2013 (HY000): Lost connection to MySQL server during query
mysql> help
I can connect to the tables and query them at the command line, but this error appears no matter what I use to optimize the database.
Any suggestions would be helpfule.
Thank you
The source server is Solaris 8, mysql verion 5.0.22-log.
The new server is Solaris 10, mysql version 5.0.37-log
Whether I use an ODBC windows tool or the command line, when I try to optimize the database, I get the following error
mysql> use OUR_DB
Database changed
mysql> optimize local table Bio;
ERROR 2013 (HY000): Lost connection to MySQL server during query
mysql> help
I can connect to the tables and query them at the command line, but this error appears no matter what I use to optimize the database.
Any suggestions would be helpfule.
Thank you