How-to – Manage Multiple MySQL Servers using PHPmyAdmin
Download PHPmyAdmin PHP source at http://www.phpmyadmin.net/home_page/downloads.php . In this case, I will download this version phpMyAdmin-3.4.7-english.tar.gz.
I assume you download the installer under /usr/local/src directory. We will need to rename the folder and...
MySQL – modifica dell’engine su ogni tabella
Di seguito la procedura per eseguire la modifica dell'Engine per le tabelle presenti nel nostro DB (in questo esempio modificheremo l'Engine da MyISAM a InnoDB). La procedura non è automatica, occorre...
mysqldump: Got packet bigger than ‘max_allowed_packet’ bytes
When you dump table data from MySQL, you may end up pulling a large chunk of data and it may exceed the MySQL client’s max_allowed_packet variable. If that happens, you might...