|
|
我用的是tar包,直接解压缩到/usr/java下,执行以下的命令:
shell> groupadd mysql
shell> useradd -g mysql mysql
然后:[root@www scripts]# ./mysql_install_db
./mysql_install_db: line 1: my_print_defaults: command not found
Didn't find ./bin/mysqld
You should do a 'make install' before executing this script
请指教。 |
|