Home > Database > Mysql Tutorial > linux mysql 安装与操作_MySQL

linux mysql 安装与操作_MySQL

WBOY
Release: 2016-06-01 13:19:22
Original
1051 people have browsed it

bitsCN.com
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