MySQL Forums
Forum List  »  Newbie

Re: Can't find header files
Posted by: Ramalingam Chelliah
Date: September 02, 2004 03:35AM

Hi,
I suppose they are in /usr/local/include/mysql directory...
if mysql executable is installed in /usr/bin
try these commands ...

# which mysql
shows where mysql binary is located
# whereis mysql ...
shows mysql locations

Also , in some cases 'safe_mysqld' may be available as 'mysqld_safe'

Refer these links for Unix File System Conventions...

http://tldp.org/LDP/Linux-Filesystem-Hierarchy/html/usr.html

http://dsnra.jpl.nasa.gov/devel/sw_cm/file_systems.html

Hope this helps ...

Regards,
Ram.


We Learn the Most When we have to Invent

Options: ReplyQuote


Subject
Written By
Posted
September 01, 2004 07:59PM
Re: Can't find header files
September 02, 2004 03:35AM


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.