How to set the DB Navigator plug-in for Phpstorm

Source: Internet
Author: User

Instructions

    1. Install DB Navigator Plugin via menubar >> Settings >> Plugins >> available-tab

    2. Download MySQL JDBC Connector from here >> http://www.pc6.com/softview/SoftView_99415.html

    3. Unpack MySQL JDBC Connector to a directory of your choice

    4. Restart Phpstorm/webstorm

    5. ADD a db via menubar >> db Navigator >> Settings >> connection-tab >> Plus-button

    6. Enter the parameters for your connection (see below for possible entries for a local MySQL DB)

Possible parameters for a local MySQL DB

    • Name:name of choice (localhost)

    • Description:additional info of choice (dbname)

    • Driver Library:path to the. jar file (that is, the directory used in step 3)

    • Driver:your perfered Driver (most likely of the standard Driver would do >> com.mysql.jdbc.Driver)

    • Url:connection URL with a JDBC reference (e.g.: jdbc:mysql://localhost:3306/)

    • Username:the db UserName (root)

    • Password:the db Password (root)


How to set the DB Navigator plug-in for Phpstorm

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.