Jump to content

[Question] login data Account ? Mysql


Recommended Posts

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

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.

  • Like 1
Link to comment
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

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...