Re: To extend InnoDB table size

2005-03-17 Thread Gleb Paharenko


MyISAM tables files have MYI suffix. See:

  http://dev.mysql.com/doc/mysql/en/full-table.html









 Hi,



 I have a InnoDB database with MySQL version 4.1.0-alpha installed on my 
 RedHat Linux 9.0. The data files name is like *.frm, *.MYD, *.MYI.

  





 Currently the table size is fixed 4GB and I want to extend it 10GB.  Could 
 you please give me perfect command to extend my table size.  The is my 
 production server so I am restricted to  do any exercise.



 Thanks

 Naveen Naveen C Joshi [EMAIL PROTECTED] wrote:



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: To extend InnoDB table size

2005-03-16 Thread Naveen C Joshi
Many many thanks...  I was in confusion.  But how can I exten the table
size.

Regards
Naveen

- Original Message -
From: gerald_clark [EMAIL PROTECTED]
To: Naveen C Joshi [EMAIL PROTECTED]
Cc: mysql@lists.mysql.com
Sent: Tuesday, March 15, 2005 7:52 PM
Subject: Re: To extend InnoDB table size


 Naveen C Joshi wrote:

 Hi,
 
 I have a InnoDB database with MySQL version 4.1.0-alpha installed on my
RedHat Linux 9.0. The data files name is like *.frm, *.MYD, *.MYI.
 
 
 These are MyIsam, not InnoDB.

 Currently the table size is fixed 4GB and I want to extend it 10GB.
Could you please give me perfect command to extend my table size.  The is my
production server so I am restricted to  do any exercise.
 
 Thanks
 Naveen
 
 
 
 


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



To extend InnoDB table size

2005-03-15 Thread Naveen C Joshi
Hi,

I have a InnoDB database with MySQL version 4.1.0-alpha installed on my RedHat 
Linux 9.0. The data files name is like *.frm, *.MYD, *.MYI.

Currently the table size is fixed 4GB and I want to extend it 10GB.  Could you 
please give me perfect command to extend my table size.  The is my production 
server so I am restricted to  do any exercise.

Thanks
Naveen



Re: To extend InnoDB table size

2005-03-15 Thread gerald_clark
Naveen C Joshi wrote:
Hi,
I have a InnoDB database with MySQL version 4.1.0-alpha installed on my RedHat Linux 9.0. The data files name is like *.frm, *.MYD, *.MYI.
 

These are MyIsam, not InnoDB.
Currently the table size is fixed 4GB and I want to extend it 10GB.  Could you 
please give me perfect command to extend my table size.  The is my production 
server so I am restricted to  do any exercise.
Thanks
Naveen
 


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]