One thing to watch out for though is that there's no default password (if I remember correctly) so anyone can go in and add/delete tables and database.
It seems as if it lets people access it....hmmm😕 but it wont let me for some reason from another computer...
Code:
Alias /phpMyAdminForPHP5 "/Applications/MAMP/bin/phpMyAdminForPHP5"
<Directory "/Applications/MAMP/bin/phpMyAdminForPHP5">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
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?
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?
I mean can users access other parts of the web site, such as the home page or each others pages? And are these people on your network or people outside your network?