1.2在debian8.2 64位,mysql安装了密码都用不了
用重置密码脚本说成功了,但还是不行make: Leaving directory `/opt/src/mysql-5.1.73/win'
make: Leaving directory `/opt/src/mysql-5.1.73/win'
Installing MySQL system tables...
ERROR: 1004Can't create file '/tmp/#sql1fb4_1_0.frm' (errno: 9)
1510118:25:59 Aborting
1510118:25:59 /usr/local/mysql/libexec/mysqld: Shutdown complete 我单独提脚本安装mysql5.1在
./configure --prefix=/usr/local/mysql --with-extra-charsets=complex --enable-thread-safe-client --enable-assembler --with-mysqld-ldflags=-all-static --with-charset=utf8 --enable-thread-safe-client --with-big-tables --with-readline --with-ssl --with-embedded-server --enable-local-infile ${MySQL51MAOpt}
出错
config.status: executing libtool commands
/bin/rm: cannot remove `libtoolT': No such file or directory
config.status: executing default commands 按这个试一下https://bbs.vpser.net/thread-12764-1-2.html 执行: /usr/local/mysql/bin/mysql_install_db --user=mysql 手动安装一下表
默认密码应该是空,可以用重置脚本重置一下密码
执行上面的也不行
页:
[1]