摘要:
ORACLE 11G R2安装 安装步骤 安装步骤地址 报错处理一 ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file '/data/oracle/product/11 阅读全文
摘要:
建表SQL 创建user表 SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; -- -- Table structure for user -- DROP TABLE IF EXISTS `user`; CREATE TABLE `user` ( `bus 阅读全文