QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 617|回复: 8

mysql的问题

[复制链接]
发表于 2004-8-19 18:43:16 | 显示全部楼层 |阅读模式
本菜鸟装mysql时候碰到一起怪现象:
1、我安装RH9.0的时候就装mysql,当我在终端输入mysql -u root -p的时候
就能很轻易的进入mysql
2、装完RH9.0后用tar.gz包安装,当我输入以上命令时却怎么也进不去
显示:没有这个命令
但是,phpinfo可以看到mysql,phpmyadmin也可以用,网页也可应用mysql
就是进入不到命令
说明:1、本人已经改过其属性了
      2、当前目录
      3、本人是菜鸟一只
发表于 2004-8-20 09:10:42 | 显示全部楼层
mysql_install_db,创建MySQL授权表。
到安装目录下执行命令或是给出命令的绝对路径。
回复

使用道具 举报

 楼主| 发表于 2004-8-20 10:00:58 | 显示全部楼层
mysql_install_db好像是初始化数据库吧
怎么创建MySQL授权表呢?
我已经在安装目录下试过了,甚至狗急跳墙将它的属性改为777,还是不行
回复

使用道具 举报

发表于 2004-8-20 10:09:02 | 显示全部楼层
晕,你启动mysql server没有哦?
回复

使用道具 举报

 楼主| 发表于 2004-8-20 10:45:31 | 显示全部楼层
当然启动了
phpinfo可以看到mysql,phpmyadmin也可以用,网页也可应用mysql

工作很正常的
所以我很晕阿
回复

使用道具 举报

发表于 2004-8-20 11:09:19 | 显示全部楼层
./mysql -u root -p
回复

使用道具 举报

 楼主| 发表于 2004-8-20 14:12:33 | 显示全部楼层
对,这个也试过
我怎么感觉好像系统并不知道我撞了这个程序
创建MySQL授权表。

请问这是怎么弄呢
回复

使用道具 举报

发表于 2004-8-20 14:16:54 | 显示全部楼层
mysql_install_db就是创建MySQL授权表的。
你的mysql究竟安装成功没有?
回复

使用道具 举报

 楼主| 发表于 2004-8-20 14:52:08 | 显示全部楼层
Installing all prepared tables
040820 14:39:27  /usr/libexec/mysqld: Shutdown Complete


To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
This is done with:
/usr/bin/mysqladmin -u root  password 'new-password'
/usr/bin/mysqladmin -u root -h wlzxaeh  password 'new-password'
See the manual for more instructions.

NOTE:  If you are upgrading from a MySQL <= 3.22.10 you should run
the /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be
able to use the new GRANT command!

You can start the MySQL daemon with:
cd /usr ; /usr/bin/safe_mysqld &
You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:
cd sql-bench ; run-all-tests

Please report any problems with the /usr/bin/mysqlbug script!

The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at https://order.mysql.com
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-7 20:40 , Processed in 0.116077 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表