Changes between Initial Version and Version 1 of Ticket #19, comment 8


Ignore:
Timestamp:
07/16/2012 09:15:39 AM (14 years ago)
Author:
kuangjuhuan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19, comment 8

    initial v1  
    11电脑网数据库初始化: 
    22 
    3 mysql数据库和5网一样。 
     3oracle初始化管理员数据: 
     4{{{ 
     5insert into `sec_acl` (`resource_id`, `role_id`, `user_id`, `application`, `account_id`) values('ROOT','12','24300','itbbs','826717'); 
     6insert into SEC_ROLE (ID,NAME,DESCRIPTION,RANK,APPLICATION,DISPLAY_ORDER) values (12,'站长','前台管理角色,管理论坛前台所有功能',0,'itbbs',0); 
     7}}} 
    48 
    59oracle,需要导入itbbs、soft、cafe三个库,否则会报ORA-00942: table or view does not exist或者PL/SQL: could not find program unit being called: "BBS6_IT_APP.PKG_SCORE"等错误。