Questions tagged as 'mysqlconnector.jar'

2
answers

Error connecting mysql base with java

I use the following code to connect to mysql public static void main(String[] args) { MapeadorServicio aux = new MapeadorServicio(); Auto aux1 = new Auto(0); Persistencia p = Persistencia.getInstancia(); p.guardar(aux); } public...
asked by 28.12.2017 / 00:24
1
answer

"Android Studio 3.1.2" connection error jdbc and mysql

I have already "scrutinized" this web in search of the solution to the problem of the connection with MySql through jdbc and I see that some users have achieved it, without the Webservice. The error message you tell me is:    Error: java.l...
asked by 07.06.2018 / 18:31
0
answers

mysql error installing a post pos

I'm trying to configure unicenta but I get the following error, the database is created in mysql but it's like I do not have access to help please. p> [     
asked by 29.05.2018 / 18:08
1
answer

ClassNotFoundException com.mysql.jdbc.Driver JAVA JSP

Problem: I have a method of type ArrayList that returns an object of the same, but when I invoke it in the JSP it gives me the following error: javax.servlet.ServletException: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver I hav...
asked by 05.04.2018 / 09:28