Tagged Questions

1
vote
1answer
127 views

PHP can't connect to my chrooted MySQL socket?

So I've set up a MySQL chroot on CentOS. MySQL is effectively confined to /opt/chroot/mysql/, and I've modified the /etc/init.d/mysqld file so that everything runs fine. I can (as root) connect to the ...
0
votes
1answer
124 views

Normal permissions for running mysqld

I'm trying to run mysqld inside chroot environment. Herez the situation. When I run mysqld as root, I can connect to my databases. But when I run mysql using init.d scripts(normal permissions), mysql ...
0
votes
2answers
762 views

Running mysql in chroot

I've got a chroot environment working on my 10.04 ubuntu box. I'm trying to run mysql inside this chroot environment, but I get this error. ERROR 2002 (HY000): Can't connect to local MySQL server ...
0
votes
2answers
952 views

chrooted Apache+MsSQL on openBSD; Could not determine the server's fully qualified domain name

php generates GIFs on the web server using a databases on a second server. The the page shows 20 GIFs, so there is some load for a short time (multiple connections) Some GIFs are loaded but some ...