• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

problem connecting to mysql database

I'm a bit baffled with this situation.

I've got a LAMP solution running.

I can successfully connect to the mysql server using localhost AND it's IP address in the unix prompt.

(mysql -u user -p -h localhost)
(mysql -u user -p -h xxx.xxx.xxx.xxx)

Using mysql connect (in PHP) I can connect using localhost but NOT an IP address (127.0.0.1 included).

Keep getting error 2003.

Anyone have any ideas?

edit: just discovered it was all thanks to SELinux.
 
Back
Top