Home > Database > Mysql Tutorial > Install mysql database in virtual machine linux

Install mysql database in virtual machine linux

WBOY
Release: 2016-08-10 08:49:03
Original
1311 people have browsed it

mysqllinux

When installing the mysql database in virtual machine linux, it must be installed in root mode, otherwise there will be no permissions
1. Download the .tar.gz installation package
2. Place it in a certain directory of linux
3.tar zxvf .tar. gz file
4. Open /etc/sysconfig/network-scripts/ifcfg-eth0 and add two lines
The first line is: IPADDR=ip address
The second line is: NETMASK=subnet mask
5.cd
6. sh mysqlsetup.sh ip address

Windows decompressed version installation mysql tutorial
http://jingyan.baidu.com/article/f3ad7d0ffc061a09c3345bf0.html

Reply content:

? ? ? So what’s the problem?

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