Firebird First Use

Source: Internet
Author: User
Tags interbase gsec

Yesterday use Firebire can connect, but today is not, check a lot (Chinese) data are not (English too poor), and then there is no way to see Firebird after the installation of the PDF file Qucikstart.pdf, and then found Lee this paragraph: 

3/87asdefault as an application. non-server Windows systems–98 and Me–don't support Services; running as an application are the only option there.
non-Server Windows systems–95, 98 and Me–don ' t support services; This statement Firebird and InterBase as well as the service, and then see Firebird Services, sure enough, now Has started, and then started to log on. (This is the same as Firebird's predecessor, InterBase)

Login mode:
Direct use of isql:Connect "C:\db\FBDB" user sysdba password Masterkey; Firebird is a database alias setting in the installation directory.aliases.confconfiguration file directly set, you need to be aware of the case format, do not exaggerate; so I can omit the following:
  Connect "fbdb" user sysdba password Masterkey;
Aliases are
case insensitive
, the display after successful connection is:
Sql>Connect "C:\db\EMPLOYEE. FDB "Usersysdba password Masterkey; Server Version:wi-V2.5.3.26780Firebird2.5WI-V2.5.3.26780Firebird2.5/XNet (ZHAO)/P12wi-V2.5.3.26780Firebird2.5/XNet (ZHAO)/P12Database: "C:\db\EMPLOYEE. FDB ",User: Sysdbasql>

Use cmd login (i added the bin path on path, added before the installation, do not know whether the installation will be added by default):

System32>isql-u sysdba-p Masterkey; --Here is the use of isql tool landing,-U,-P is the parameter, more parameters to you query: isql-?
Sql> Connect "FBDB"
Database: "F bdb ", USER:SYSDBA;
Sql>show table; --View all tables of the current library

Then change the user password: The tool used is GSEC, related help query: Gsec-? (CMD dos environment)
Related ways reference: http://www.cnblogs.com/yokoboy/archive/2013/05/05/3060826.html




Firebird First Use

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.