MySQL  config flie - my.cnf

 /etc/my.cnf

 

[mysqld]

...............

slave-skip-errors=1062

..............

 

MySQL - start / stop /restart

 /etc/init.d/mysqld

 

# service mysqld start

# service mysqld stop

# service mysqld restart

 

+ Recent posts