Home > Database > Mysql Tutorial > body text

Linux的MS SQL Server客户端SQuirrel SQL Client

WBOY
Release: 2016-06-07 17:31:24
Original
1744 people have browsed it

因为工作需要,要在Ubuntu下连接mssql数据库,找了很久终于找到了SQuirreL SQL Client。

因为工作需要,要在Ubuntu下连接mssql数据库,找了很久终于找到了SQuirreL SQL Client。

SQuirreL SQL Client官方网站:,最新版本20100402_2427。

SQuirreL SQL Client最大的魅力在于:

基于Java,具备良好的夸平台特性,在Windows下一样可以很好的使用;

只要具备相应数据库的类库,就可以连接对应的数据库,例如SQL Server、MySQL、Oracle、Sybase、DB2等等。

安装方法,,在控制台运行 java -jar /路径/squirrel-sql-Snapshot-20100402_2427-install.jar,然后根据提示选择安装路径,后续安装步骤中,插件我选择了Data import/DBCopy/DBDiff/Microsoft SQL Server/MySQL/Oracle/,语言包选择了Simplified Chinese(中文)

Linux的mssql客户端SQuirrelSQL Client

安装完成后,将 jtds-1.2.5.jar、ojdbc14.jar、mysql-connector-java-5.1.5-bin.jar复制到SQuirrel SQL安装目录下的lib目录,这样SQuirrel SQL就具备了连接SQL Server、Oracle、MySQL的能力。

now,启动这个软件吧,看下启动画面:

SQuirrel SQL Client启动画面

经过上面的安装步骤之后,能支持的数据库连接(驱动)如下,如果还需要其他的连接方式,将其类库复制到该软件安装目录的lib目录下再重启该软件即可:

SQuirrel SQL Client驱动

数据库连接类库下载:

SQL Server(jtds):

mysql(MySQL Connector):

oracle(JDBC):

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