MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: ./configure does not complete for 5.1.45
Posted by: pradeek k
Date: March 20, 2010 01:41AM

i un rapped the zip to my /usr/local folder made a symbolic link mysql for Mysql-5.08.tar.gz and my GCC version is 4.4.1...but there is some prequesties for configuring
like

shell> groupadd mysql
shell> useradd -g mysql mysql
shell> cd /usr/local

shell> gunzip < /path/to/mysql-VERSION-OS.tar.gz | tar xvf -
shell> ln -s full-path-to-mysql-VERSION-OS mysql

shell> cd mysql
shell> chown -R mysql .
shell> chgrp -R mysql .

shell> scripts/mysql_install_db --user=mysql
shell> chown -R root .
shell> chown -R mysql data

shell> bin/mysqld_safe --user=mysql &
But am stuck with the step "shell> scripts/mysql_install_db --user=mysql"

but the script folder contains only sh file of mysql_install_db
so the command not working,showing invalid directory or files...

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: ./configure does not complete for 5.1.45
2358
March 20, 2010 01:41AM


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.