How to create a database in My MQL??
Answers
Answered by
1
Explanation:
╔═❤️══════════════╗
...HERE GØΣS UR ANS...
╚══════════════❤️═╝
ⒶⓃⓈⓌⒺⓇ
To create a MySQL database and user, follow these steps:
At the command line, log in to MySQL as the root user: mysql -u root -p.
Type the MySQL root password, and then press Enter.
Type \q to exit the mysql program.
To log in to MySQL as the user you just created, type the following command.
╔════════════════╗
ⓉⒽⒶⓃⓀⓈ
╚════════════════╝
Similar questions