PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Webdev21 on Linux Server with MySQL
Webdev21 on Linux Server with MySQL
Iniciado por guest, 14,jun. 2016 14:32 - 1 respuesta
Publicado el 14,junio 2016 - 14:32
Hi,

I want to install Webdev21 administrator on a |Linux server and connect it on a MySQL database.

From my Windows 10 PC with the MySQL Native Access installed i get all kinds of errors (see below).

On http://www.windev.com/ts/download/common-modules-21/mysql.htm it states that the Native Access only works with MySQL:

"This native access is compatible with the client layers of MySQL (LibMySQL.DLL) Version 3.23x to 5.1.34."!!!!

This version is from April 2009! Current version MySQLis 5.7.

Can i get it to work with my clients MySQL which is on 5.5?

Regards, Aad

Errors:

What happened?
native MySQL access error.
Error Number = 79

Connection failure.
The following error was returned by the <(null)> database:
Error number = <2003>.
Error message:
Can't connect to MySQL server on 'localhost' (10061)

Error code: 73001
Level: non-fatal error
WD55 error code: 3001

Dump of the error of 'wd210hf.dll' module (21.0.100.3).
Identifier of detailed information (.err): 72801
Debugging information:
IEWDMSQL=101.23
Module=
Version=<21.0.8.0>
Additional Information:
EIT_NATIVECODE : <79>

----- Sub-error #1 -----

What happened?
The following error was returned by the <(null)> database:
Error number = <2003>.
Error message:
Can't connect to MySQL server on 'localhost' (10061)

Error code: 22
Level: fatal error

Dump of the error of 'wd210msql.dll' module (21.0.8.0).
Identifier of detailed information (.err): 22
Debugging information:
IEWDMSQL=101.16
Module=
Version=<21.0.8.0>
Client layer: C:\WebDev21\Programs\Engine\PHP\in\libmysql.dll
Provider: WinDevMySQL
Unicode supported: 1
Page code of WL: 1252
Page code of the connection: 1252
Additional Information:
EIT_BASECODE : <2003>
EIT_INFOCLIENT : <5.0.51a>
Publicado el 14,junio 2016 - 15:19
Hi Aad,

I don(t know for the version, but error 79 is a classic: the mysql CLIENT dll is not at the right place (it should be with the application framework) or is not the right version (32/64 bits): it should be the same bitcount than the application.

Best regards