jeppers Posted May 16, 2011 Share Posted May 16, 2011 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 Quote Link to comment https://forums.phpfreaks.com/topic/236577-not-sure-what-to-do-with-phpmyadmin/ Share on other sites More sharing options...
zer0day Posted May 16, 2011 Share Posted May 16, 2011 Who are you using for hosting? You may have to create the users via cPanel (or whichever "Panel") your hosting provider offers. Quote Link to comment https://forums.phpfreaks.com/topic/236577-not-sure-what-to-do-with-phpmyadmin/#findComment-1216195 Share on other sites More sharing options...
jeppers Posted May 16, 2011 Author Share Posted May 16, 2011 bravenet... can you give me any advice on how to do that Quote Link to comment https://forums.phpfreaks.com/topic/236577-not-sure-what-to-do-with-phpmyadmin/#findComment-1216208 Share on other sites More sharing options...
jcbones Posted May 16, 2011 Share Posted May 16, 2011 Hope you are not using the free hosting: Databases are not available to members using our free hosting package. Quote Link to comment https://forums.phpfreaks.com/topic/236577-not-sure-what-to-do-with-phpmyadmin/#findComment-1216220 Share on other sites More sharing options...
jeppers Posted May 18, 2011 Author Share Posted May 18, 2011 no i pay my way. i will have a look into to it and see what i come up with. thanks again Quote Link to comment https://forums.phpfreaks.com/topic/236577-not-sure-what-to-do-with-phpmyadmin/#findComment-1217132 Share on other sites More sharing options...
wildteen88 Posted May 18, 2011 Share Posted May 18, 2011 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. Quote Link to comment https://forums.phpfreaks.com/topic/236577-not-sure-what-to-do-with-phpmyadmin/#findComment-1217135 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.