[root@thuenv bin]# ./mysql -h localhost -u bbs -p bbs
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 721 to server version: 4.0.22-log
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> \q
Bye
[root@thuenv bin]#
MYSQLHOST = "localhost"
MYSQLUSER = "bbs"
MYSQLPASSWORD = "保密"
MYSQLSMSDATABASE = "bbs"
MYSQLPORT = "3306"
【 在 atppp (Big Mouse) 的大作中提到: 】
: $ mysql -h localhost -u wForum -p smth_pc
: Enter password:
: Reading table information for completion of table and column names
: ...................
--
FROM 218.249.22.129