- 4
- 0
- 约5.72千字
- 约 5页
- 2017-08-08 发布于重庆
- 举报
linuxmysql远程登录,及用户权限.doc
linux mysql 远程登录,及用户权限
在 windows和 linux 上远程登录时,通常会遇到拒绝连接,密码错误,或者权限不足。以致无法正常的使用数据库,如无法创建数据库,看不到系统数据库 mysql等等。
报错如下。
C:\Users\zouqonemysql -h10.20.5.238 -uroot -p1ERROR 1130 (00000): Host 10.20.5.41 is not allowed to connect to this MySQL server
或者 权限不足,看不到所有的数据库
# mysql -uroot -p1Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 10Server version: 5.5.25a-log MySQL Community Server (GPL)
Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or itsaffiliates. Other names may b
原创力文档

文档评论(0)