Does anyone know of a way for people to access phpMyAdmin from MAMP remotely through a browser? This would be very helpful. Thanks!
<Directory "/Applications/MAMP/bin/phpMyAdminForPHP5">
Alias /phpMyAdminForPHP5 "/Applications/MAMP/bin/phpMyAdminForPHP5"
<Directory "/Applications/MAMP/bin/phpMyAdminForPHP5">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
How does this work? Does it display a feild for database name, username, and password? and only lets the user access that or how does this work? How is this configured?From what I remember you can setup accounts from within phpMyAdmin.
As far as accessing from other machines, is only that directory inaccessible? Also, are these other computers on your network, or from completely other locations?
How does this work? Does it display a feild for database name, username, and password? and only lets the user access that or how does this work? How is this configured?
What do you mean? Not understanding this question...
Nevermind got it working....how can i do it so they have to log in with the user name, password and database name to access their data?
Thanks