Argon Posted January 3, 2008 Posted January 3, 2008 Where can i download the mysql module where they talk about on the wiki? This isn't really finished i think
Kent747 Posted January 3, 2008 Posted January 3, 2008 link was updated, you should be able to download it now. http://development.mtasa.com/index.php? ... ules/MySQL
CriticalXED Posted January 3, 2008 Posted January 3, 2008 There's typed: Available for Windows and Linux servers So it works for both
Ywa Posted January 3, 2008 Posted January 3, 2008 There's typed: Available for Windows and Linux servers So it works for both See tomozj his post . Since when do dlls work on Linux? Since never.
CriticalXED Posted January 4, 2008 Posted January 4, 2008 Well, i dont know then, there's writed so, maybe linux version is missing from the site?
Argon Posted January 4, 2008 Author Posted January 4, 2008 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...
ryden Posted January 20, 2008 Posted January 20, 2008 I recommend you using this module http://development.mtasa.com/index.php? ... /MTA-MySQL
Argon Posted January 20, 2008 Author Posted January 20, 2008 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
Morelli Posted January 20, 2008 Posted January 20, 2008 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
Guest Posted January 20, 2008 Posted January 20, 2008 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.
Argon Posted January 20, 2008 Author Posted January 20, 2008 The mta team's module is maybe in WIP stage?
kevuwk Posted January 22, 2008 Posted January 22, 2008 think the mysql module was more of a proof of concept
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now