如何在IntelliJ 2016.2.5中安装SQL&如何创建项目SQL IntelliJ

时间:2016-10-28 14:51:56

标签: mysql intellij-idea

我有 IntelliJ 2016.2.5 ,并希望使用SQL。我去配置 - >插件 - >搜索:SQL enter image description here

它似乎已安装,但是当我点击 creat proj。enter image description here

我不知道在哪里可以开始创建一个SQL项目?我发现" Intellij Plattform插件"一旦我点击SQL它说 enter image description here 我不明白有人能帮我吗?

- >请一步一步告诉我。

1 个答案:

答案 0 :(得分:0)

以下是我的回答(这是针对IntelliJ的NEWBIE / BEGINNERS SQL)

休息我的步骤:

  1. 首先,您需要一个简单的.sql文件。您可以通过记事本创建它,然后另存为.sql

  2. 检查您的IntelliJ SQL插件是否已安装 enter image description here

  3. 您需要安装MySQL http://dev.mysql.com/downloads/installer/ (这适用于Windows !!) 请记住!您的用户名和密码,您的安装必须成功。如果它不起作用,则IntelliJ无法与SQL服务器通信。

  4. 创建空项目

  5. 点击数据库enter image description here

  6. 点击加号.. enter image description here

  7. 您必须点击“下载丢失的文件” enter image description here

  8. 首先进入数据库并 Ctrl + Space enter image description here

  9. 它弹出一个窗口,你在这里必须输入你的MySQL用户名和密码 enter image description here

  10. 然后你可以找到你的文件.. enter image description here

  11. 您必须(再次)输入您的用户和密码SQL,并且在单击“确定”之前必须先测试它是否正常工作 enter image description here

  12. 现在,输入您想要的任何内容,然后按下运行enter image descriptionhere

  13. 以下是结果。 enter image description here

  14. 快乐编码