Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
Dbeaver开源通用数据库管理软件安装过程记录
Apps Section
1105
views ·
0
replies ·
To
floor
Go
liufengyijian
deepin
2014-09-03 19:57
Author
DBeaver 是一个通用的数据库管理工具和 SQL 客户端,支持 MySQL, PostgreSQL, Oracle, DB2, MSSQL, Sybase, Mimer, HSQLDB, Derby, 以及其他兼容 JDBC 的数据库。DBeaver 提供一个图形界面用来查看数据库结构、执行SQL查询和脚本,浏览和导出数据,处理BLOB/CLOB 数据,修改数据库结构等等。
DBeaver经官方测试,其支持:MySQL、Oracle、PostgreSQL、IBM DB2、Microsoft SQL Server、Sybase、ODBC、Java DB (Derby)、Firebird (Interbase)、HSQLDB、SQLite、Mimer、H2、IBM Informix、SAP MAX DB、Cache、Ingres、Linter、Teradata和一些符合JDBC连接的数据库。
因为是deepin2014.1 64位版本,所以到官网下载了相应的deb软件包,但是在安装过程中遇到java6-runtime依赖关系不足的提示,在网上找了各种安装java的帖子配 置/etc/environment,/etc/profile,重启n次都不管用。后来在软件商店里找到openjdk-6-jre才算把问题解决了。
同时还了解到通过sudo update-alternatives --config java命令可以设置默认的java运行环境的版本,记录下
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
the Network section no longer appears
Error during system installation
Deepin IDE?
Music player with sample rate and bit depth
Popular Events
More
DBeaver经官方测试,其支持:MySQL、Oracle、PostgreSQL、IBM DB2、Microsoft SQL Server、Sybase、ODBC、Java DB (Derby)、Firebird (Interbase)、HSQLDB、SQLite、Mimer、H2、IBM Informix、SAP MAX DB、Cache、Ingres、Linter、Teradata和一些符合JDBC连接的数据库。
因为是deepin2014.1 64位版本,所以到官网下载了相应的deb软件包,但是在安装过程中遇到java6-runtime依赖关系不足的提示,在网上找了各种安装java的帖子配 置/etc/environment,/etc/profile,重启n次都不管用。后来在软件商店里找到openjdk-6-jre才算把问题解决了。
同时还了解到通过sudo update-alternatives --config java命令可以设置默认的java运行环境的版本,记录下