摘要:
-- 创建表空间 create tablespace Test --表空间的名字datafile 'c:\test.dbf' -- 位置size 100m -- 大小autoextend on -- 允许自动扩容next 10m; -- 每次扩容10m -- 删除表空间 drop drop tabl 阅读全文
摘要:
pymysql.err.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the rig 阅读全文