MySQL创建数据库出错

在创建数据库时总在“on primary”附近出错

img


ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'on primary(
name="mly",
filename="E:\mysql\database\mly.mdf",
size=5MB,
maxsize=' at line 1

这是sql数据库的命令
mysql直接创建,没有那么多参数
文件都是自动创建自动命名的

为啥建库,会有这么多参数呢?第一次见到。