묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
mysql configure 하려는중에.. 계속 이런말 나오면서 안되네요..
2003.07.29 14:21
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!
To help you a bit, I am now going to create the needed MySQL databases
and start the MySQL server for you. If you run into any trouble, please
consult the MySQL manual, that you can find in the Docs directory.
Installing all prepared tables
031125 22:03: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 !
This is done with:
./bin/mysqladmin -u root password 'new-password'
./bin/mysqladmin -u root -h itopen.net 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
Starting the mysqld server. You can test that it is up and running
with the command:
./bin/mysqladmin version
[root@itopen mysql-standard-4.0.14-pc-linux-i686]# Starting mysqld daemon with databases from /usr/local/tmp/mysql-standard-4.0.14-pc-linux-i686/data
031125 22:03:59 mysqld ended
대충 mysql 이미 있으니 안해도 된다 그러는거 같은데.. grep 해봐도 mysql 관련된건 없고... -_-;
도데체 무슨 문제인지 모르겠습니다.. 알려주시면 감사하겠습니다. -0-
need to configure it!
To help you a bit, I am now going to create the needed MySQL databases
and start the MySQL server for you. If you run into any trouble, please
consult the MySQL manual, that you can find in the Docs directory.
Installing all prepared tables
031125 22:03: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 !
This is done with:
./bin/mysqladmin -u root password 'new-password'
./bin/mysqladmin -u root -h itopen.net 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
Starting the mysqld server. You can test that it is up and running
with the command:
./bin/mysqladmin version
[root@itopen mysql-standard-4.0.14-pc-linux-i686]# Starting mysqld daemon with databases from /usr/local/tmp/mysql-standard-4.0.14-pc-linux-i686/data
031125 22:03:59 mysqld ended
대충 mysql 이미 있으니 안해도 된다 그러는거 같은데.. grep 해봐도 mysql 관련된건 없고... -_-;
도데체 무슨 문제인지 모르겠습니다.. 알려주시면 감사하겠습니다. -0-
댓글 4
-
ZEME
2003.07.29 14:23
... 참고로 rpm으로 깔았더니 mysqld 데몬이 7개나 뜨더군요 -_- 무슨 문제인지... -
h@ckii
2003.07.29 14:32
binary는 configure할 필요가 없습니다. Source를 다운받아서 configure하고 설치하세요.
"mysqld 데몬이 7개나 뜨더군요 -_- 무슨 문제인지..." : 아무 문제 없습니다. 원래 그럽니다. -
ZEME
2003.07.29 14:38
... 메모리를 의외로 잡아먹어서 -_-; 뭔가 이상이 있는줄 알고...
데몬 개당 20메가씩 먹는 -_-; -
지열
2003.07.30 14:12
바이너리를 받으셨네요