mysql설치 에러....

mysql 설치시 아래와같은 에러가 납니다. 처음에 user문제가 있는것 같아서
adduser해서 문제가 해결된줄 알았는데 다른 에러가 또 나는군요...
어찌해야 할지 고수님들의 도움 부탁드리겠습니다.
참고로 user는 root이외에 uhf1000 이 있습니다.
[root@localhost mysql-max-3.23.49a-pc-linux-gnu-i686]# ./configure
--with-charset=euc_kr
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
020622 131304 ./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 -p password 'new-password'
./bin/mysqladmin -u root -h localhost.localdomain -p 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/safe_mysqld &
You can test the MySQL daemon with the benchmarks in the 'sql-bench'
directory
cd sql-bench ; 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@localhost mysql-max-3.23.49a-pc-linux-gnu-i686]# Starting mysqld daemon
with databases from /usr/src/mysql-max-3.23.49a-pc-linux-gnu-i686/data
020622 131305 mysqld ended
Re: mysql설치 에러....
귀하께서 다운받으신 것은 mysql 컴파일 버젼입니다.
또다시 컴파일 하실 필요가 없는 것입니다.
그냥 사용자 등록하시고 (mysqladmin으로...) safe_mysqld & 로 데몬 뜨운
신 다음에 사용하시면 됩니다.
만약 소스 설치를 원하신다면
mysql 사이트에서 소스버젼을 다운받으세요.
소스버젼은 mysql-3.23.xx.tar.gz 의 형식으로 되어 있습니다.
댓글 달기