LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   mysql installation path (https://www.linuxquestions.org/questions/linux-software-2/mysql-installation-path-660852/)

eldojoseph 08-06-2008 07:32 AM

mysql installation path
 
Hi,

I have installed Mysqk using rpm, now I need to know where is the installed location of mysql, so that I can use it during php combilation (--with-mysql=path)

TB0ne 08-06-2008 09:03 AM

Quote:

Originally Posted by eldojoseph (Post 3238591)
Hi,

I have installed Mysqk using rpm, now I need to know where is the installed location of mysql, so that I can use it during php combilation (--with-mysql=path)


Type in "rpm -ql <name of the mysql package you installed", and it'll give you a listing, with path names, of all the files it installed. You can also try typing in "which mysql", or (as root), "find / -name mysql", but that'll take a good while..


All times are GMT -5. The time now is 08:15 PM.