Edikosh998 Posted April 4, 2012 Share Posted April 4, 2012 Hace mucho, yo habia registrado a un servidor MySQL (000webhost) , y para ello utilize el "dbConnect". Sin embargo, al empezar el server me dice .."Can't connect to MySQL server on 'mysql....' <10060> Aqui esta el script dataBase = dbConnect("mysql","dbname=a3099655_mtadb;host=mysql5.000webhost.com","a3099655_edikosh","secreto") if not dataBase then outputDebugString("Error") end --mysql_host = "mysql5.000webhost.com" --mysql_database = "a3099655_mtadb" --mysql_user = "a3099655_edikosh" --mysql_password = "Secreto" -- Estos son los datos que me dieron, para el host Link to comment
Castillo Posted April 4, 2012 Share Posted April 4, 2012 Talvez te falten datos o el host este mal, tambien podes intentar poner el puerto correcto. Link to comment
Alexs Posted April 4, 2012 Share Posted April 4, 2012 Talvez te falten datos o el host este mal, tambien podes intentar poner el puerto correcto. el problema es webhost, usa nixiweb, es mas confiable... Link to comment
Edikosh998 Posted April 4, 2012 Author Share Posted April 4, 2012 test_db = dbConnect( "mysql", "dbname=frank;host=1.2.3.4", "username", "password", "share=1" ) Osea este ejemplo no me quedo muy claro, con esos argumentos ya tendria que estar? Alexs, ahora pruebo el nixiweb :) EDIT : Nixiweb bloqueo hasta el 10 de abril Link to comment
Alexs Posted April 4, 2012 Share Posted April 4, 2012 test_db = dbConnect( "mysql", "dbname=frank;host=1.2.3.4", "username", "password", "share=1" ) Osea este ejemplo no me quedo muy claro, con esos argumentos ya tendria que estar? Alexs, ahora pruebo el nixiweb :) EDIT : Nixiweb bloqueo hasta el 10 de abril Revisa tus PM Link to comment
Recommended Posts