mysql 導(dǎo)入數(shù)據(jù)出現(xiàn)問題 [root@mar data]# mysql -uroot -p'1' --socket=/tmp/mysql3306.sock </data/all.sql mysql: [Warning] Using a password on the command line interface can be insecure. ERROR 1840 (HY000) at line 24: @@GLOBAL.GTID_PURGED can only be set when @@GLOBAL.GTID_EXECUTED is empty. 解決方法 reset master; 問題解決 [root@mar data]# mysql -uroot -p'1' --socket=/tmp/mysql3306.sock </data/all.sql mysql: [Warning] Using a password on the command line interface can be insecure.
|
|