You are not logged in.

#1 2009-09-23 17:03:07

jerik
Member
Registered: 2009-03-02
Posts: 197

MySQL Warnings

Hi, just installed MySQL, got these errors:

$ sudo /etc/rc.d/mysqld start
Passord:                                     
:: Adding mysql group                                                                                                                    [DONE] 
:: Adding mysql user                                                                                                                     [DONE] 
Installing MySQL system tables...
[u][b]090923 16:54:18 [Warning] Forcing shutdown of 3 plugins
OK
Filling help tables...
090923 16:54:19 [Warning] Forcing shutdown of 3 plugins
OK[/b][/u]

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 myhost password 'new-password'

Alternatively you can run:
/usr/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 ; /usr/bin/mysqld_safe &

You can test the MySQL daemon with mysql-test-run.pl
cd /usr/mysql-test ; perl mysql-test-run.pl

Please report any problems with the /usr/bin/mysqlbug script!

The latest information about MySQL is available at http://www.mysql.com/
Support MySQL by buying support/licenses from http://shop.mysql.com/

:: Starting MySQL

Offline

#2 2009-09-23 17:11:14

foutrelis
Developer
From: Athens, Greece
Registered: 2008-07-28
Posts: 705
Website

Re: MySQL Warnings

Looks fine to me. /etc/rc.d/mysqld runs `mysql_install_db' when you start MySQL for the first time. smile

Offline

#3 2009-09-23 17:13:22

jerik
Member
Registered: 2009-03-02
Posts: 197

Re: MySQL Warnings

Ok, was just wondering that the errors could mean something was wrong. Thanks!

Offline

Board footer

Powered by FluxBB