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
? ? ? So what’s the problem?