Hi, sorry for my poor english, I'm french.
I've got new serveur on Debian 5 (Lenny) 32 bits and DirectAdmin.
I need to have 'php-soap' on this server, so, thanks Google, I find the process to do it :
That's ok, but after this, user's backups (on admin profile) are impossible, I've got this error :
On user's profile I can create news databases.
Before recompilate, no errors. backups works fine ! After, this error.
If I restart mysql, he dead. PhpMyadmin error, and on user's profile when I want create database I've got this message :
How repair this ?
Lots of thanks.
I've got new serveur on Debian 5 (Lenny) 32 bits and DirectAdmin.
I need to have 'php-soap' on this server, so, thanks Google, I find the process to do it :
Code:
apt-get install php-soap
nano /usr/local/directadmin/custombuild/configure/ap2/configure.php5
==> add at the end --enable-soap
cd /usr/local/directadmin/custombuild/
./build php all
That's ok, but after this, user's backups (on admin profile) are impossible, I've got this error :
Database is create but empty. I can log on phpMyAdmin, add tables...Unable to restore database mydb_forum.sql to mydb_forum : ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
On user's profile I can create news databases.
Before recompilate, no errors. backups works fine ! After, this error.
If I restart mysql, he dead. PhpMyadmin error, and on user's profile when I want create database I've got this message :
Error connecting to MySQL: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
How repair this ?
Lots of thanks.
Last edited: