
MySQL
cppbegginer
一切都是浮云~
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mysql 修改密码
MySQL -uroot -p MySQL原创 2012-12-04 15:16:26 · 442 阅读 · 0 评论 -
Python MySQLdb在Linux下的快速安装
需要: A.gcc B.setuptools wget -O setuptools-0.6c8.tar.gz http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c8.tar.gz 解压执行 sudo easy_install.py [或者 python setup.py build && sudo转载 2012-12-27 17:32:39 · 405 阅读 · 0 评论 -
mysql远程访问受限
‘127.0.0.1’ is not allowed to connect to this MySQL serverConnection closed by foreign host 远程访问权限 安装了mysql,然后用telnet ip 3306,端口后报BHost ‘127.0.0.1’ is not allowed to connect to this MySQL server转载 2012-12-27 20:12:49 · 487 阅读 · 0 评论