lchl0388 发表于 2018-10-2 06:04:33

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

页: [1]
查看完整版本: mysql安装报错