[PHP] Re: [PHP-INST] Default mysql path

2002-02-03 Thread David Robley

In article , [EMAIL PROTECTED] says...
> 
> 
> 
> Actually i have stored mysql in my machine in /usr/lib/mysql
> 
>  when i am tried to connect it is giving this error.
> 
> nomysql support.From the prompt itself i can connect to mysql .using php
> script i can't connect.
> 
> While in the installtion also i have mentioned the path for mysql
> 
> I couldn't guess where is the error
> 
> 
> Can u guess where is the error?.
> 
> 
> If u came to know this tell me as soon as possible
> 
> -Uma
> 
> 
> On Sat, 2 Feb 2002, David Jackson wrote:
> 
> > should be /usr/local/mysql.
> > 
> > "Uma Shankari T." wrote:
> > > 
> > > Hello,
> > > 
> > >   I have installed php and mysql in my machine.By default in which path
> > > php check for mysql
> > > 
> > > Anyone can know this tell to me as soon as possible
> > > 
> > > -Uma

This seems to be an ongoing case of you aren't quite understanding or 
listening to what you are being advised. If in fact you have installed 
mysql in /usr/lib/mysql (which seems an odd place) then configuring php 
with

--with-mysql=/usr/lib/mysql

should work. And as I think you have been advised, looking at a script 
with phpinfo() in it should tell you what stuff your compile has 
successfully included.


-- 
David Robley
Temporary Kiwi!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: [PHP-INST] Default mysql path

2002-02-02 Thread Uma Shankari T.




Actually i have stored mysql in my machine in /usr/lib/mysql

 when i am tried to connect it is giving this error.

nomysql support.From the prompt itself i can connect to mysql .using php
script i can't connect.

While in the installtion also i have mentioned the path for mysql

I couldn't guess where is the error


Can u guess where is the error?.


If u came to know this tell me as soon as possible

-Uma


On Sat, 2 Feb 2002, David Jackson wrote:

> should be /usr/local/mysql.
> 
> "Uma Shankari T." wrote:
> > 
> > Hello,
> > 
> >   I have installed php and mysql in my machine.By default in which path
> > php check for mysql
> > 
> > Anyone can know this tell to me as soon as possible
> > 
> > -Uma
> > 
> > --
> > PHP Install Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 

-- 

Love and you shall be loved by others



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]