Re: script of mysql

2010-08-02 Thread PRATIKSHA JAISWAL
Hi Travis, Thanks a lot for your help, Can i have a same scrip for windows OS. On Sat, Jul 31, 2010 at 3:29 AM, Travis Ard travis_...@hotmail.com wrote: Something like this mysql-summary script might be useful: http://code.google.com/p/aspersa/wiki/mysql_summary -Travis

RE: script of mysql

2010-08-02 Thread Travis Ard
Sorry, I am not aware of a windows-specific version.  You might check with the script author, or you may be able to get this to work on windows by installing cygwin and using a bash shell. -Travis Date: Mon, 2 Aug 2010 12:20:57 +0100 Subject: Re:

Register now for Surge 2010

2010-08-02 Thread Jason Dixon
Registration for Surge Scalability Conference 2010 is open for all attendees! We have an awesome lineup of leaders from across the various communities that support highly scalable architectures, as well as the companies that implement them. Here's a small sampling from our list of speakers:

InnoDB Tablespace

2010-08-02 Thread Johnny Withers
I recently ran out of table space on a production server that had the following configuration line: innodb_data_file_path=ibdata1:1G;ibdata2:1G;ibdata3:1G;ibdata4:1G;ibdata5:1G;ibdata6:2G:autoextend:max:8G Before I changed this line and restarted the server, I ran SHOW TABLE STATUS LIKE 'table'

Re: InnoDB Tablespace

2010-08-02 Thread Suresh Kuna
Hey john, Yes you can add it but safe to keep auto-extend at the end and monitor the disk space as well. Now when i run the same show table status command, the comment field says: InnoDB free: 6144 kB Is that telling me that I only have 6MB of storage left even though I increased the table

There is something wrong with bugs.mysql.com email server I think.

2010-08-02 Thread Daevid Vincent
I don't know if anyone from mysql is monitoring this list, but I think there is something goofy going on with your email servers. I just now got this email below. Uhm. I wrote that bug over a year and a half ago, and the reply by Susanne was the day after. WTF? ...better late than never I

RE: There is something wrong with bugs.mysql.com email server I think (another one)

2010-08-02 Thread Daevid Vincent
And now I just got yet another email for a different bug from 2008!! What's going on here? BTW, this bug is super annoying! How sad that in FOUR YEARS AND FOURTEEN DAYS it is yet to be fixed. Seriously? This can't be that hard to fix, in fact, it seems that Innodb would have to go out of it's

Re: There is something wrong with bugs.mysql.com email server I think (another one)

2010-08-02 Thread Shawn Green (MySQL)
On 8/2/2010 3:39 PM, Daevid Vincent wrote: And now I just got yet another email for a different bug from 2008!! What's going on here? BTW, this bug is super annoying! How sad that in FOUR YEARS AND FOURTEEN DAYS it is yet to be fixed. Seriously? This can't be that hard to fix, in fact, it

Importing User credentials from mysql.sql file???

2010-08-02 Thread Nunzio Daveri
Hello Gurus, I just upgraded several MySQL 4.1 to 5.1 versions and also wanted to know how to extract the user name, password and credentials from the mysql.sql file (around 22 of them per server - have 8 servers total)?  The contract admin emailed me a sql file which is a dump of the default

Re: Importing User credentials from mysql.sql file???

2010-08-02 Thread Paul DuBois
On Aug 2, 2010, at 3:57 PM, Nunzio Daveri wrote: Hello Gurus, I just upgraded several MySQL 4.1 to 5.1 versions and also wanted to know how to extract the user name, password and credentials from the mysql.sql file (around 22 of them per server - have 8 servers total)? The contract