Ver Mensaje Individual
  #12  
Antiguo 26-03-2008
Avatar de cHackAll
[cHackAll] cHackAll is offline
Baneado?
 
Registrado: oct 2006
Posts: 2.159
Reputación: 20
cHackAll Va por buen camino
Cita:
Empezado por keyboy Ver Mensaje
Incluso hay componentes como MyDac que pueden acceder a un servidor MySQL sin la librería.
Cita:
Empezado por http://www.crlab.com/mydac/faq.html
What software should be installed on a client computer for MyDAC-based applications to work?

Usually, you do not need any additional files. The only exceptions to this rule are listed below:
  • If you are using MySQL Embedded server (if you are using TMyConnection with TMyConnection.Options.Embedded = True or TMyEmbConnection), you need the server itself (libmysqld.dll) and the service files for it, for example errmsg.sys.
  • If you are connecting in Client mode, (TMyConnection.Options.Direct = False), you need libmysql.dll.
  • If you are using SSL (TMyConnection.Options.Protocol = mpSSL), you need the OpenSSL library files - ssleay32.dll and libeay32.dll.
Cita:
Empezado por keyboy Ver Mensaje
O quizá con telnet, a ver si responde el puerto 3306 o donde se supone que esté instalado.
Cita:
Empezado por my.ini
...
[mysqld]
# The TCP/IP Port the MySQL Server will listen on
port=3306
...
Efectivamente la conexion se la debe realizar, mediante alguna libreria.

PD: habra que mover el hilo a la sección de debates

Saludos
Responder Con Cita