C:\users\zsh>mysql-h 127.0.0.1-u Root-p
Enter Password: * * *
Welcome to the MySQL Monitor. Commands End With; or \g.
Your MySQL Connection ID is one to server version:5.0.27-community-nt
Type ' help ', ' or ' \h ' for help. Type ' \c ' to clear the buffer.
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| Information_schema |
| MySQL |
| Test |
+--------------------+
3 Rows in Set (0.00 sec)
Mysql>
This is not going to work:
C:\users\zsh>test-h 127.0.0.1-u root-p;
' Test ' is not an internal or external command, nor is it a running program
or batch file.
C:\users\zsh>test-h 127.0.0.1-u Root-p
' Test ' is not an internal or external command, nor is it a running program
or batch file.
Thus:
C:\users\zsh>mysql-h host Ip-u user name-p; As long as you know the host IP and user name can
Also configure the bin directory of the MySQL installation in the environment variable
‘
DOS into MySQL