okay but who would have the credentials of the MySQL ? I mean how would it work ? I will have to learn how to work with networking and stuff I can learn it no problem but I dont get it how would it be?
I think that Im gonna make a flowchart to explain the senteces interpretation soon...
I suggest making a configuration file in the project with all such things. You can run the MySQL server on a server so people can share the same DB, but that will also expose your logins ofc, or you can run it localy and thats just fine to.
You dont really need to know any network stuff to use the functions I wrote, its simply: QueryMySQLDatabase(query). The only thing you would need to know is SQL.