[PHP] Re: MySql connection error on win XP for script that works on Freebsd 5.3

2005-10-26 Thread Holografix
Hi See this http://dev.mysql.com/doc/refman/5.0/en/old-client.html Best regards "Vizion" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] >I have just installed MySql on Win XP and am attempting to run a php script >to > create some databases. The script works fine on FreeBSD 5.3

[PHP] Re: MySQL Connection problem

2004-12-11 Thread Peter Lauri
It would be nice if you submit code that generates the error. /Peter "Mike Francis" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] Hi, I have Apache 2, PHP 5 and MySQL 4.1 installed on an XP pro box. I have created a new database 'ijdb' with a single table 'joke' and have entere

[PHP] Re: mysql connection question

2004-07-16 Thread Torsten Roehr
"John Meyer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > For a long time, on all of my mysql pages, I've done something like this > > $conn = mysql_connect($server,$username,$password) or die("Could not > connect") > mysql_select_db($db); > > > I've finally put that into its

Re: [PHP] Re: MySQL connection from non-localhost

2002-04-10 Thread Barry C. Hawkins
Dave, Did you use the URL: http://www.domain.com Or did you use the fully-qualified domain name (FQDN): www.domain.com For connecting to the MySQL server, the connection functions expect an FQDN, not a URL. But, you may already know that. Just checking. Regards, Barry C. Ha

[PHP] Re: MySQL connection from non-localhost

2002-04-10 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > I was just wondering if there was a way to connect to a MySQL server on a > server other than the one that your php script is on. I tried just putting > in the URL of the site in place of localhost but that didn't work. Is there > anythi

[PHP] Re: Mysql Connection

2002-01-29 Thread David Robley
In article , [EMAIL PROTECTED] says... > > Hello, > > > I have installed php3 in my system.I want to connect with mysql.I have > given this code > > $link=mysql_connect("localhost","username","password") or die("could not > connect"); > > > but it is giving Fatal error: Call to undefined f