免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1935 | 回复: 3
打印 上一主题 下一主题

[SQL启动与修改密码]请教关于mysql的二个问题, [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-04-30 00:19 |只看该作者 |倒序浏览
问题一:   
    我装好mysql之后,有一个默认的用户为mysql 它的默认密码为空 我可以登录成功
     不过我想给它加密码,却报错
[root@dengtininf bin]# mysqladmin -umysql -p password cbwsgps
Enter password:
mysqladmin: unable to change password; error: 'Access denied for user ''@'localhost' to database 'mysql''
因为密码为空,我就直接回车了,


按照本版的faq里说的,因为密码为空,我又把-p这个参数给去了,
[root@dengtininf bin]# mysqladmin -umysql  password cbwsgps
mysqladmin: unable to change password; error: 'Access denied for user ''@'localhost' to database 'mysql''
也不行,

为什么它  ''@'localhost'   前面的显示的是空,而不是'mysql'@'localhost'
当我用mysqladmin改其它用户名的密码时却可以,比如说root用户的密码 而且后面显示的也是'root'@'localhost'

问题二
   mysql的启动问题
   [root@dengtining bin]#mysqld_safe  
    Starting mysqld daemon with databases from /usr/local/mysql/data
     之后就没反应了,但是再开一个终端时显示数据库已启动
   我想知道  mysqld_safe --user=mysql &
    后面几个参数的意思 --user=mysql  和&
   
  [root@dengtining bin]#mysqld_safe --help
      Usage: /usr/local/mysql/bin/mysqld_safe [OPTIONS]
  --no-defaults              Don't read the system defaults file
  --defaults-file=FILE       Use the specified defaults file
  --defaults-extra-file=FILE Also use defaults from the specified file
  --ledir=DIRECTORY          Look for mysqld in the specified directory
  --log-error=FILE           Log errors to the specified log file
  --open-files-limit=LIMIT   Limit the number of open files
  --core-file-size=LIMIT     Limit core files to the specified size
  --timezone=TZ              Set the system timezone
  --mysqld=FILE              Use the specified file as mysqld
  --mysqld-version=VERSION   Use "mysqld-VERSION" as mysqld
  --nice=NICE                Set the scheduling priority of mysqld
  --skip-kill-mysqld         Don't try to kill stray mysqld processes

All other options are passed to the mysqld program.

[ 本帖最后由 FM1058 于 2006-4-30 00:23 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2006-04-30 08:29 |只看该作者
原帖由 FM1058 于 2006-4-30 00:19 发表
问题一:   
    我装好mysql之后,有一个默认的用户为mysql 它的默认密码为空 我可以登录成功
     不过我想给它加密码,却报错
[root@dengtininf bin]# mysqladmin -umysql -p password cbwsgps
Enter pass ...


1. 了解权限设置先
2. 了解*nix下启动一个进程后加 '&' 的用途先

论坛徽章:
0
3 [报告]
发表于 2006-04-30 12:38 |只看该作者
我刚才又给试了一下,发现现在mysql服务都启动不了
[root@dengtining bin]# Starting mysqld daemon with databases from /usr/local/mysql/data
STOPPING server from pid file /usr/local/mysql/data/dengtining.pid
060430 12:18:31  mysqld ended
      我到data目录下发现没有dengtining.pid这个进程文件啊
    但我用/usr/local/mysql/bin/mysqld_safe --user=root &可以启动
    我对mysql整过目录的权限没更改过,我按装时就是按照顶置贴里面说的来做的

[root@dengtininf data]# mysqladmin -umysql -p password cbwsgps
Enter password:
mysqladmin: unable to change password; error: 'Access denied for user ''@'localhost' to database 'mysql''
            它提示的错语访问mysql数据库补拒绝,我用chmod -R 777 /usr/local/mysql/data
之后仍然提示相同的错误。
        至于那个进程程序后+'&'我找了半天没找到它的作用,

论坛徽章:
0
4 [报告]
发表于 2006-04-30 12:44 |只看该作者
mysql -uroot -p
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP