
MySQL
文章平均质量分 80
jerny2017
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MYSQL ENCRYPT
AES_DECRYPT(crypt_str,key_str) This function decrypts data using the official AES (Advanced Encryption Standard) algorithm. For more information, see the description of AES_ENCRYPT(). AES_ENC...转载 2018-08-24 10:23:03 · 2434 阅读 · 0 评论 -
mysql中表的类型InnoDB 和MyISAM
Before MySQL 5.5.5, MyISAM is the default storage engine. (The default was changed to InnoDB in MySQL 5.5.5.) Table 15.2 MyISAM Storage Engine Features Feature Support B-tree indexes Yes B...转载 2018-08-24 15:03:36 · 399 阅读 · 0 评论