Home > Database > Mysql Tutorial > Ubuntu下安装Firebird功能强大的的数据库

Ubuntu下安装Firebird功能强大的的数据库

WBOY
Release: 2016-06-07 16:52:01
Original
1393 people have browsed it

1.在Ubuntu的新立德中安装Firebird2.在添加/删除中安装Firebird管理工具FlameRobin3.更改firebird用户的密码:sudo passwd fireb

1.在Ubuntu的新立德中安装Firebird

2.在添加/删除中安装Firebird管理工具FlameRobin

3.更改firebird用户的密码:sudo passwd firebird

4.更改firebird中数据库管理员SYSDBA的密码:sudo dpkg-reconfigure firebird2.0-super

5.在自己的家目录中新建一个文件夹用来放firebird数据库文件,我的文件夹命名为:firebird

6.切换到自己的家目录,更改新建的firebird文件夹的权限:sudo chown firebird:firebird firebird

7.在FlameRobin中新建一个数据库,数据库一定放到新建的firebird目录中,用户名:SYSDBA 密码:masterkey

8.你已经成功了。 

linux

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template