can you help me what i must do first?like table that i must make or else
thanks...
( sorry my english bad




6 Votes
Posted 16 September 2008 - 04:59 AM
Posted 17 September 2008 - 04:07 AM
Posted 27 September 2008 - 12:12 PM
Posted 28 September 2008 - 10:34 AM
Limitation, on 27 Sep, 2008 - 12:12 PM, said:
<?php
// we connect to example.com and port 3307
$link = mysql_connect('example.com:3307', 'mysql_user', 'mysql_password');
if (!$link) {
die('Could not connect: ' . mysql_error());
}
echo 'Connected successfully';
mysql_close($link);
// we connect to localhost at port 3307
$link = mysql_connect('127.0.0.1:3307', 'mysql_user', 'mysql_password');
if (!$link) {
die('Could not connect: ' . mysql_error());
}
echo 'Connected successfully';
mysql_close($link);
?>
Posted 30 October 2008 - 04:31 AM
Posted 27 December 2008 - 05:00 PM
Posted 04 January 2009 - 03:22 AM
This post has been edited by Rechocto: 04 January 2009 - 03:23 AM
Posted 17 January 2009 - 04:57 AM
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
