Re: Problems with 4.0.18 and mysqldump

2004-03-19 Thread Sasha Pachev
Jochen Kaechelin wrote: /usr/bin/mysqldump: Got error: 2003: Can't connect to MySQL server on '212.87.142.236' (111) when trying to connect Permissions are ok and I can modify the complete db with my php scripts. where's the error? Check - that MySQL server is running - that you use correct TCP/IP

Re: Problems with 4.0.18 and mysqldump

2004-03-18 Thread Thomas Spahni
Jochen, what's the result of prompt> mysql -uroot -pXXX -hxxx.xxx.xxx.xxx when you do it on the client host? (I still suspect that permissions are not properly granted). Regards, Thomas Spahni On Wed, 17 Mar 2004, Jochen Kaechelin wrote: > I use the following Script to backup a remote MySQL-

Re: Problems with 4.0.18 and mysqldump

2004-03-17 Thread Jochen Kaechelin
> > /usr/bin/mysqldump: Got error: 2003: Can't connect to MySQL > > server on '212.87.142.236' (111) when trying to connect > > > > > > Permissions are ok and I can modify the complete db with my php > > scripts. > > > > where's the error? > > Check > - that MySQL server is running > - that you u

Re: Problems with 4.0.18 and mysqldump

2004-03-17 Thread Victoria Reznichenko
Jochen Kaechelin <[EMAIL PROTECTED]> wrote: > I use the following Script to backup a remote MySQL-Server. > > > DATUM=`date +"%Y_%m_%d__%H_%M"` > BACKUPDIR="/home/jochen/SICHERUNG/MySQL_Dumps/debby/$DATUM" > > echo "" > echo "Erzeuge Sicherungvereichnis $BACKUPDIR..." > echo "" > > mkdir -p $B