本文介绍了MYSQL中数据库表大小的限制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我使用了免费的MYSQL-6.0.11-alpha-win32数据库版本.当我在数据库中创建表时,将引擎类型分配为InnoDB.
InnoDB引擎的表行的限制是什么?
InnoDB和MyISAM&之间有什么区别?内存引擎和
I have used the free MYSQL-6.0.11-alpha-win32 database version.when i have created the table inside the database ,it assign the engine type as InnoDB .
what is the limitation of the table rows of the engine InnoDB ?
what is the difference between InnoDB ,MyISAM & MEMORY engine & limitation of the storage?
推荐答案
这篇关于MYSQL中数据库表大小的限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!