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

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

WBOY
WBOYOriginal
2016-06-01 13:55:41785browse

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

Statement:
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