|
主题: mysql出现这样的错误怎么办
|
林易
职务:普通成员
等级:3
金币:1.0
发贴:750
|
#12004/4/28 13:38:41
D:\usr\local\mysql\bin>mysqlshow mysqlshow: Access denied for user: 'ODBC@localhost' (Using password: NO)
|
林易
职务:普通成员
等级:3
金币:1.0
发贴:750
|
#22004/4/28 23:31:52
好象mysql目录下面没有config.ini文件啊
|
buzzard
职务:普通成员
等级:1
金币:0.0
发贴:75
|
#32004/4/30 11:00:53
mysql for inux? or windows? i have 't used the command of "mysqlshow" in linux! the command with "show databases" can view the databases in mysql work face on the linux circumstance!
mysqlshow: Access denied for user: 'ODBC@localhost' (Using password: NO) this centense mean "ODBC用户无权访问"!why r u add user ODBC to manage SQL?
if you word circumstance is linux ,you can try to do as follows
#mysql>\q (exit mysql) #su root (use super user) #/usr/local/mysql/bin/mysqladmin -u root -p shutdown #/usr/local/mysql/bin/safe_mysqld ( start mysql with safe mode) #/usr/local/mysql/bin/mysql
|
buzzard
职务:普通成员
等级:1
金币:0.0
发贴:75
|
#42004/4/30 11:04:13
phpMyAdmin include "config.ini" !
u can setup phpMyAdmin ,and use it to SQL operation.
|
林易
职务:普通成员
等级:3
金币:1.0
发贴:750
|
#52004/5/2 23:25:37
buzzard在上个帖子中说 引用: mysql for inux? or windows? i have 't used the command of "mysqlshow" in linux! the command with "show databases" can view the databases in mysql work face on
thank you too much i use mysql in windows .counld you help to solve the problem?
|
林易
职务:普通成员
等级:3
金币:1.0
发贴:750
|
#62004/5/5 12:19:01
哥哥,我看不懂啊,我经常是直接mysql登陆,改成用户登录模式该怎么上
|