2009/6/29 Daniel Brown
> On Mon, Jun 29, 2009 at 02:42, Luke wrote:
> > Hey guys, getting an odd error here... The code involved:
> [snip!]
>
>Luke,
>
>Just a friendly reminder: for future reference, please don't start
> a second thread on the list until the first is closed out ---
> part
On Mon, Jun 29, 2009 at 02:42, Luke wrote:
> Hey guys, getting an odd error here... The code involved:
[snip!]
Luke,
Just a friendly reminder: for future reference, please don't start
a second thread on the list until the first is closed out ---
particularly if it's the same subject. Som
Luke wrote:
> Hey guys, getting an odd error here... The code involved:
>
> $master_socket = socket_create_listen($this->port);
>
> socket_bind($master_socket, '127.0.0.1', $this->port);
> socket_listen($master_socket);
> socket_set_option($master_
2009/6/29 Stuart
> 2009/6/29 Luke :
> > Hey guys, getting an odd error here... The code involved:
> >
> >$master_socket = socket_create_listen($this->port);
> >
> >socket_bind($master_socket, '127.0.0.1', $this->port);
> >socket_listen($master_socket);
> >
2009/6/29 Luke :
> Hey guys, getting an odd error here... The code involved:
>
> $master_socket = socket_create_listen($this->port);
>
> socket_bind($master_socket, '127.0.0.1', $this->port);
> socket_listen($master_socket);
> socket_set_option($master_so
did u turn mysql on?
end of mysql installation output:
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
This is done with:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h
CPE00022af118a5-CM024330008757.cpe.net.cable.rogers.com password
'new-passwo
, please notify us by return
email and permanently
delete the document.
~~~
- Original Message -
From: "Jason Wong" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 04, 2003 6:1
On Friday 21 February 2003 15:49, Bryan Lipscy wrote:
> $db= @mysql_pconnect ( $DB_HOST , $DB_USER , $DB_PASS );
> @mysql_select_db ( $DB_DB ) or die ( "DATABASE ERROR!".mysql_error() );
>
> Returns DATABASE ERROR!Can't connect to local MySQL server through
> socket '/tmp/mysql.sock' (2)
>
> MySQL
-Sterling
> /sagar
>
> - Original Message -
> From: Sterling Hughes <[EMAIL PROTECTED]>
> To: sagar <[EMAIL PROTECTED]>
> Cc: php <[EMAIL PROTECTED]>
> Sent: Saturday, September 08, 2001 1:54 AM
> Subject: Re: [PHP] socket error
>
>
> >
thanX sterling,
i've changed it to socket_open() but the problem
still exists.
/sagar
- Original Message -
From: Sterling Hughes <[EMAIL PROTECTED]>
To: sagar <[EMAIL PROTECTED]>
Cc: php <[EMAIL PROTECTED]>
Sent: Saturday, September 08, 2001 1:54 AM
Subject:
On Sat, 8 Sep 2001, sagar wrote:
> line10 -> if (($sock = socket(AF_INET, SOCK_STREAM, 0)) < 0) {
> echo "socket() failed: reason: " . strerror($sock) . "\n";
> }
>
> i'm getting an error saying
> Fatal error: Call to undefined function: socket() in c:\program file
11 matches
Mail list logo