In the past, I installed the integrated environment wamp when I was developing with php. Now I am developing with jsp and don’t want to install mysql separately. Is it okay? After opening wamp, how to connect directly using jdbc
世界只因有你2017-06-06 09:54:15
It’s absolutely possible, use the driver to connect to the local 127.0.0.1 loop address
怪我咯2017-06-06 09:54:15
It's absolutely possible, but you need to download the jar package to connect to the java database. It's not difficult. Just search it on Baidu. However, it is recommended to use the ssh framework.