To make a connection with a mySql database : Use wamp server, to download it click here. Install it. Start it, left click on the icon in the task bar ( I say left click ) PHP > PHP Extensions > select php_mysql In your php page or classe use this code :// mySql …
Tag Archive: mySQL
Jul
18
How to make a connection with a mySql database by using Java?
To do this, the simplest way is to use a JDBC driver : Downlaod the integral API from here. Put it in the /lib of your Tomcat installation folder if you want to use it in a web project or any folder accessible in your hard disk Right click on your project in Eclipse > Properties > Java Build Path > Add External …