Jump to content

MySQL


Argon

Recommended Posts

Posted
There's typed: Available for Windows and Linux servers ;)

So it works for both :)

See tomozj his post :o .

Since when do dlls work on Linux? :shock:

Since never.

------------------------------------

Mr. Green Servers

------------------------------------

Posted

If you don't know the answer just don't answer and let the guys who made MTA:DM answer they'll know the correct answer...

  • 3 weeks later...
Posted

offcourse you do you made it yourself -_- But i don't recommand it to myself becausse the function names are else so if the official module will work everyone can alters his scripts -_-

Posted

What's the status with the MySQL module that is offered by the MTA team? On the site, it claims the link is 'pending', however searching back through the history, I found the link. After downloading and installing, it seems to have no effect on the script I'm running.

Is the MySQL module working; if not, is there an expected time period for when it will be working, once again?

Here is a snippet of the code I'm using to call the access to the MySQL. Is there anything 'wrong' with it, that may be causing it to not work.

function onMySQLOpen ( result ) 
    if ( result ) then 
        outputServerLog ( "MySQL connection established." ) 
        outputDebugString ( "MySQL connection established." ) 
        outputChatBox( "MySQL connection established." ) 
    else 
        outputServerLog ( "MySQL connection failed." ) 
        outputDebugString ( "MySQL connection failed." ) 
        outputChatBox( "MySQL connection failed." ) 
    end 
end 
  
function mysqltest () 
    handler = mysqlCreate () 
    MysqlOpen ( handler, "onMySQLOpen", "**MySQL Server weburl goes here**", "** My useraccount **", "** password **", "** database name **", "3306" ) 
end 

http://www.valhallagaming.net

[MTA] Roleplay Server - 69.4.236.229:7777

[sAMP] Roleplay Server - 67.228.177.232:7777

[GTAIV] Server coming soon -

[CoD4] Hardcore Server - Offline

[L4D] Server coming soon -

[CS] Standard settings - ?

[CS] Zombie Mode - ?

Posted
offcourse you do you made it yourself -_- But i don't recommand it to myself becausse the function names are else so if the official module will work everyone can alters his scripts -_-

ryden's module is way much better, with the module the mta team has provided, you can't even fetch results.

So, be more smart next time. :D

Posted

think the mysql module was more of a proof of concept

Kevuwk

Any comments made are purely my own and do not represent the interests of the MTA Team

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...