Home  >  Article  >  Database  >  Install mysql database in virtual machine linux

Install mysql database in virtual machine linux

WBOY
WBOYOriginal
2016-08-10 08:49:031254browse

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?

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