Answers for "mysql create a database and user"

SQL
1

mysql create a user

CREATE USER 'someusername'@'localhost' IDENTIFIED BY 'password'
Posted by: Guest on March-18-2020

Code answers related to "mysql create a database and user"

Code answers related to "SQL"

Browse Popular Code Answers by Language