Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ad-inserter domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/blog.webeats.it/httpdocs/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the cookie-law-info domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/blog.webeats.it/httpdocs/wp-includes/functions.php on line 6114
24 Aprile 2015 - Blog WebEats

Migrare da MySQL a Percona MySQL su Ubuntu

Il passaggio è molto semplice. Basta eseguire dal terminale un pò di comandi per passare al più performante Percona MySQL. Vediamo come fare: prima di tutto stoppiamo il demone MySQL con il comando service mysql stop ora disinstalliamo MySQL con il seguenti comandi apt-get remove mysql-server mysql-client mysql-common apt-get autoremove Aggiungiamo il le chiavi per […]