Blogger Information
Blog 39
fans 1
comment 0
visits 62366
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
linux最简便安装mysql
Dai的博客
Original
981 people have browsed it

查看php版本:

php -v

查看mysql版本:

mysql -V(大V)

查看apache版本:

httpd -v


最简单直接安装配置mysql (只能用于并发量少的、比如个人博客)

 1、安装mysql客户端

yum install mysql

2、安装服务器端

yum install mysql-server
yum install mysql-devel

3、启动服务器

service mysqld start

4、首次安装mysql 密码为空、创建root管理员 并设置密码

mysqladmin -u root password [yourpassword]

5、登录 

mysql -uroot -p


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post