⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 security_database.txt

📁 firebird最新源代码。firebird是一个全功能的,强大高效的,轻量级,免维护的数据库。它很容易让您从单用户、单数据库升级到企业级的应用。 一个firebird数据库服务器能够管理多个独立的数
💻 TXT
字号:
  You can't use pre-2.0 security database in firebird 2.0 or higher directly.
  If you try to put old security.fdb into firebird's new home directory with 
new (security2.fdb) name, you will get a message - cannot attach to password 
database. That's OK and is by design. In order to be able to use old database, 
you must run appropriate upgrade script - security_database.sql. To do so:
  1. Put your old security database in some known to you place (not new home
directory). Always have a copy of it!
  2. Start firebird using it's new, native security2.fdb.
  3. Convert your old security database to ODS11 (i.e. backup and restore it 
using gbak from firebird 2.0). Without this step you will get failure running 
security_database.sql!
  4. Connect to restored database as SYSDBA and run the script.
  5. Stop firebird.
  6. Copy upgraded database to firebird's home directory (as security2.fdb).
  7. Start firebird.

  Now you should be able to connect to firebird 2.0 server using your old 
logins and passwords. 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -