Home > Database > Mysql Tutorial > mysql 基础教程:安装与操作_MySQL

mysql 基础教程:安装与操作_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-01 13:59:11
Original
909 people have browsed it

 mysql是linux平台下最流行的数据库系统,今天介绍的是mysql的安装及简单的操作方法!

  groupadd mysql //建立mysql用户组
  useradd -g mysql mysql //建立mysql帐户
  tar -zxvf mysql-x.x.xx.tar.gz //解压缩mysql
  cd mysql-5.0.45 //进入解压好的mysql目录
  ./configure

Related labels:
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
Latest Issues
MySQL stops process
From 1970-01-01 08:00:00
0
0
0
Error when installing mysql on linux
From 1970-01-01 08:00:00
0
0
0
phpstudy cannot start mysql?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template