mysql> create database insert;ERROR 1064 (42000): You have an error in your SQL syntax; checkthe manual that corresponds to your MySQL server version for the right syntax to use near 'insert' atline 1
是否有一些关键字不能用作数据库名称?
我的问题是:MySQL抱怨说:
You have an error inyour SQL syntax; check the manual that corresponds to your MySQL server version for the right syntaxto use near 'INNER JOIN abc USING (abc_id) WHERE x < y'
我有问题,让我的php代码在MySQL数据库中进行更改。这是我的代码:**明星是用户名和密码$con=mysqli_connect("192.168.1.98","*****","*****","test");if (mysqli_connect_errno()) echo "Failed to connect to MySQL: " . mysql