News

sudo mysql -u root -p Once at the MySQL console, create the new user with the command: create user 'dbadmin'@'%' identified by 'PASSWORD'; where PASSWORD is a strong and unique password.