QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1037|回复: 3

请问班主和高手们关于mysql!

[复制链接]
发表于 2004-6-14 16:12:50 | 显示全部楼层 |阅读模式
安装了N遍mysql******.tar.gz!
都不行!
也不知怎样搞才是正确的!晕~~~~~~~~~~~~
最后安装redhat9自带的mysql
安装后
(1)建立授权表:[fish@fish fish]$ ./script/mysql_install_db
bash: ./script/mysql_install_db: 没有那个文件或

请问是不是要到安装MYSQL的安装夹!再打 ./script/mysql_install_db
redhat9自带的mysql好像是安装在/var/lib/mysql
但进/var/lib/mysql后
[fish@fish mysql]$ ./scri./script/mysql_install_db
bash: ./scri./script/mysql_install_db: 没有那个文件或目录
再进去/var/lib/mysql/mysql试下。
[fish@fish mysql]$ cd mysql
bash: cd: mysql: 权限不够

``````````````````````````````]
真的不知怎样建授权表!
还有!~
$mysql -u <your uname> -p
password:
这个<your uname>和蔼password要怎样建!!!!!

还有~~~~~~~~~(不好意思~~哦)
[fish@fish fish]$ mysql
ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
是怎么回事???
是不是mysql没有启动还是什么!还是要配置一些文件~~~~~~~~???
请班主和高手们好心给个详细点的回复!~小弟谢谢先啦!!!!请打救我这只菜鸟~~~~
  
发表于 2004-6-14 16:45:00 | 显示全部楼层
1、应该是在 mysql 安装源文件夹下运行 ./script/mysql_install_db

2、应该用 root 用户安装各种软件,除非明确要求使用非 root 用户。不然许多目录不能进入,许多文件没有写权限。

3、$mysql -u <your uname> -p 里的 <your uname> 替换成你的用户名。password: 时输入密码(这里应该没有回显)

4、mysql 命令是启动 MySQL 的命令行客户端,并不是启动 MySQL 服务,启动服务应该是 mysqld 。

建议观看 INSTALL 帮助文件,里面有详细的安装帮助。
回复

使用道具 举报

 楼主| 发表于 2004-6-14 21:53:35 | 显示全部楼层
请问班主:
我重新下载了个mysql二进源码安装!
安装过程中:来到这一步!!!!有这样的提示是什么意思!
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
This is done with:
./bin/mysqladmin -u root  password 'new-password'
./bin/mysqladmin -u root -h fish  password 'new-password'
See the manual for more instructions.

You can start the MySQL daemon with:
cd . ; ./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 ./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

[mysql@fish mysql]$ cd /etc/rc.d/init.d


[root@fish init.d]# cp /usr/local/mysql/support-files/mysql.server mysql

[root@fish init.d]# chmod +x mysql
[root@fish init.d]# /sbin/chkconfig --del mysql
[root@fish init.d]# /sbin/chkconfig --add mysql
[root@fish init.d]# /etc/rc.d/init.d/mysql start
[root@fish init.d]# Starting mysqld daemon with databases from /usr/local/mysql/data
040614 21:04:28  mysqld ended

[root@fish init.d]# /etc/rc.d/init.d/mysql start
[root@fish init.d]# Starting mysqld daemon with databases from /usr/local/mysql/data
040614 21:04:59  mysqld ended
回复

使用道具 举报

发表于 2004-6-15 10:50:00 | 显示全部楼层
那个提示是告诉你:不要忘记设置 MySQL 的 root 密码

cd . ; ./bin/safe_mysqld & 是启动 MySQL 的命令

我怀疑你的 MySQL 启动方法有问题
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-16 05:11 , Processed in 0.041415 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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