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
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-
> > /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
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