Answers for "mysql command"

SQL
36

mysql list databases

SHOW DATABASES;
Posted by: Guest on March-07-2020
3

mysql command

mysqladmin -u root -p shutdown
mysqld –uroot –p Or mysql.exe -uroot -p
Posted by: Guest on October-12-2020
1

login to database mysql terminal

use DBNAME;
Posted by: Guest on April-08-2020
1

quit mysql

To exit from mysql type quit at the mysql> command-prompt
Posted by: Guest on August-04-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language