当前第2页 返回上一页
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # mysql -h 192.168.1.10 -u root -p
[Sample Output ]
Enter password :
Welcome to the MySQL monitor. Commands end with ; or g.
Your MySQL connection id is 27
Server version: 5.1.69 Source distribution
Copyright (c) 2000, 2013, Oracle and / or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and / or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or 'h' for help. Type 'c' to clear the current input statement.
mysql>
|
本篇文章到这里就已经全部结束了,更多其他精彩内容可以关注php中文网的其他相关栏目教程!!!
以上就是如何允许远程客户端连接MySQL服务器的详细内容,更多文章请关注木庄网络博客!
返回前面的内容
相关阅读 >>
拥有mysql中21个写sql的好习惯
mysql中多表不关联查询的实现方法详解
mysql实现一对多查询的代码示例
实例详解mysql存储过程
【mysql数据库】第四章解读:schema与数据类型优化(下)
mysql在linux下最简单的安装方法
关于mysql exists与not exists分析
对象关系映射orm有什么缺点?
c++连接mysql的方法(直接调用c-api)
mysql 获取时间方式
更多相关阅读请进入《mysql》频道 >>
机械工业出版社
本书主要讲述了数据模型、基于对象的数据库和XML、数据存储和查询、事务管理、体系结构等方面的内容。
转载请注明出处:木庄网络博客 » 如何允许远程客户端连接MySQL服务器