Hy!
I have a program that uses mysql(version 3 or 4) for storing a database with the legislation from my country ans the .MYD table data has reached the 4Giga size limit. I used Jeremy Zawodny’s alter table advice ( ) and now with NTFS my database can be biger than 4 Giga. What can I do with the database fot those clients that have a Fat32 file system?
So my qestion is: Is there a way to convince mysql split somehow (ideally... automatically) the .myd table data in files smaller than 4G without making major adjustments to my program?
I think that 4G size is and was quite common for a database even when mysql 3or 4 appeared and somebody must figure it out how to do it or maybe even mysql knows how to do this and to work with splited table data files after that.
Thanks a lot!
ra
I have a program that uses mysql(version 3 or 4) for storing a database with the legislation from my country ans the .MYD table data has reached the 4Giga size limit. I used Jeremy Zawodny’s alter table advice ( ) and now with NTFS my database can be biger than 4 Giga. What can I do with the database fot those clients that have a Fat32 file system?
So my qestion is: Is there a way to convince mysql split somehow (ideally... automatically) the .myd table data in files smaller than 4G without making major adjustments to my program?
I think that 4G size is and was quite common for a database even when mysql 3or 4 appeared and somebody must figure it out how to do it or maybe even mysql knows how to do this and to work with splited table data files after that.
Thanks a lot!
ra