Link to home
Start Free TrialLog in
Avatar of cfgo
cfgo

asked on

Still stuck with mysql installation

I'm still stuck in the installation process for mysql, so I'm expanding the scope to include Unix/Linux domains:

    https://www.experts-exchange.com/questions/22851282/Problem-installing-mysql-5-0-45.html

If someone can help me resolve that question (for 500 pts), please post a comment to this question for an additional 500 pts.

I'd really like to get past this issue.  Thanks.
Avatar of chingmd
chingmd

I posted something to try on the other question.
The installation does not create a mysql.conf file by default.  The installation instructions lists that the config needs to be created.    I beleive it is to prevent overwritting of an existing conf file.  
After you run mysql_install_db successfully,
copy support-files/my-medium.cnf to /etc/mysql.cnf
then run support-files/mysql.server.

If you still get the same error, post the error message.

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of sanjooz
sanjooz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cfgo

ASKER

Yes, Thank you, sanjooz.