I am trying to move my database from linux server to my windows local machine. I created a dump of mysql and tried to restore on my windows machine. when script file (dump file) executes in local machine, it is raising error no. 1105. on many tables.
Any help is appreciated. thanks !
I am trying to move my database from linux server to my windows local
Share
1) Yes: you can absolutely import a MySql database from Linux to Windows. And yes, a dump file is absolutely the best way to do it 🙂
2) The question is “why am I getting Mysql error 1105 on import”?
3) Unfortunately, this error is somewhat generic. There are many different possible root causes.
The link you cited gives many different reasons:
http://forums.mysql.com/read.php?22,19755,305448#msg-305448
For example:
SUGGESTION:
Identify the specific table, cut/paste the sql dump command directly into mysql, and debug that way.
ADDENDUM:
1) Please cut/paste the exact error message.
If possible, please
2) cut/paste the SQL line in your dbexport that’s causing the error.