|
藍森林 http://www.lslnet.com 2006年8月26日 15:18
配置mysql-standard-4.0.22-pc-linux-i686 出現錯誤 !!!!
我在配置mysql-standard-4.0.22-pc-linux-i686 時 在數據庫初始化時出現錯誤 請高人幫幫忙
[msyql@test mysql-standard-4.0.22-pc-linux-i686]$ scripts/mysql_install_db --user=mysql
Installing all prepared tables
050330 8:17:58 Warning: Can't create test file /usr/local/mysql-standard-4.0.22-pc-linux-i686/data/test.lower-test
050330 8:17:58 Warning: Asked for 196608 thread stack, but got 126976
Warning: One can only use the --user switch if running as root
050330 8:17:58 ./bin/mysqld: File './test-bin.003' not found (Errcode: 13)
050330 8:17:58 Could not use test-bin for logging (error 13). Turning logging off for the whole duration of the MySQL server process. To turn it on again: fix the cause, shutdown the MySQL server and restart it.
050330 8:17:58 ./bin/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 !
To do so, start the server, then issue the following commands:
./bin/mysqladmin -u root password 'new-password'
./bin/mysqladmin -u root -h test.com password 'new-password'
See the manual for more instructions.
NOTE: If you are upgrading from a MySQL <= 3.22.10 you should run
the ./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 . ; ./bin/mysqld_safe &
You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:
cd sql-bench ; perl 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
[size=18][/size] |
配置mysql-standard-4.0.22-pc-linux-i686 出現錯誤 !!!!
權限問題!你用root培植一遍試試! |
| |