Hi,
I compile mysql-3.23.49. and I would like to run it first together with the old mysql. /usr/local/xxxmysqlxxx/bin/safe_mysqld --socket=/tmp/xxxmysqlxxx.sock --port=330 7 --user=myuser --pid-file=/usr/local/xxxmysqlxxx//var/mysqld.pid --datadir=/u sr/local/xxxmysqlxxx/var So I get the error message: 020416 10:15:18 mysqld started 020416 10:15:19 /usr/local/xxxmysqlxxx/libexec/mysqld: Table 'mysql.host' doesn't exist 020416 10:15:19 /usr/local/xxxmysqlxxx/libexec/mysqld: Normal shutdown 020416 10:15:19 mysqld ended Then I tried to start it with: /usr/local/xxxmysqlxxx/bin/safe_mysqld --host=servername --socket=/tmp/xxxmysqlxxx.s ock --port=3307 --user=myuser --pid-file=/usr/local/xxxmysqlxxx//var/mysqld.pi d --datadir=/usr/local/xxxmysqlxxx/var 020416 10:18:29 mysqld started /usr/local/xxxmysqlxxx/libexec/mysqld: unrecognized option `--host=servername' /usr/local/xxxmysqlxxx/libexec/mysqld Ver 3.23.49 for sun-solaris2.7 on sparc Copyright (C) 2000 MySQL AB, by Monty and others This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to modify and redistribute it under the GPL license Starts the MySQL server Usage: /usr/local/xxxmysqlxxx/libexec/mysqld [OPTIONS] --ansi Use ANSI SQL syntax instead of MySQL syntax -b, --basedir=path Path to installation directory. All paths are ..... ... How can I run it? Please reply directly to [EMAIL PROTECTED] Thanks, Shlomit --------------------------------------------------------------------- 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