Problem with MySQL - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Server Administration (https://www.linux-noob.com/forums/forum-8.html) +--- Forum: LAMP (https://www.linux-noob.com/forums/forum-83.html) +--- Thread: Problem with MySQL (/thread-3090.html) |
Problem with MySQL - RavenManor - 2004-11-03 [root@x1-6-00-0b-db-98-ad-39 mysql-standard-4.1.7-pc-linux-i686]# ./configure --prefix=/usr/local/mysql \--localstatedir=/usr/local/mysql/data \--disable-maintainer-mode \--with-mysqld-user=mysql \--enable-large-files \--without-comment \--without-debug \--without-docs \--without-bench NOTE: This is a MySQL binary distribution. It's ready to run, you don't need to configure it! To help you a bit, I am now going to create the needed MySQL databases and start the MySQL server for you. If you run into any trouble, please consult the MySQL manual, that you can find in the Docs directory. WARNING: The host 'x1-6-00-0b-db-98-ad-39' could not be looked up with resolveip. This probably means that your libc libraries are not 100 % compatible with this binary MySQL version. The MySQL daemon, mysqld, should work normally with the exception that host name resolving will not work. This means that you should use IP addresses instead of hostnames when specifying MySQL privileges ! Installing all prepared tables 041103 16:03:51 [Warning] Asked for 196608 thread stack, but got 126976 Fill help tables 041103 16:03:51 [Warning] Asked for 196608 thread stack, but got 126976 To start mysqld at boot time you have to copy support-files/mysql.server to the right place for your system PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! To do so, start the server, then issue the following commands: ./bin/mysqladmin -u root password 'new-password' ./bin/mysqladmin -u root -h x1-6-00-0b-db-98-ad-39 password 'new-password' See the manual for more instructions. You can start the MySQL daemon with: cd . ; ./bin/mysqld_safe & You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory: cd sql-bench ; perl run-all-tests Please report any problems with the ./bin/mysqlbug script! The latest information about MySQL is available on the web at [/url]http://www.mysql.com Support MySQL by buying support/licenses at [url=https://order.mysql.com]https://order.mysql.com Starting the mysqld server. You can test that it is up and running with the command: ./bin/mysqladmin version [root@x1-6-00-0b-db-98-ad-39 mysql-standard-4.1.7-pc-linux-i686]# Starting mysqld daemon with databases from /usr/local/src/mysql-standard-4.1.7-pc-linux-i686/data STOPPING server from pid file /usr/local/src/mysql-standard-4.1.7-pc-linux-i686/data/x1-6-00-0b-db-98-ad-39.pid 041103 16:03:52 mysqld ended Problem with MySQL - RavenManor - 2004-11-03 When I log into Fedora it gives me an error stating: Could not look up Internet address for x1-b-00-0b-db-98-ad-39. This will prevent GNOME from operating correctly. It may be possible to correct the problem by adding x1-b-00-0b-db-98-ad-39 to the file /etc/hosts. |