
MySQL
艾洣
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
从MySQL OCP考题中学知识4-ERROR LOG
题目: The MySQL instance is a default RPM installation on a Linux server. Where are the errors written? 答案:C A) in the /var/lib/mysql/hostname.log file B) in the syslog daemon on the server C) in the /v...原创 2019-11-17 07:57:03 · 369 阅读 · 1 评论 -
从MySQL OCP考题中学知识3-表空间Tablespace
题目: Which statement is true about tablespaces? 答案:D A) All tables must be in either the system tablespace or a general tablespace. B) General tablespaces can be configured to span multiple files. C) A...原创 2019-11-16 23:14:00 · 702 阅读 · 0 评论 -
从MySQL OCP考题中学知识2-临时表temporary table
题库: You want to create a temporary table named OLD_INVENTORY in the OLD_INVENTORY database on the master server. This table is not to be replicated to the slave server. Which two changes would ensure ...原创 2019-11-16 22:11:26 · 743 阅读 · 0 评论