Search posts, tags, users, and pages
Sundar blog
create a new user CREATE USER 'sudha'@'localhost' IDENTIFIED BY 'Password@123'; list a user SELECT User, Host FROM mysql.user; create a new database create database companydb02; list a db show d
No responses yet.