zoukankan
html css js c++ java
mysql远程访问的bindaddress设置
msyql默认的bind-address是127.0.0.1,这样的话就算你创建的用户有可以remote访问的话 也不能通过-h 来访问,mysql只接受localhost,错误提示为:
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)
bind-address后面增加远程访问IP地址或者禁掉这句话就可以让远程机登陆访问了。
查看全文
相关阅读:
187A Permutations
DFS 专题 哈密顿绕行世界问题
DFS 专题 N皇后
DFS专题 Prime Ring Problem
USACO section1.1 Broken Necklace
USACO section1.2 Dual Palindromes
PHPUnitWriting Tests for PHPUnit
PHP 定界符 使用技巧
concat函数
mysql_free_result
原文地址:https://www.cnblogs.com/weaver1/p/3055731.html
最新文章
远程桌面无法使用,登录后立即自动注销
MOSS站点显示其它站点的列表或文档库
Windows SharePoint Service 工作流介绍
用户控件中回车提交问题的解决
MOSS中设置新窗口打开链接
document.onLoad的触发时间
DFS 专题 Tempter of the Bone
USACO section1.2 Palindromic Squares
DFS 专题 Beat
USACO section1.2 Name That Number
热门文章
ZOJ 1008 Gnome Tetravex
DFS专题 Sum It Up
DFS专题 Zipper
DFS专题 变形课
模拟 Robot Motion [HDOJ]
DFS 专题 Accepted Necklace
USACO section1.2 Transformations
USACO section 1.1 Friday the Thirteenth
DFS专题 下沙小面的(2)
USACP section1.2 Milking Cows
Copyright © 2011-2022 走看看