MySQL Forums
Forum List  »  Install & Repo

Re: CONGRATULATION - SOLVED - PERMANENT - BOOKMARK IT!!!!! now...
Posted by: Tomek Warsztocki
Date: March 13, 2007 05:23AM

Thanx for an info..it pushed me in the right direction..

I've solved my problem by editing my.cnf file..

It may be helpful for others, that MySQL creates full path by STRING CONCATENATION!!
It looks strange to me, but i've found MySQL using different paths than those i've described in a my.cnf file.

For example:
basedir=/usr/local

gives an error while accessing

/usr/local/bin/mysql !!!!

I think it is an awful programming practice - The question is: where are those paths stored? And why......

You can solve the problem by doing several try-error attempts. Good luck!

-----------------

Second problem: SuSe linux enterprise;

Installation from RPM binaries, scatteres MySQL executables through different directories..
I had to copy mysql, mysqld to a default installation directory MANUALLY!

After that operation, server started without any problem.

-----------------

Good luck.

Options: ReplyQuote


Subject
Written By
Posted
Re: CONGRATULATION - SOLVED - PERMANENT - BOOKMARK IT!!!!! now...
March 13, 2007 05:23AM


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.