作业帮 > 英语 > 作业

mysql> grant all privileges on *.* to root @’%’ identified b

来源:学生作业帮 编辑:百度作业网作业帮 分类:英语作业 时间:2024/07/17 01:38:57
mysql> grant all privileges on *.* to root @’%’ identified by '12345678' with grant option;
ERROR 1064 (42000):You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '’%’ identified by '12345678' with grant option' at line 1
mysql> grant all privileges on *.* to root @’%’ identified b
grant all privileges on *.* to root@'%' identified by '12345678' with grant option;
你的分号是中文的,改过来就行了,给个好评的呀.