亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

設(shè)置MySQLroot賬戶密碼報(bào)錯(cuò)ERROR 1064 (42000): You have an error in your SQL syntax;的解決方案

 更新時(shí)間:2023年12月07日 10:21:30   作者:梁同學(xué)與Android  
在安裝mysql的時(shí)候,設(shè)置root賬戶密碼出現(xiàn)了ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds..錯(cuò)誤,本文小編給大家介紹了相關(guān)的解決方案,需要的朋友可以參考下

設(shè)置mysql中的root賬戶密碼出現(xiàn)1064錯(cuò)誤代碼

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 ‘(“123456”) where user=“root”’ at line 1

在安裝mysql的時(shí)候,設(shè)置root賬戶密碼出現(xiàn)了上面的問題

解決方案

ALTER USER 'root'@'localhost' IDENTIFIED BY '123456';

截圖

以上就是設(shè)置MySQLroot賬戶密碼報(bào)錯(cuò)ERROR 1064 (42000): You have an error in your SQL syntax;的解決方案的詳細(xì)內(nèi)容,更多關(guān)于設(shè)置mysql中root密碼出現(xiàn)1064的資料請(qǐng)關(guān)注腳本之家其它相關(guān)文章!

相關(guān)文章

最新評(píng)論