Configure MySQL connection in eclipse

1

I would like to know if you have a MySQL connection to Eclipse.

Thank you in advance.

    
asked by anonymous 30.06.2016 / 20:03

1 answer

1

The first step is to download the Jconnector from the Oracle site

In JEE eclipse, change the perspective database development, usually this option is in the upper right corner.

Rightclickondatabaseconnections,optionnew.

Inthenextscreenselectthedesireddatabase(MySQL),nextinformsthedataoftheconnectionasserver,user,passwordanddatabase.

    
30.06.2016 / 20:28