myql -u root -p
create database cacti;
grant all on cacti.* to cacti@localhost identified by ‘cactipassword’;
flush privileges;
exit;
myql -u root -p
create database cacti;
grant all on cacti.* to cacti@localhost identified by ‘cactipassword’;
flush privileges;
exit;