Re: MYSQL DB BACKUP

2008-10-22 Thread Mad Unix
Any one tried the script from HowToForge http://www.howtoforge.com/shell-script-to-back-up-all-mysql-databases-each-table-in-an-individual-file-and-upload-to-remote-ftp #!/bin/sh # System + MySQL backup script # Copyright (c) 2008 Marchost # This script is licensed under GNU GPL version 2.0 or ab

Re: sync

2008-09-01 Thread Mad Unix
yes, they should be identical , am thinking to use the howtoforge mysql_database_replication document. On Mon, Sep 1, 2008 at 4:58 PM, Ranjeet Walunj <[EMAIL PROTECTED]>wrote: > Mad Unix wrote: > >> I was wandering if anyone know a good way to sync 2mysql databases >>

sync

2008-09-01 Thread Mad Unix
I was wandering if anyone know a good way to sync 2mysql databases _one_way The mysql is alocated on a web php application. Thanks -- Madunix_at_Gmail Sysadmin "Computers are useless. They can only give you answers" - Pablo Picasso "Never trust a computer you can't throw out a window." - Steve

Re: mysql-migration-toolkit

2008-08-20 Thread Mad Unix
PM, Mad Unix <[EMAIL PROTECTED]> wrote: > I did the following to resolve this issue > [EMAIL PROTECTED] download]# rpm -Uvh > mysql-migration-toolkit-5.0r12-1rhel4.i386.rpm > error: Failed dependencies: > libjvm.so(SUNWprivate_1.1) is needed by > mysql-migration-to

Re: mysql-migration-toolkit

2008-08-20 Thread Mad Unix
ar' (mysql-query-browser-bin:21015): libglade-WARNING **: unknown property `child_pack_direction' for class `GtkMenuBar' Any help... On Wed, Aug 20, 2008 at 4:32 PM, Mad Unix <[EMAIL PROTECTED]> wrote: > Am trying to install the following pack: > > [EMAIL PROTECTE

mysql-migration-toolkit

2008-08-20 Thread Mad Unix
Am trying to install the following pack: [EMAIL PROTECTED] download]# rpm -Uvh mysql-migration-toolkit-5.0r12-1rhel4.i386.rpm error: Failed dependencies: libjvm.so(SUNWprivate_1.1) is needed by mysql-migration-toolkit-5.0r12-1rhel4.i386 [EMAIL PROTECTED] download]# java -version java versi

Lost connection

2008-08-19 Thread Mad Unix
Hi all During the update of the MySQL DB (delete/insert), I keep getting the following message Lost connection to MySQL server during query... Any thoughts about this issue, could it be a network, code or tunning problem ... Thanks