mysql 连接命令

deployop@opensuse:~/wwwroot/userCenter> mysql -h 192.168.0.102 -P 3306 -u root -p 
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 4
Server version: 5.0.22-community-nt


Type 'help;' or '\h' for help. Type '\c' to clear the buffer.


mysql> 

你可能感兴趣的:(python)