After adding the statement to login to mysql in the shell, the error is reported as follows
ERROR 1064 (42000) at line 2: 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 ‘exit’ at line 1
After checking, the two back quotes are missing, which is perfectly solved by adding them to the last executed statement
ERROR 1064 (42000) at line 2: 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 ‘exit’ at line 1
After checking, the two back quotes are missing, which is perfectly solved by adding them to the last executed statement
Read More:
- Solve MySQL installation error: initializing database prompts an error when installing mysql
- Solve net start mysql, start MySQL service, prompt system error 5. Access denied.
- Solve MySQL error 2002 (HY000)
- Solve the problem of MySQL 1251 client does not support
- Perfectly solve the 1366 error of saving Chinese in MySQL
- Solve MySQL error 1698 (28000): access denied for user ‘root’ @’localhost ‘
- Solve the problem of MySQL database report 1055 error
- Solve the problem that dbvisualizer cannot connect to mysql8
- How to Solve MacOS Big Sur MySQL workbench flashback problem
- Solve the problem that node. js USES MySQL to connect econnunion 127.0.0.0.1:3306
- Solve the problem of error loading MySQL DB module. Encountered during Django project
- solve com.mysql.jdbc . exceptions.jdbc4 .MySQLSyntaxErrorException:
- Error in installing MySQL devel for CentOS MySQL
- MySQL error set: failed to start mysql.service : Unit mysql.service is masked.
- Thoroughly solve mysql error: 1030,’Got error 28 from storage engine’
- How to solve MySQL error 1049 (42000): unknown database ‘database’
- It can’t connect to local MySQL server through socket ‘/ tmp/ mysql.sock ‘(2) “;
- MySQL local connection Error 1130_ The solution of MySQL 1130 error report when remote connection through Navicat for MySQL
- MySQL – ERROR 1146 (42S02): Table ‘mysql.user’ doesn’t exist
- How to solve the problem of “08001” when JDBC connects to MySQL