mysql主從複製或其餘操做報錯ERROR 1064 (42000): You have an er

實驗環境介紹:mysql

在進行mysql主從複製配置從服務器時,系統報錯sql

mysql> change master to master_host='192.168.109.149',master_user='myslave'.master_password='123123',master_log_file='mysql-.bin.000005'master_log_pos=477;
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 '.master_password='123123',master_log_file='mysql-bin.000005'master_log_pos=477' at line 1
mysql>

檢查個人操做命令沒有檢查出問題,因而進行百度,看看萬能的網友們,有沒有遇到一樣的問題,及他們的解決方法,bash

blob.png


如下是,搜索到的幾條收到一樣報錯信息的不一樣錯誤集合服務器

一、ide

blob.png

二、spa

blob.png

三、3d

blob.png

四、server

blob.png


看了以上報錯後,我....知道了,確定是個人配置命令有問題!我沒有檢查出來blog

blob.png


因而,我又去檢查配置命令,發現少了一個逗號分隔it

blob.png

最最最終肯定配置命令無誤後再次執行

blob.png

是的,他成功了!!



總結,當遇到

RROR 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 '.master_password='123123',master_log_file='mysql-bin.000005'master_log_pos=477' at line 1

此報錯,必定要檢查10000遍你的配置命令。


而後,你的問題就解決了。


好了朋友們,咱們下期再見。

相關文章
相關標籤/搜索