How to connect IntelliJ with local MySQL?
Connecting to a local instance is essentially the same as connecting to a remote instance of MySQL. Just substitute either localhost, or 127.0.0.1 in place of the IP address you would use normally. To add a new database connection (called a data source in IntelliJ), open the Database window View -> Tool Windows -> Databases, … Read more