Home > Database > Mysql Tutorial > body text

What is the content after MySQL installation is initialized?

伊谢尔伦
Release: 2017-04-29 10:18:46
Original
1896 people have browsed it

[root@cdcloud ~]#service mysqld restart

Stopping MySQL:                                           [FAILED]

Initializing MySQLdatabase:  Installing MySQL systemtables...

OK

Filling helptables...

OK

 

To start mysqld atboot time you have to copy

support-files/mysql.serverto the right place for your system

 

PLEASE REMEMBER TOSET A PASSWORD FOR THE MySQL root USER !

To do so, start theserver, then issue the following commands:

/usr/bin/mysqladmin-u root password 'new-password'

/usr/bin/mysqladmin-u root -h cdcloud.org password 'new-password'

See the manual formore instructions.

You can start theMySQL daemon with:

cd /usr ;/usr/bin/mysqld_safe &

 

You can test theMySQL daemon with mysql-test-run.pl

cd mysql-test ; perlmysql-test-run.pl

 

Please report anyproblems with the /usr/bin/mysqlbug script!

 

The latestinformation about MySQL is available on the web at

http://www.mysql.com

Support MySQL bybuying support/licenses at http://shop.mysql.com

                                                          [  OK  ]

Starting MySQL:                                           [  OK  ]

 

 

/usr/bin/mysqladmin-u root password 'passwd@'


The above is the detailed content of What is the content after MySQL installation is initialized?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!