What problems is MySQL solving and how is that benefiting you?
MySQL is a relation database management system and it solving the problem of efficiently handling of large amount of data. Before this, all the data was stored on excel spreadsheet which is difficult to manage, and even high-end configuration system also got stucked while handling. but as the arrival of RDBMS system, it solves a very huge problem. This problem solving by MySQL that i am getting the benefit.
Apart from this, I also want to share how Eclipse integrate with MySQL :-
1. before making connection from eclipse to MySQL, there is a MySQL connector file must be present.
2. After that, open the 'Data Explorer' in Eclipse by clicking on the ' window ' menu, then choose ' perspective ' option.
3. then press 'right-click' on ' database connection ' and select new to create a new connection.
4. then in "New Connection" profile, click on 'MySQL' type and click next.
5. Enter the name of your connection, host address,port no, username and password.
6. then click on test connection to check the database integrity.
7. Once the connection successful, then click on 'Finish' to create the connection . Review collected by and hosted on G2.com.