I have created a 2 node mysql cluster which seems to be working fine. I have tried to import a mysql dump backup file to it from another cluster. bouth clusters are the same version. The command I'm using is:
mysql -uroot -p ticket_login < /usr/tmp/patron_recognition_database_2010-06-16_Hour02.sql
after adding the passwrod I get this error:
ERROR 1528 (HY000) at line 22: Failed to create LOGFILE GROUP
I am kind of new to Mysql and clustering so any advise would be most helpfull
Thanks
mysql -uroot -p ticket_login < /usr/tmp/patron_recognition_database_2010-06-16_Hour02.sql
after adding the passwrod I get this error:
ERROR 1528 (HY000) at line 22: Failed to create LOGFILE GROUP
I am kind of new to Mysql and clustering so any advise would be most helpfull
Thanks