Home > Database > Mysql Tutorial > body text

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

WBOY
Release: 2016-06-01 13:55:41
Original
744 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:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!