The PHPMyAdmin interface from netfirms is significantly different from the one provided by XAMPP. (i.e. no privilege tab to add new users)
I only have one database available.....whereas in the XAMPP Mysql Database, there was a seperate MYSQL database for users, and privileges.
Can new user accounts still be made while storing other information?
http://imgur.com/SoVd8.jpg <----PHPMyadmin with many functions
http://imgur.com/bZgts.jpg <----PHPMyAdmin with less functions
These are the two homepages, one on the netfirms server, the other on my localhost using XAMPP.
tldr; how to create a user with seperate privileges in ONE database using this PHPmyadmin with less functions.
The goal is to make a web page that uses the select query function to gather data.
And another web page to use update queries to change information
and that is why I need two seperate user accounts with different privileges.
Thanks!