CentOS 6.2上使用YUM安装MySQL
因为XAMPP不支持64位,所以我还是自己在CentOS 6.2上安装MySQL。使用默认的yum。
因为XAMPP不支持64位,所以我还是自己在CentOS 6.2上安装MySQL。使用默认的yum。
yes | yum install mysql
yes | yum install mysql-server
然后运行
service mysqld start
会有如下非常重要的输出:
Initializing 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 xxxxxx 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!
[ OK ]
Starting mysqld: [ OK ]
可以看到这个命令会初始化MYSQL,,并且安装MYSQL的系统数据表。如果没有这个过程,那么强行通过 mysqld_safe start 命令去启动的话是会失败的。
上一篇: PHP 与ORACLE链接有关问题
下一篇: 百度地图随机生成10个标注点
推荐阅读
-
在RHEL 6.5上使用yum更新/安装软件的操作方法
-
CentOS 5 上安装yum的方法
-
CentOS 7.0 使用 yum 安装 MariaDB 与 MariaDB 的简单配置
-
docker上安装使用mysql镜像
-
CentOS Yum编译安装MySQL 5.6
-
CentOS 6.2编译安装Nginx1.0.14+MySQL5.5.22+PHP5.3.10步骤分享
-
阿里云centos7使用yum安装mysql的正确姿势(推荐)
-
CentOS 7下使用rpm包安装mysql 5.7.18
-
CentOS 5.5使用yum来安装LAMP(php运行环境)
-
centos 6.4下使用rpm离线安装mysql