I’m a newbie but a fast learner, I’m wondering if I can use MySQL to create a Database and add user accounts and allow users to register/login on my website all in infinity?
Can I give those users differnet premissions like Admin/Mod/User?
You can only have one database user, who has all privileges, and it shares the same username and password as your FTP account.
If you mean creating a login system on your website, and have multiple users with different permission levels all managed within your own application, yes, that is possible with PHP and MySQL.