Category: MySQL
-
MySQL Error: 1062 'Duplicate entry' Error
Written by
on
The all too common MySQL ‘Duplicate entry’ Error. mysql> show slave status\G; *************************** 1. row *************************** Slave_IO_State: Waiting for master to send event Master_Host: master-mysql.local Master_User: repl Master_Port: 3306 Connect_Retry:…
-
Installing MariaDB 10.1 on CentOS 6.8
Written by
on
MariaDB is a fork of the MySQL; it is notable for being led by the original developers of MySQL and is community-developed. The original developers forked it due to concerns…
-
Resizing InnoDB Logs
Written by
on
If you have already created your database and you change the setting for “innodb_log_file_size=###M” and restart here you database and get an error that looks something like InnoDB: Error: log…