Hello, I first installed mysql in /usr/local ( just typed ./configure for configuration). Everythind was fine. Then I wanted to install mysql in /usr/local/mysql. I deleted all files from the first installation manually, and typed ./configure --with-prefix=/usr/local/mysql . Then make and make install as usual. Now when I try to run mysql_install_db I get this error: "Didn't find /usr/local/libexec/mysqld. You shold do a make install...". How can I configure my system, so that mysql knows mysqld is in /usr/local/mysql/libexec/ now? I use Linux Debian. Thanks Robert Vetter --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php