Digita semplicemente questa stringa SQL (va bene ovviamente anche da PhpMyAdmin):
GRANT ALL PRIVILEGES ON *.* TO 'USERNAME'@'localhost' IDENTIFIED BY 'PASSWORD';
Poi
FLUSH PRIVILEGES;
O riavvia il mysql server
vnStat: how to monitor and log network traffic on CentOS
Installa il servizio:
yum install vnstat
[Read More]
Impostare data e ora automatica su CentOS
Installa il servizio ntp:
yum install ntp
[Read More]
Install sar (sysstat) on CentOS
Install:
yum install sysstat
[Read More]
Grep Apache access_log and list IP’s by hits and date sorted
Esempio:
[Read More]