fraggerman Posted October 16, 2010 Share Posted October 16, 2010 Hi, and at first, yeah i am starting with lua, but i got some experiences with pawn already and with pawn i never had much problems using MYSQL. Well, now i found those functions: https://wiki.multitheftauto.com/wiki/Ser ... _functions i suppose, i can use them without any modules, cause it doesn't say i need some.. Now my questions: 1. Where is the MYSQL connect?? I havn't found any MYSQL funcions, that prompt for the connection information, like username, password or database. 2. If it isn't needed, where is the database? 3. Does the MTA-Server create an own database? 4. if 3. is true, can i access the database with programs like Navicat? PS: i used the search to find similar questions, but i didn't find answers that helped me.. Link to comment
dzek (varez) Posted October 16, 2010 Share Posted October 16, 2010 this is not MySQL but SQLite. to use mysql you have to download addional module. SQLite is .. some kind of lite version of mysql. whole database is stored in registry.db file AFAIR google for sqlite browser and download it. or just download and use mysql module from here: https://wiki.multitheftauto.com/wiki/Mysql 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