现在开始连接MySQL服务器,连接MySQL的命令格式为:
mysql –h 主机名 –u 用户名 –p 用户密码
在命令行进入MySQL的目录,
由于我在开始时没有设置密码,所以直接按回车就可以了。如果出现:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 4.1.11-nt
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>