當前位置:
首頁 >
【报错】ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds t
發(fā)布時間:2025/3/21
35
豆豆
生活随笔
收集整理的這篇文章主要介紹了
【报错】ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds t
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
設(shè)置mysql中的root賬戶密碼出現(xiàn)1064錯誤代碼
- 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
- 解決方案
- 截圖
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è)置root賬戶密碼出現(xiàn)了上面的問題
解決方案
ALTER USER 'root'@'localhost' IDENTIFIED BY '123456';截圖
《新程序員》:云原生和全面數(shù)字化實踐50位技術(shù)專家共同創(chuàng)作,文字、視頻、音頻交互閱讀總結(jié)
以上是生活随笔為你收集整理的【报错】ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds t的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【报错】No match for arg
- 下一篇: 【阿里云 Linux 服务器】mysql