Category: mysql

create user in MySQL using terminal 0

How to create user in MySQL using terminal?

How to create user in MySQL using terminal? Note :- need to edit commands where “techouse” is mentioned. How to change the password of existing user in mysql ALTER USER ‘techouse’@’localhost’ IDENTIFIED BY ‘MyNewPass’;...

× How can I help you?