[求助]MySQL登录求教
%mysql -h hostname -u username -ppassword databasename这条命令怎么用?hostname\username 是怎么定义的,怎么得到的?提示符前的路径是怎么样的?
谢谢,这个问题困扰了我很长时间,一直不知所以然。
你是在命令符下的吗?
比如:
Microsoft Windows XP [版本 5.1.2600]
(C) 版权所有 1985-2001 Microsoft Corp.
C:\Documents and Settings\Administrator>cd ../
C:\Documents and Settings>cd ../
C:\>cd WebServer
C:\WebServer>cd mysql
C:\WebServer\mysql>cd bin
C:\WebServer\mysql\bin>mysql -h localhost -u root -p
Enter password: ***
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 5.0.16-nt
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>