MYSQLのデータベース初期化ができません
SentOS上でMYSQLをインストールしたいのですが、
データベース初期化時に下記のメッセージが出力され、
書籍では作成されると書いてある「var」フォルダが
作成されません。
[root@2 usr]# /usr/local/mysql/bin/mysql_install_db --user=mysql
Installing MySQL system tables...
OK
Filling help tables...
OK
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/local/mysql/bin/mysqladmin -u root password 'new-password'
/usr/local/mysql/bin/mysqladmin -u root -h 2.0.168.192.in-addr.arpa password 'new-password'
Alternatively you can run:
/usr/local/mysql/bin/mysql_secure_installation
which will also give you the option of removing the test
databases and anonymous user created by default. This is
strongly recommended for production servers.
See the manual for more instructions.
You can start the MySQL daemon with:
cd /usr/local/mysql ; /usr/local/mysql/bin/mysqld_safe &
You can test the MySQL daemon with mysql-test-run.pl
cd mysql-test ; perl mysql-test-run.pl
Please report any problems with the /usr/local/mysql/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 http://shop.mysql.com
どなたか対処方が分る方教えて下さい。
よろしくお願いいたします。
補足
ありがとうございます。 ご指摘の方法で、起動オプションの変更ができました。 ただ、今度は、データベースは接続できるのですが、データベースに登録しているテーブルが全く閲覧できない状態になってしまいました。 PhpMyAdminで接続すると、データベース名の横に(0)と表示されて、テーブルを閲覧できません。 もしお気づきの点がありましたら、お願いします。