随笔分类 -  Mysql

摘要:首先测试linux下的端口有没有开通 /etc/init.d/iptables status 查看3306端口没有开通 使用以下命令开通 /sbin/iptables -I INPUT -p tcp --dport 3306 -j ACCEPT /etc/init.d/iptables status 阅读全文
posted @ 2018-12-29 15:00 TracyRanch 阅读(1207) 评论(0) 推荐(0)
摘要:MYSQL压缩版 自己建立: data(位于mysql的bin一层文件夹),my.ini(文本) my.ini(下面是文本内容) [client] port=3306 default-character-set=utf8 [mysqld] #设置mysql的安装目录 basedir=D:\Other 阅读全文
posted @ 2017-12-05 17:38 TracyRanch 阅读(133) 评论(0) 推荐(0)