MySQL 5.6 install on debian ERROR: -
i'm trying install mysql 5.6 on debian.
here do:
sudo dpkg -i mysql-5.6.12-debian6.0-i686.deb cd /usr/local ln -s /opt/mysql/server-5.6 mysql cd mysql scripts/mysql_install_db.sh --user=mysql --datadir=/var/lib/mysql
and error get:
fatal error: not find @bindir@/my_print_defaults if compiled source, need run 'make install' copy software correct location ready operation. if using binary release, must either @ top level of extracted archive, or pass --basedir option pointing location.
could please suggest something? i'm installing mysql scratch (previous version removed).
thanks.
i might not able error you're getting. apt-get install -f mysql-server-5.5
worked me on debian wheezy. try replacing 5.5 5.6 , see if works well, , precede sudo
.
Comments
Post a Comment