PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD20] - Cannot connect to MySQL Server
[WD20] - Cannot connect to MySQL Server
Iniciado por guest, 29,oct. 2017 06:42 - 3 respuestas
Publicado el 29,octubre 2017 - 06:42
Hello,

I have installed WX200PACKMYSQL029.exe to enabling access to MySQL server.

I have installed MySQL through XAMPP from apachefriends.org.

But when ever I try to import Analysis from MySQL database WD reports an error that driver for MySQL not found.

What is missing here?

TIA
Publicado el 29,octubre 2017 - 09:26
Have you the MySQL client and copied libmysql.dll to the exe folder of your project?

This is the most common reason for connection problems.
I believe there is some guidance in the Help if you need it.
Publicado el 29,octubre 2017 - 13:22
Hi

some information here:
http://fabriceharari.com/UK/Page_Article.awp…

Best regards
Publicado el 30,octubre 2017 - 05:03
Fabrice,

Thanks for the link.
I have managed to solve my problem by copying these two files:
- libmysql.dll
- libmysqld.dll

To windows system folder.

Regards,