Under the root user
[Root @ localhost beinan] #/etc/init. d/mysqld start
As shown below:
Initialize the MySQL database: 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/bin/mysqladmin-u Root Password 'new-password'
/Usr/bin/mysqladmin-u root-H localhost. localdomain password 'new-password'
See the manual for more instructions.
You can start the MySQL daemon:
CD/usr;/usr/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/bin/mysqlbug script!
The latest information about MySQL is available on the Web
Http://www.mysql.com
Support MySQL by buying support/licenses at http://shop.mysql.com
[OK]
Start MYSQL: [OK]