Jump to content

not sure what to do with phpmyadmin


jeppers

Recommended Posts

i have been working with a website but only locally. i am now trying to put it online which is ok. when i was working with it locally i have been able to create multiple users which have different privileges to each page. for example i said one of my users can only read and the other can read write.

the problem is when i have went to create these users online i can't seem to find the create user option in phpmyadmin.

 

i am missing the obvious or will i have to code them in and if so can you direct me to a tutorial which shows me how.

 

thanks in advance     

Link to comment
https://forums.phpfreaks.com/topic/236577-not-sure-what-to-do-with-phpmyadmin/
Share on other sites

i have been working with a website but only locally. i am now trying to put it online which is ok. when i was working with it locally i have been able to create multiple users which have different privileges to each page. for example i said one of my users can only read and the other can read write.

the problem is when i have went to create these users online i can't seem to find the create user option in phpmyadmin.

 

i am missing the obvious or will i have to code them in and if so can you direct me to a tutorial which shows me how.

 

thanks in advance     

That sounds to me you are creating new MySQL user accounts for each user that registers to your site? You should not be doing this.

 

Your user accounts should be stored within your own database. And code your own system for logging in users.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.