Re: Mysql connection from within php

2010-06-02 Thread Liviu Daia
On 2 June 2010, Eugene Yunak wrote: > On 2 June 2010 20:48, Liviu Daia wrote: > > On 2 June 2010, Eugene Yunak wrote: > >> On 1 June 2010 16:30, What you get is Not what you see > >> wrote: > >> > Freshly installed on openbsd 4.6 mysql,php and php5-mysql packages. > >> > Done the configs. Now p

Re: Mysql connection from within php

2010-06-02 Thread Eugene Yunak
On 2 June 2010 20:48, Liviu Daia wrote: > On 2 June 2010, Eugene Yunak wrote: >> On 1 June 2010 16:30, What you get is Not what you see >> wrote: >> > Freshly installed on openbsd 4.6 mysql,php and php5-mysql packages. >> > Done the configs. Now php and mysql works. But I couldnt make it >> > co

Re: Mysql connection from within php

2010-06-02 Thread Liviu Daia
On 2 June 2010, Eugene Yunak wrote: > On 1 June 2010 16:30, What you get is Not what you see > wrote: > > Freshly installed on openbsd 4.6 mysql,php and php5-mysql packages. > > Done the configs. Now php and mysql works. But I couldnt make it > > connect to mysql from within php with such a comma

Re: Mysql connection from within php

2010-06-02 Thread Eugene Yunak
On 1 June 2010 16:30, What you get is Not what you see wrote: > Freshly installed on openbsd 4.6 mysql,php and php5-mysql packages. > Done the configs. Now php and mysql works. But I couldnt make it > connect to mysql from within php with such a command > mysql_connect("localhost","user","pass") >

Re: Mysql connection from within php

2010-06-01 Thread Vadim Agarkov
01.06.2010 16:45, L. V. Lammert P?P8QP5Q: > On Tue, 1 Jun 2010, What you get is Not what you see wrote: > > >> Freshly installed on openbsd 4.6 mysql,php and php5-mysql packages. >> Done the configs. Now php and mysql works. But I couldnt make it >> connect to mysql from within php with such a co

Re: Mysql connection from within php

2010-06-01 Thread Bret S. Lambert
On Tue, Jun 01, 2010 at 04:30:34PM +0300, What you get is Not what you see wrote: > Freshly installed on openbsd 4.6 mysql,php and php5-mysql packages. > Done the configs. Now php and mysql works. But I couldnt make it > connect to mysql from within php with such a command > mysql_connect("localho

Re: Mysql connection from within php

2010-06-01 Thread Paul D. Ouderkirk
On Tue, Jun 1, 2010 at 9:30 AM, What you get is Not what you see wrote: > Freshly installed on openbsd 4.6 mysql,php and php5-mysql packages. > Done the configs. Now php and mysql works. But I couldnt make it > connect to mysql from within php with such a command > mysql_connect("localhost","user"

Re: Mysql connection from within php

2010-06-01 Thread L. V. Lammert
On Tue, 1 Jun 2010, What you get is Not what you see wrote: > Freshly installed on openbsd 4.6 mysql,php and php5-mysql packages. > Done the configs. Now php and mysql works. But I couldnt make it > connect to mysql from within php with such a command > mysql_connect("localhost","user","pass") > I

Mysql connection from within php

2010-06-01 Thread What you get is Not what you see
Freshly installed on openbsd 4.6 mysql,php and php5-mysql packages. Done the configs. Now php and mysql works. But I couldnt make it connect to mysql from within php with such a command mysql_connect("localhost","user","pass") It used to give "Cant connect to mysql through socket error" till I chan