Narutimmy Posted April 1, 2014 Share Posted April 1, 2014 Hola bueno en VortexServer ya estaba Activa, osea conectaba mi sv con una MySQLexterna no problem, en Sawhost no permitia, contrate un vps en caoshost y segun ellos si lo permite pero que segun yo debia activarlo nose como, ahora en NFOServers es igual, como puedo habilitar eso? Link to comment
Tomas Posted April 1, 2014 Share Posted April 1, 2014 Puedes usar: handler = mysql_connect("localhost", "username", "password", "mta_users") -- Establish the connection if ( not handler ) then -- The connection failed outputDebugString("Unable to connect to the MySQL server") else mysql_close(handler) -- Close the connection end Algo más profundo: https://wiki.multitheftauto.com/index.ph ... ldid=29836 Y algo mucho más profundo e.e : viewtopic.php?t=42067&f=148 Espero haberte ayudado Link to comment
MTA Team 0xCiBeR Posted April 1, 2014 MTA Team Share Posted April 1, 2014 Lo que busca es acceder a su DB desde su propia PC. Busqueda de Google No se bien cual serviria..Hace tiempo use uno pero ahora no lo encuentro Link to comment
Narutimmy Posted April 1, 2014 Author Share Posted April 1, 2014 Puedes usar: handler = mysql_connect("localhost", "username", "password", "mta_users") -- Establish the connection if ( not handler ) then -- The connection failed outputDebugString("Unable to connect to the MySQL server") else mysql_close(handler) -- Close the connection end Algo más profundo: https://wiki.multitheftauto.com/index.ph ... ldid=29836 Y algo mucho más profundo e.e : viewtopic.php?t=42067&f=148 Espero haberte ayudado amm eso ya lose, lo que busco es como habilitarlo ya que no permite la conexion. Link to comment
Alexs Posted April 1, 2014 Share Posted April 1, 2014 No tengo mucho conocimiento técnico sobre sistemas operativos que no sean Windows, pero te dejo estos links que espero te sirvan: http://www.neuroticweb.com/blog/203/con ... tu-debian/ http://www.rafalinux.com/?p=1240 Link to comment
Narutimmy Posted April 1, 2014 Author Share Posted April 1, 2014 No tengo mucho conocimiento técnico sobre sistemas operativos que no sean Windows, pero te dejo estos links que espero te sirvan:http://www.neuroticweb.com/blog/203/con ... tu-debian/ http://www.rafalinux.com/?p=1240 esque todas las guas son para... si estoy usando el vps como host de una MYSQL pero es lo contrario yo tengo contratado 5 MySQL pero estan en otro host , pero al intentar conectar desde el vps no lo permite, lo pensaba usar como asia en vortex administraba los vip desde mi web pero ya no e podido. Link to comment
MTA Team 0xCiBeR Posted April 2, 2014 MTA Team Share Posted April 2, 2014 En sí, es un cambio en los permisos. Deberías utilizar la función de SQL 'GRANT'. Link to comment
Narutimmy Posted April 11, 2014 Author Share Posted April 11, 2014 Es Urgente como lo activo? Link to comment
Recommended Posts