Jump to content

Thorsten

Members
  • Posts

    5
  • Joined

  • Last visited

Thorsten's Achievements

Vic

Vic (3/54)

0

Reputation

  1. in which file to write the command? // i take short shower, the i try the tut from the link and then i see. // back soon, hope one of the tipps will work.
  2. i have... ill send pic... http://www7.pic-upload.de/25.11.12/ush786n9g7y9.png
  3. a file? check my pic. http://www10.pic-upload.de/25.11.12/ja5k4m1dn61d.png
  4. it is in the mtaserver.conf its loadet and the connect script doesnt send an error. Thats the Problem.
  5. Hey Guys, i have a Problem with MySQL here my ACL <group name="Admin"> <acl name="Admin"></acl> <object name="resource.Testmode"></object> here my mtaserver.conf <module src="mta_mysql" /> the module is in the MTA_Server_1260/mods/deathmatch/modules/ in the meta file is the MySQL connect data, the first wich loads. from the MySQL connect: gMysqlHost = "localhost" gMysqlUser = "********" gMysqlPass = "********" gMysqlDatabase = "MTA" function MySQL_Startup() handler = mysql_connect(gMysqlHost, gMysqlUser, gMysqlPass, gMysqlDatabase) if( not handler) then outputDebugString("Couldn't run query: Unable to connect to the MySQL server!") outputDebugString("Please shutdown the server and start the MySQL server!") end end i tried copy the User and the Pass and connect over phpmyadmin and it works. Even the MySQL connect data doesnt send a error message. i hope you can help. sorry for bad english, im from germany
×
×
  • Create New...