Feche1320 Posted March 11, 2012 Share Posted March 11, 2012 Now, to use MySQL, do I have to use a plugin, or dbConnect, dbExec, dbQuery, etc is the same? Thanks. Link to comment
Castillo Posted March 11, 2012 Share Posted March 11, 2012 As far as I know, the built-on MySQL functions are better than Ryden's module. Link to comment
Cadu12 Posted March 11, 2012 Share Posted March 11, 2012 Agree with Solidsnake14. Im still moving get/setAccountData to MySQL, I have made my own site with login, statistics, and profile Link to comment
Feche1320 Posted March 11, 2012 Author Share Posted March 11, 2012 Agree with Solidsnake14. Im still moving get/setAccountData to MySQL, I have made my own site with login, statistics, and profile Currently I have SQLite, is it worth to move it to MySQL? Link to comment
Castillo Posted March 11, 2012 Share Posted March 11, 2012 I would say it is, as MySQL is able to connect with your website, live statistics and so on. Link to comment
Cadu12 Posted March 11, 2012 Share Posted March 11, 2012 SQLite uses get/setAccountData, you can move to MySQL, but still harder. Edit: My server is still using get/setAccountData and im working on it moving to MySQL Link to comment
Castillo Posted March 11, 2012 Share Posted March 11, 2012 SQLite doesn't use get/setAccountData? that's the MTA account system, which is now SQLite. Link to comment
Feche1320 Posted March 11, 2012 Author Share Posted March 11, 2012 SQLite uses get/setAccountData, you can move to MySQL, but still harder.Edit: My server is still using get/setAccountData and im working on it moving to MySQL It won't be so hard, it's almost the same as SQLite, but just using queries. Link to comment
Cadu12 Posted March 11, 2012 Share Posted March 11, 2012 @Solidsnake14: http://code.google.com/codesearch#KdIew ... .cpp&l=786 http://code.google.com/codesearch#KdIew ... .cpp&l=820 @Feche1320 If you are lua skilled, it be easy for you. Link to comment
Castillo Posted March 11, 2012 Share Posted March 11, 2012 That's account data, there's also the normal SQLite functions: executeSQLCreateTable executeSQLDelete executeSQLDropTable executeSQLInsert executeSQLQuery executeSQLSelect executeSQLUpdate Link to comment
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