Subject | RE: [firebird-support] Date format |
---|---|
Author | Helen Borrie |
Post date | 2009-11-14T21:40:39Z |
At 06:28 AM 15/11/2009, you wrote:
Go to the /bin directory of the Fb installation.
steve@steve-desktop:~$ .isql /path/to/database/end_db -user whoever -password whatever
1. Notice the dot at the front
2. The user is not 'steve' but a firebird user.
3. At installation, there is only one user (SYSDBA). The initial password generated into a text file in Firebird's root by the installation script
./heLen
>steve@steve-desktop:~$ isql end_dbLooks like MySQL's isql. It only works with MySQL. You need to use Firebird's.
>+---------------------------------------+
>| Connected! |
>| |
>| sql-statement |
>| help [tablename] |
>| quit |
>| |
>+---------------------------------------+
Go to the /bin directory of the Fb installation.
steve@steve-desktop:~$ .isql /path/to/database/end_db -user whoever -password whatever
1. Notice the dot at the front
2. The user is not 'steve' but a firebird user.
3. At installation, there is only one user (SYSDBA). The initial password generated into a text file in Firebird's root by the installation script
./heLen