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
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
"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
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
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
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
6 matches
Mail list logo