RazorSQL 一个在linux下的mssql工具

http://razorsql.com/download_linux.html

这个是他download page


Installation Instructions and Requirements

Linux

Download razorsql6_3_19_linux_x86.zip for 32-bit systems or razorsql6_3_19_linux_x64.zip for 64-bit systems. 
Unzip the downloaded file either by double-clicking or opening a terminal window and typing the following (unzip file_name) 
Open a terminal window. Navigate to the directory where you unzipped the file and then to the razorsql directory (cd razorsql).

Launch the shell script:

sh razorsql.sh (you may need to execute a chmod on razorsql.sh before launching -- chmod 755 razorsql.sh)

Solaris / Unix

RazorSQL requires Java 1.4 or greater. Java 1.5 or 1.6 is recommended.

Download and unzip razorsql6_3_19.zip. Open a terminal window. Navigate to the directory where you unzipped the zip file and then to the razorsql directory.

Either launch the shell script or the executable jar file:

sh razorsql.sh (you may need to execute a chmod on razorsql.sh before launching -- chmod 755 razorsql.sh)

or

java -jar razorsql.jar

If java is not in the path, type the full path to the java program, for example:

/usr/jdk1.6.0_20/bin/java -jar razorsql.jar

If using the shell script and java is not in the path, make sure to edit the script so that the full path to java is specified.

 

Uninstallation Instructions

Linux

To uninstall RazorSQL on Linux/Unix systems, remove the "razorsql" folder that was created when extracting the RazorSQL zip file. This can be done by either dragging the folder to the trash and emptying the trash, or executing the following command via the terminal application: rm -rf razorsql


你可能感兴趣的:(RazorSQL 一个在linux下的mssql工具)