MySQL Forums
Forum List  »  General

Re: Mysql_error_while_installing
Posted by: Rick James
Date: January 15, 2016 12:55AM

This is a Bash problem. Note that Bash is complaining about the string after the '&'.

cse@delab29:/usr/local/mysql/bin$ sudo ./mysqld_safe --user=babu & --datadir=/sqldata

Now, think about what '&' means in Bash syntax. It means to put what came before it into the 'background'. Then (apparently) bash moves on to try to do something with '--datadir=/sqldata'

Move the '&' to the end of the line.

Options: ReplyQuote


Subject
Written By
Posted
January 14, 2016 04:28AM
Re: Mysql_error_while_installing
January 15, 2016 12:55AM


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.