Re: backup of MySQLDB

2008-02-14 Thread Allen S. Rout
>> On Wed, 13 Feb 2008 17:06:24 -0500, Jim Zajkowski <[EMAIL PROTECTED]> said: > I'm disappointed with a lack of a real TSM MySQL client; I think the > arguments that MySQL is a mediocre database are long in the tooth, > and there are a lot of real commercial operations that are backed by > MySQL

Re: backup of MySQLDB

2008-02-13 Thread Curtis Preston
> I'm disappointed with a lack of a real TSM MySQL client; I think the > arguments that MySQL is a mediocre database are long in the tooth, and > there are a lot of real commercial operations that are backed by > MySQL. No it's not Oracle. But it is sufficient for 80% of > applications. Dude, it

Re: backup of MySQLDB

2008-02-13 Thread Jim Zajkowski
On Feb 13, 2008, at 3:06 PM, Wanda Prather wrote: In that case mysql provides a perl script you can implement that will create copies of the mysql files in another directory, then TSM can back up those flat files. This is not true when using InnoDB, the transactional version of MySQL storage.

Re: backup of MySQLDB

2008-02-13 Thread Helder Garcia
2008 11:31 AM > To: ADSM-L@VM.MARIST.EDU > Subject: Re: [ADSM-L] backup of MySQLDB > > You can use ADSM Pipe. Take a look on this redpaper > > http://www.redbooks.ibm.com/abstracts/redp3980.html?Open > > This is a workaround. > > On Feb 13, 2008 3:07 PM, Avy Wong <[E

Re: backup of MySQLDB

2008-02-13 Thread Wanda Prather
Read the mysql admin guide; they explain how to do backups. In 99% of cases, no special agent is necessary because the mysql data bases are actually comprised of 4 (I think) flat files each. They back up just fine as flat files, and you can restore them as flat files. The only time you will run

Re: backup of MySQLDB

2008-02-13 Thread Howard Coles
arcia Sent: Wednesday, February 13, 2008 11:31 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] backup of MySQLDB You can use ADSM Pipe. Take a look on this redpaper http://www.redbooks.ibm.com/abstracts/redp3980.html?Open This is a workaround. On Feb 13, 2008 3:07 PM, Avy Wong <[EMAIL PROTECTED]>

Re: backup of MySQLDB

2008-02-13 Thread Helder Garcia
You can use ADSM Pipe. Take a look on this redpaper http://www.redbooks.ibm.com/abstracts/redp3980.html?Open This is a workaround. On Feb 13, 2008 3:07 PM, Avy Wong <[EMAIL PROTECTED]> wrote: > Hello, > Is it still hold truth that there is no TSM special agent to backup > MySQL database. I

backup of MySQLDB

2008-02-13 Thread Avy Wong
Hello, Is it still hold truth that there is no TSM special agent to backup MySQL database. I searched on the Adsm archive, and the comments are because it is opensource and there is no money in it, IBM do not support it. What is your input on this? and what are the work around? Thanks. Av