Tag: database
How To Optimize A Table In MySQL Or MariaDB
http://stackoverflow.com/questions/5474662/mysql-optimize-all-tables $ mysqlcheck -u root -p -o dbname In MariaDB you will see: … note : Table does not support…
How to Upgrade MySQL from 5.5 to 5.7
https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-14-04 https://www.linode.com/docs/databases/mysql/install-mysql-on-ubuntu-14-04 https://help.ubuntu.com/lts/serverguide/mysql.html https://www.digitalocean.com/community/tutorials/how-to-prepare-for-your-mysql-5-7-upgrade 1. The short version of the installation is simple: update your package index, install the mysql-server…
MySQL vs MariaDB
10 reasons to migrate to MariaDB (if still using MySQL) https://seravo.fi/2015/10-reasons-to-migrate-to-mariadb-if-still-using-mysql MariaDB versus MySQL – Features https://mariadb.com/kb/en/mariadb/mariadb-vs-mysql-features/ MariaDB versus MySQL…