|
1、我下载了mysql-standard-4.0.18-pc-linux-i686.tar.gz包;
2、拷贝到/usr/local 下;
3、用 tar -zxvf 解包;
4、进入解包后的目录 执行 ./configure;
5、系统提示不需要编译;
6、然后我进入解包目录下的bin中 执行#./safe_mysqld;
7、系统报错
my_print_defaults:unrecognized option '--loose -vosebose'
my_print_defaults:unrecognized option '--loose -vosebose'
The file /usr/local/mysql/bin/mysqld doesn't exist or not is
executable Please do a cd to the mysql installation directory and
restart ./bin/mysqld_safe;
8、是不是安装tar之前要加入mysql用户?
9、我是一个菜鸟,请多多指点,我不胜感激; |
|