create new user in mysql

myql -u root -p

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

Leave a Reply

Your email address will not be published. Required fields are marked *