* MySQL MY_DATADIR has changed * from /var/lib/mysql * to /data/mysql * Please provide a password for the mysql 'root' user now, in the * MYSQL_ROOT_PASSWORD env var or through the /root/.my.cnf file. * Avoid ["'\_%] characters in the password > * Retype the password > * Command: '/usr/bin/mysql_install_db' '--basedir=/usr' --log-warnings=0 --loose-skip-grant-tables --loose-skip-host-cache --loose-skip-name-resolve --loose-skip-networking --loose-skip-slave-start --loose-skip-innodb --loose-skip-ssl --loose-skip-log-bin --loose-skip-relay-log --loose-skip-slow-query-log --loose-skip-external-locking --loose-skip-log-slave-updates --user=mysql * ERROR: dev-db/mysql-5.1.66 failed (config phase): * MySQL databases not installed * * Call stack: * ebuild.sh, line 93: Called pkg_config * environment, line 3978: Called mysql-v2_pkg_config * environment, line 3619: Called die * The specific snippet of code: * [[ -f "${ROOT}/${MY_DATADIR}/mysql/user.frm" ]] || die "MySQL databases not installed"; * * If you need support, post the output of `emerge --info '=dev-db/mysql-5.1.66'`, * the complete build log and the output of `emerge -pqv '=dev-db/mysql-5.1.66'`. * This ebuild is from an overlay named 'gentoo': '/var/db/pkg/' * The complete build log is located at '/var/tmp/portage/dev-db/mysql-5.1.66/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-db/mysql-5.1.66/temp/environment'. * Working directory: '/var/tmp/portage/dev-db/mysql-5.1.66' * S: '/var/tmp/portage/dev-db/mysql-5.1.66/work/mysql-5.1.66'