You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I noticed that in when you migrate db to Windows, for example:
/srv/mywebsite → C:\xampp\htdocs\mywebsite
When you go to import in phpMyAdmin, it throws this error:
Static analysis:
12 errors were found during analysis.
Unexpected character. (near "\" at position 0)
Unexpected character. (near "\" at position 1)
Unexpected character. (near "\" at position 2)
Unexpected character. (near "\" at position 3)
Unexpected character. (near "\" at position 4)
Unexpected character. (near "\" at position 5)
Unexpected beginning of statement. (near "\" at position 0)
Unexpected beginning of statement. (near "\" at position 1)
Unexpected beginning of statement. (near "\" at position 2)
Unexpected beginning of statement. (near "\" at position 3)
Unexpected beginning of statement. (near "\" at position 4)
Unexpected beginning of statement. (near "\" at position 5)
Comando SQL:
\\\\\\ /*!40101 SET NAMES utf8mb4 */
Mensagens do MySQL : Documentação
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '\\\\\\
/*!40101 SET NAMES utf8mb4 */' at line 1
But when you remove the line within .sql:
Path: C:\\xampp\\htdocs\\mywebsite
The import becomes successful, but I didn't realise yet why PMA blocks commented '\' separator.
Regards,
The text was updated successfully, but these errors were encountered:
Hi, I noticed that in when you migrate db to Windows, for example:
/srv/mywebsite → C:\xampp\htdocs\mywebsite
When you go to import in phpMyAdmin, it throws this error:
But when you remove the line within .sql:
The import becomes successful, but I didn't realise yet why PMA blocks commented '\' separator.
Regards,
The text was updated successfully, but these errors were encountered: