mysql_install_db 실행시 발생 하는 문제입니다. 어떤게 문제일?
Installing all prepared tables
050811 15:30:10 [Warning] Asked for 196608 thread stack, but got 126976
Fill help tables
050811 15:30:10 [Warning] Asked for 196608 thread stack, but got 126976
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:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h 127.0.0.1 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/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 /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
======================================================================================
안녕리눅스에서요 pkgadd mysql* 로 mysql를 설치 하였습니다.
APM을 다 설치 해서 mysql_install_db 로 실행을 시켰습니다.
그런데 위의 메세지중 제일 위헤 있는 메세지
Installing all prepared tables
050811 15:30:10 [Warning] Asked for 196608 thread stack, but got 126976
Fill help tables
050811 15:30:10 [Warning] Asked for 196608 thread stack, but got 126976
이거 두개 때문인지 몰라도
/etc/rc.d/init.d/mysql restart 하면
실패가 나옵니다.
아직 admin 암호 셋팅도 안했구요..
아마도 위의 두줄 땜에 그러는거 같은데..
어떻게 하면 해결이 날까요??
http://www.jsw4.net/info/list-archives/m
http://www.jsw4.net/info/list-archives/mysql/04-wk27/msg00300.html
뭐 이런 대답도 있고요.
http://www.experts-exchange.com/Databases/Mysql/Q_21212206.html
이런 대답도 있네요.
제가 볼때는 두번째 답변인 mysqladmin으로 root의 password를 만드는 것이
답이 아닐까 나름대로 생각해봤습니다.
------------------------------
좋은 하루 되세요.
댓글 달기