首先zip安装需要64位的系统,自己看电脑是不是32位的。
然后你的路径不要有中文!!!
名字也不要不要带空格!!!计算机会把空格前的名字默认为一个目录,可以用引号引起来!
打开cmd需要管理员身份!!!
其次查看自己有没有MySQL的服务
文章相关视频教程:
错误1
make: *** No targets specified and no makefile found. Stop.
1、wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gz
2.、tar zxvf ncurses-5.6.tar.gz
3、 ./configure -prefix=/usr/local -with-shared-without-debug
4、make
5、make install
报错2:
Installing MySQL system tables..../bin/mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
解决办法:
#yum install libaio* -y
报错3
FATAL ERROR: please install the following Perl modules before executing ./scripts/mysql_install_db:
Data::Dumper
解决办法:
#yum install -y perl-Data-Dumper
需要你把服务删掉,可能你的服务名是mysql80,mysql57,那你就需要更改服务名
打开cmd,先停止服务:net stop mysql
然后删除服务:sc delete mysql
msvcp140.dll或vcruntime140_1.dll丢失
第一个坑msvcp140.dll丢失