> > 안녕하세요.
> > 질문이 있어서요.
> >
> > 1. 유닉스 서버에 php와 Apache가 설치 되어 있어서
> > 나중에 Mysql을 설치 했습니다.
> > mysql_install_db를 실행하면 # 표시 안에 들어 있는 메시지가
> > 떠요.
> > Mysql을 나중에 깔아서 그런지 아니면 유닉스 서버라서 그런지..
> > 어떻게 하면 제대로 실행 시킬수 있을까요? 좀 가르쳐 주세요.
> >
> > ####################################################################
> > mysqld should work normally with the exception that host name resolvin
> > g
> > will not work. This means that you should use IP addresses instead
> > of hostnames when specifying MySQL privileges !
> > Creating db table
> > Creating host table
> > Creating user table
> > Creating func table
> > Creating tables_priv table
> > Creating columns_priv table
> > ./bin/mysqld: 구문 오류 행에서 1: `(' 예기치 않음
> > Installation of grant tables failed!
> >
> > Examine the logs in ./data for more information.
> > You can also try to start the mysqld demon with:
> > ./bin/mysqld --skip-grant &
> > You can use the command line tool
> > ./bin/mysql to connect to the mysql
> > database and look at the grant tables:
> >
> > shell> ./bin/mysql -u root mysql
> > mysql> show tables
> >
> > Try 'mysqld --help' if you have problems with paths. Using --log
> > gives you a log in ./data that may be helpful.
> >
> > The latest information about MySQL is available on the web at
> > http://www.mysql.com
> > Please consult the MySQL manual section: 'Problems running mysql_insta
> > ll_db',
> > and the manual section that describes problems on your OS.
> > Another information source is the MySQL email archive.
> > Please check all of the above before mailing us!
> > And if you do mail us, you MUST use the ./bin/mysqlbug script!
> > ##############################################################
> >
> > 2. 제대로 설치가 안되었는데 그냥 데몬을 띄워 보려고 safe_mysqld &
> > 를 실행시켜 보니까 아래와 같은 메시지가 떠요.
> >
> > ##################################################
> > The file /usr/local/mysql/libexec/mysqld doesn't exists or is not exec
> > utable
> > Please do a cd to the mysql installation directory and restart
> > this scrift from there as follows:
> > ./bin/safe_mysqld.
> > [1] 7315
> > [1] 1 를 빠져나감safe_mysqld
> > ####################################################
>
일단 설치에 문제가 있었던 것 같습니다.
mysql 을 나중에 설치한 것은 문제가 되지 않습니다.
./data 내에 있는 내용을 확인해 보시기 바랍니다.
#######
알려주신대로 ./data 를 확인해 봤는데요.
mysql, test 라는 디렉토리가 두개 생겼구요.
안에 내용은 아무것도 없었어요.
어떻게 해야하죠?
가르쳐 주세요.
|