mysql 6.0 has gone

2009-08-08 Thread zhu dingze
When I approaching mysql download page. It happens find mysql 6.0 download page disappeared from mysql dev pages. What has on earth happened? -- Dingze Zhu We are running the best Chinese MySQL and Solaris Community in China. Welcome to visit http://www.mysqlsystems.com

Re: Mysql batch file help

2009-08-08 Thread Michael Dykman
Aternatively, you can put all your MySQL commands into a single script and excute that at the command like === -- contents of command file truncate table cdma_dsr; load data from infile ... --end of command file == mysql -u user -p mydatabase < com

storage upgrade in a replication cluster

2009-08-08 Thread Claudio Nanni - TomTom
All, I would appreciate some valuable ideas from you all. I have a replication setup with 1 master and 4 slaves, I am short on disk space on all the 5 servers so I will move to another partition (SAN). What is, according to you, the smoothest way to move all 5 servers from one partition to an

Re: Mysql batch file help

2009-08-08 Thread Johnny Withers
You have to execute each command using the mysql command: @echo off mysql -u root -ppass --database test truncate table t1 mysql -u root -ppass --database test load data infile On Saturday, August 8, 2009, DAREKAR, NAYAN (NAYAN) wrote: > Hi Guys, > > I need a help, as i am new to mysql and

storage upgrade in a replication cluster

2009-08-08 Thread Claudio Nanni
All, I would appreciate some valuable ideas from you all. I have a replication setup with 1 master and 4 slaves, I am short on disk space on all the 5 servers so I will move to another partition (SAN). What is, according to you, the smoothest way to move all 5 servers from one partition to an