Heim > Datenbank > MySQL-Tutorial > Hauptteil

gentoo 安装mysql

WBOY
Freigeben: 2016-06-07 15:24:47
Original
1480 Leute haben es durchsucht

1 sudoemergemysql 2 sudo ebuild /var/db/pkg/dev-db/mysql-5.1.56/mysql-5.1.56.ebuild config Password: * Please provide a password for the mysql 'root' user now, in the * MYSQL_ROOT_PASSWORD env var or through the /root/.my.cnf file. * Avoid

1 sudo emerge mysql 

 

2sudo ebuild /var/db/pkg/dev-db/mysql-5.1.56/mysql-5.1.56.ebuild  config
Password:
 * Please provide a password for the mysql 'root' user now, in the
 * MYSQL_ROOT_PASSWORD env var or through the /root/.my.cnf file.
 * Avoid ["'/_%] characters in the password
    >
 * Retype the password
    >
 * Creating the mysql database and setting proper
 * permissions on it ...
 * Starting mysqld ...                                                    [ ok ]
 * Setting root password ...                                             [ ok ]
 * Loading "zoneinfo", this step may require a few seconds ... ...       [ ok ]
 * Stopping the server ...
 * Done
3:sudo /etc/init.d/mysql start
 * Caching service dependencies ...                                       [ ok ]
 * Starting  ...
 * Starting  (/etc/mysql/my.cnf)    

4:mysql -uroot -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or /g.
Your MySQL connection id is 1
Server version: 5.1.56-log Gentoo Linux mysql-5.1.56

Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL v2 license

Type 'help;' or '/h' for help. Type '/c' to clear the current input statement.

 

5让系统自动启动

sudo rc-update add mysql default  

 

 

 

6

Messages for package dev-db/mysql-5.1.56:

 * MySQL MY_DATADIR is /var/lib/mysql
 * You might want to run:
 * "emerge --config =dev-db/mysql-5.1.56"
 * if this is a new install.
 * If you are upgrading major versions, you should run the
 * mysql_upgrade tool.

Verwandte Etiketten:
Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!