MySQL配置SQL Assistant提示

    以前开发一直使用SQL Server数据库,提示插件采用的就是SQL Assistant,写起脚本来相当有效率。这段时间公司转型要采用MySQL数据库,试用了mysql workbench、mysql query browser和navicate等工具,感觉写脚本的提示都不是很好用。后来看SQL Assistant官网上说SQL Assistant是支持mysql workbench和mysql query browser,重新安装SQL Assistant,选中mysql workbench的选项,安装完成后,使用效果和在SQL Server上的体验相差太多,后来慢慢鼓捣,发现SQL Assistant自带一个SQL Editor脚本编辑器,和SQL Server中的提示效果完全一样。

    现在把配置的过程记录下:
    第一步,在SQL Assistant任务栏图标的右键点击,选择SQL Editor,打开编辑器,如下图
       
 
    第二步,进行MySQL的连接配置,Connection Type要选择MySQL Native,MySQL DLL要选择一个名为libmysql.dll的文件(在文章末尾会将该文件分享),点击Connect,打开数据库,如下图
 
 
  
       
    第三步,输入脚本,看效果
    
 
 
    现把SQL Assistant v7.2和文章中需要的dll链接分享下
    百度云地址,提取密码:3ha3

 

posted on 2015-08-02 19:32 muzhiye 阅读(...) 评论(...) 编辑 收藏

转载于:https://www.cnblogs.com/muzhiye/p/SQLAssistantWork.html

来源:http://www.cnblogs.com/muzhiye/p/SQLAssistantWork.html


智能推荐

使用Microsoft SQL Server Migration Assistant for Oracle迁移数据库

1、前言 本节列出如何使用Microsoft SQL Server Migration Assistant for Oracle迁移Oracle数据库到SqlServer数据库。 准备:Oracle11g、SqlServer2012、Microsoft SQL Server Migration Assistant for Oracle 2、开始迁移 1、打开软件>File>New Pr...

kibana提示“Your Kibana index is out of date, reset it or use the X-Pack upgrade assistant.”

===============================================  2017/12/15_第1次修改                     &nbs...

Identification of Urban Functional Regions in Chengdu Based on Taxi Trajectory Time Series Data

2020.6.4 Liu X , Tian Y , Zhang X , et al. Identification of Urban Functional Regions in Chengdu Based on Taxi Trajectory Time Series Data[J]. 2020, 9(3):158....

Fiddler Web调试工具

Httpwatch是比较常用的http抓包工具,但是只支持IE和firefox浏览器(其他浏览器可能会有相应的插件),对于想要调试chrome浏览器的http请求,似乎稍显无力,而Fiddler 4 是一个使用本地 127.0.0.1:8888 的 HTTP 代理,任何能够设置 HTTP 代理为 127.0.0.1:8888 的浏览器和应用程序都可以使用 Fiddler。 1、简介 Fiddler...

win10下以管理员身份修改hosts文件

win10下以管理员身份修改hosts文件 一、以管理员身份运行PowerShell hosts文件在C:\Windows\System32\drivers\etc目录下 二、notepad hosts打开记事本修改hosts文件 如下所示:...

猜你喜欢

熵的通俗理解

上次说了有关熵、条件熵、相对熵、互信息的概念及其之间的关系。为了更好的了解熵,这次谈一谈熵的通俗理解。 1. 公式及其含义 2.信息量 3. 由信息量想到的 4. 信息熵 1. 公式及其含义 熵的公式: 熵的含义: 样本集合不纯度,熵越小,集合不纯度越低; 知识的不确定性,熵越小,不确定性越小; 系统的复杂度,熵越大,系统越复杂。(系统越复杂,出现不同情况越多,信息量越大,熵越大。) 2. 信息量...

C++与Qt开发人机象棋(第二部分)

C++与Qt开发人机象棋(第二部分) 项目目录 文件名->(包含)类名1->(包含)类名2 ChessBy ChessBy.pro Headers Board.h – – – Sources Board.cpp main.cpp 上次我们讲到 调用了 获取鼠标点击的当前区域 以及在屏幕上绘制线段,圆,文本,改变他们的颜色。 这次我们就用上次所用到的来...

3. linux环境下安装redis

首先准备好redis-linux安装包,并准备好虚拟机以及xftp等环境。 上传redis-linux的安装包。 我在usr目录下,新建了一个redis的文件目录,如图: 接着上传redis-linux的安装包。 解压: tar -zxcf redis-xxx.tar命令。如图: 此时在redis的安装目录下,有两个文件,一个是安装包,一个解压后的redis文件夹,如图: 此时我们需要进入redi...

使用SoapUI 测试Web Service

                如何测试写好的Webservice?你当然可以写代码来测试,但还是太麻烦,你得花时间去学习各语言的关于Webservice调用的相关API。这里推荐一个Webservice开发的必备工具- SoapUI,无须了解底层细...

常用网络命令

1.ifconfig 查看和配置网络设备/接口 格式: #ifconfig [网络设备] [参数]   #ifconfig eth0 up #ifconfig eth0 down #ifconfig eth0 arp // 启动arp协议; #ifconfig eth0 -arp // 关闭arp协议; #ifconfig -a // 显示全部接口信息; #ifconfig -s // ...

问答精选

Appending data from a dual loop

I am doing an interpolation using pyresample and I have a loop like the following: So, as you can see I calculate the "lf_nearest" for each l and each k of the original variable "lf[l,k...

Customize text before bring print through log4j

I'm working on a pretty big code base. there are a lot of logs getting printed. I'm trying to find away to modify all the existing logs to mask out some some text that is not suppose to be printed. I ...

Gathering values from sub objects in Vue.JS and assigning to parent object key

Here's what the data "valueContainer" looks like: I'm trying to gather the values from 'subValues1' and 'subValues2' and store them in the 'totalValue' field? I've been trying to use compute...

Java properties file specs

Possible Duplicate: Escaping equal sign in properties files In a .properties file, can I use the character '=' after the first one? Like this: Is it allowed and where can I know that it is allowed if ...

Need help on Linq with group by and distinct

I am trying to perform a group by followed by a distinct to verify if a set of columns maps to only other column. For example, in the dataset below Product A, B, C are valid. But D is not valid since ...

相关问题

相关文章

热门文章

推荐文章

相关标签

推荐问答