![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello I have just exported a table as .sql from one server and imported it into mysql on another server. The table seems to have loaded OK but I see the following -------------------- Error SQL query: /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; MySqL said #1064 ----------------------- Any ideas please?! |
#3
| |||||
| |||||
|
|
On Sun, 25 Dec 2011 08:12:55 +0000, Geoff <geoff (AT) invalid (DOT) invalid wrote: Hello I have just exported a table as .sql from one server and imported it into mysql on another server. The table seems to have loaded OK but I see the following -------------------- Error SQL query: /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; MySqL said #1064 ----------------------- Any ideas please?! |
|
Statements of the form /*!nnnnn statement */ are staements which not every version can handle. |
|
1064 indicates a parse error. |
|
What method did you use to export the sql file? |
|
What method did you use to import the sql file? What is the MySQL version of the source? (service and client) What is the MySQL version of the target? (service and client) Best regards, |
![]() |
| Thread Tools | |
| Display Modes | |
| |