MySQL Forums
Forum List  »  Source, Builds, Binaries

Server hangs after running bin/mysql_install_db --user=mysql
Posted by: Roger Thomas
Date: June 10, 2007 09:43PM

I have the following prerequisites:
$ automake --version
automake (GNU automake) 1.6.3
Written by Tom Tromey <tromey@redhat.com>.

Copyright 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ autoconf --version
autoconf (GNU Autoconf) 2.57
Written by David J. MacKenzie and Akim Demaille.

Copyright 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ libtool --version
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.111 2002/10/23 02:54:36)

$ m4 --version
GNU m4 1.4.1

$ gcc --version
gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ gmake --version
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i386-redhat-linux-gnu
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <bug-make@gnu.org>.

$ bison --version
bison: invalid option -- e
Try `bison --help' for more information.




Then I ran configure with:
CFLAGS="-O3 -mpentiumpro" CXX=gcc CXXFLAGS="-O3 -mpentiumpro \
-felide-constructors -fno-exceptions -fno-rtti" ./configure \
--prefix=/usr/local/mysql --enable-assembler \
--with-mysqld-ldflags=-all-static

and then make and make install with no problem.

Then I add the mysql user
# groupadd mysql
# useradd -g mysql mysql

After that I did:
# cd /usr/local/mysql
# chown -R mysql .
# chgrp -R mysql .

But when I ran this command
# bin/mysql_install_db --user=mysql

I got these messages:

Installing MySQL system tables...
070611 11:54:25 [Warning] No argument was provided to --log-bin, and --log-bin-index was not used; so replication may break when this MySQL server acts as a master and has his hostname changed!! Please use '--log-bin=/usr/local/mysql/var/testsvr-bin' to avoid this problem.


Unfortunately, that message just stayed there. I waited for 5 minutes and it was still there. I had to do CTRL-C to get back the prompt. What have I did wrong? Please help.

Options: ReplyQuote


Subject
Views
Written By
Posted
Server hangs after running bin/mysql_install_db --user=mysql
2323
June 10, 2007 09:43PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.