e/nfsShare /ordertmp/
since this getting off topic I leave it there.
-Original Message-
From: William Klein [mailto:wil...@pdfsystems.com]
Sent: Tuesday, November 16, 2010 3:15 PM
To: 'NYPHP Talk'
Subject: Re: [nyphp-talk] mysql connection
Here is the solution. Selinux will not allow
...@pdfsystems.com]
Sent: Monday, November 15, 2010 11:17 AM
To: 'NYPHP Talk'
Subject: Re: [nyphp-talk] mysql connection
When I get to the bottom of what's happening I will post my ultimate
resolution.
But the MySQL server is listening on the port. Here's why I thought it was
my
nt: Friday, November 12, 2010 10:00 PM
To: NYPHP Talk
Subject: Re: [nyphp-talk] mysql connection
Apache doesn't connect to mysql I believe your issue is what I stated
earlier mySQL is not listening on your private ip addressedit your
my.cnf file
_
Apache doesn't connect to mysql I believe your issue is what I stated
earlier mySQL is not listening on your private ip addressedit your my.cnf
file
___
New York PHP Users Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo
mailto:wil...@pdfsystems.com]
Sent: Friday, November 12, 2010 4:33 PM
To: 'NYPHP Talk'
Subject: Re: [nyphp-talk] mysql connection
Yeah I understand that. I can connect from the apache server with
mysql -u root -h 192.168.199.31 -p
but the php connect fails with
Wa
4:02:02 PM
Subject: [nyphp-talk] mysql connection
Hi All
Setting up a new server and finally splitting my apache server and mysql server
into 2 virtual boxes.
For some reason I can’t connect to the remote server with php but I can connect
with mysql command line.
I think it must be
looking at the php complile.
The phpinfo() command does mention the mysql sock in /var/lib/mysql but no
mention of a tcp connection I thought perhaps there was a compile parameter
I'm missing.
From: Rob Marscher [mailto:rmarsc...@beaffinitive.com]
Sent: Friday, November 12, 2010 4:08 PM
On Nov 12, 2010, at 4:02 PM, willie klein wrote:
> Setting up a new server and finally splitting my apache server and mysql
> server into 2 virtual boxes.
> For some reason I can’t connect to the remote server with php but I can
> connect with mysql command line.
> I think it must be some way I c
Hi All
Setting up a new server and finally splitting my apache server and mysql server
into 2 virtual boxes.
For some reason I can't connect to the remote server with php but I can connect
with mysql command line.
I think it must be some way I compiled php, tried just using rpms also.
Here is my