1
I wonder if you have how to make a connection to Mysql by Eclipse.
Thanks in advance.
1
I wonder if you have how to make a connection to Mysql by Eclipse.
Thanks in advance.
1
The first step is to lower the Jconnector on the Oracle website
In the JEE eclipse, change the database perspective, usually this option is in the upper right corner.
Right click on database Connections, new option.
In the next screen select the desired database(Mysql), in the next informs the connection data as server, user, password and database.
What I do with Jconnector?
@Raphaelmelo didn’t need it? sometimes vc need to connect pq the connection is via jdbc.
I couldn’t, which I should put in the URL.
@Raphaelmelo only changes the database
for your base name. do not forget the password user(fields below);
i managed to connect and view all tables, however, the tables come without the fields. What can be?
Browser other questions tagged mysql eclipse
You are not signed in. Login or sign up in order to post.
Yes it is possible to connect the eclipse directly to Mysql, the first step is to download the
.jar
from Mysql to configuration.– rray
Which eclipse do you use? JEE, PHP etc?
– rray
JEE. Could post a code of how to do?
– Raphael Melo
I’m putting together a response :)
– rray
Actually I wanted to create tables from the database using jpa, but always from the connection failure.
– Raphael Melo
I edited the question because "phpmyadmin" is not a "database", read this to understand the differences: What is the difference between mysql and phpmyadmin?
– Guilherme Nascimento