Hello --
On my site, I plan to have many mysql databases being displayed with PHP code. However, although the actual mysql program is secure with the databases root creates, anyone can make a call like:
mysql_connect("somedatabase","root")
and it will work .. how do I make it so that only people that use
mysql_connect("somedatabase","root","rootspassword")
will be able to get at the database? From what I can tell, user "apache" is running Apache, on my Mandrake 8.1 box.
Thanks in Advance,
Joe Drago