mysql> show slave status\G *************************** 1. row *************************** Slave_IO_State: Waiting for master to send event Master_Host: 192.168.0.101 Master_User: sp_replication Master_Port: 3306 Connect_Retry: 60 Master_Log_File: firefoot-bin.000012 Read_Master_Log_Pos: 87004340 Relay_Log_File: relay-strider.000022 Relay_Log_Pos: 1281262 Relay_Master_Log_File: firefoot-bin.000010 Slave_IO_Running: Yes Slave_SQL_Running: No Replicate_Do_DB: mysql,soccerproject_www,soccerproject_beta Replicate_Ignore_DB: soccerproject_test Replicate_Do_Table: Replicate_Ignore_Table: Replicate_Wild_Do_Table: Replicate_Wild_Ignore_Table: Last_Errno: 1064 Last_Error: Error '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 '' at line 1' on query. Default database: 'soccerproject_www'. Query: 'UPDATE speler SET gekwetst = 0 , kwetsure = 2 , liga_schorsing = liga_schorsing + 0 , cup_schorsing = cup_schorsing + 0 , tot_games = 92 , tot_goals_liga = 0 , tot_goals_cup = 0 , tot_geel_liga = 7 , tot_rood_liga = 0 , tot_geel_cup = 0 , tot_rood_cup = 0 , tot_bles = 1 , cur_games = 7 , cur_goals_liga = 0 , cur_goals_cup = 0 , cur_geel_liga = 0 , cur_rood_liga = 0 , cur_geel_cup = 0 , cur_rood_cup = 0 , cur_rood_fr = 0 , tot_rood_fr = 0 , cur_geel_fr = 0 , tot_geel_fr = 8 , cur_goals_fr = 0 , tot_goals_fr = 0 , cur_bles = 0 , moraal = 1000 , fitheid = 628 , ervaring Skip_Counter: 0 Exec_Master_Log_Pos: 1281122 Relay_Log_Space: 520119364 Until_Condition: None Until_Log_File: Until_Log_Pos: 0 Master_SSL_Allowed: No Master_SSL_CA_File: Master_SSL_CA_Path: Master_SSL_Cert: Master_SSL_Cipher: Master_SSL_Key: Seconds_Behind_Master: NULL 1 row in set (0.00 sec) mysql>