installing mysql on ubuntu

setup mysql-client

setup mysql-server

run those

sudo mysql --defaults-file=/etc/mysql/debian.cnf

 

CREATE USER 'moaz'@'localhost' IDENTIFIED BY '123456';

GRANT ALL PRIVILEGES ON *. * TO 'moaz'@'localhost' WITH GRANT OPTION;

Comments

Popular posts from this blog

Upgrade Ubuntu Cosmic (18.10) to Focal (20.04)

Installing composer version 2