framef318 Posted October 30 Share Posted October 30 I have a doubt that if we login / register or something like getAccount / addAccount the Account information is required. Is it only from Internal.db? It can't be pulled from mysql. What do other people normally use Mysql to store? or just store userdata Link to comment
RekZ Posted October 30 Share Posted October 30 On my server, I use both: the MTA database to know only whether the user is logged in or not, and MySQL to store all the information and be able to share it across servers. I have several tables in MySQL: one just for login, where I store the email, password, and username, and another one to store user information. 1 Link to comment
framef318 Posted October 30 Author Share Posted October 30 11 minutes ago, RekZ said: On my server, I use both: the MTA database to know only whether the user is logged in or not, and MySQL to store all the information and be able to share it across servers. I have several tables in MySQL: one just for login, where I store the email, password, and username, and another one to store user information. Logging into MTA requires using an account in Internal.db only, right? Link to comment
RekZ Posted October 30 Share Posted October 30 48 minutes ago, framef318 said: Logging into MTA requires using an account in Internal.db only, right? Yes, i use that system because of this, if more easy than create a system using elementdata or tables for known who is loggin https://wiki.multitheftauto.com/wiki/IsGuestAccount 1 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