Task: Mysql list databases
mysql is a simple command-line tool. mysql is command line and it is very easy to use. Invoke it from the prompt of your command interpreter as follows:
$ mysql
mysql> show databases;
mysql> show databases;
Now list tables, run:
mysql> show tables;Login vao database RDS
$ mysql -h xxx -P 3306 -u root -p xxx:address service mysql
Không có nhận xét nào:
Đăng nhận xét