–创建用户 create user anhui identified by anhui -给予用户权限 grant create session to anhuigrant connect,resource to anhui; -创建表空间 1)先导dmp文件,报错:tablespace ‘FMIS_LOB’ does not exist2)然后创建表空间create tablespace FMIS_LOB DATAFILE ‘/data/db/shandong/FMIS_LOB.dbf’ Si
mysql的日志文件 日志文件大致分为 error log, binary log, query log, slow query log, innodb redo log ;如图: 1.error log the error log file contains information indicating when mysqld was started and stopped also any critical errors that occur while the server is run