Nico7430 Posted July 23, 2009 Share Posted July 23, 2009 I want to use ICA Atom, an archiving program demanding PHP and MySQL. Previously, I got Apache (httpd-2.2.6), PHP (php-5.2.5) and MySQL (mysql-5.1.22) working in my Fedora 10-environment without ICA Atom, but ICA Atom demands PDO connections. At this moment, my configuration command for PHP looks like: "./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql --enable-mbstring --with-xsl=/usr/local/xsl --with-pdo-mysql" and the installation goes without problems. However, when I try to start up ICA Atom, I get the following error: "Unable to open PDO connection [wrapped: SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)]" How can I solve this? Link to comment https://forums.phpfreaks.com/topic/167148-ica-atom-error-cant-connect-to-local-mysql-server/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.