Okay, I KNOW this is a mysql thing but I tried it and it didn't work the
way I thought it would...If I set up the mysql database as per the
instructions with:
mysql> INSERT INTO user (Host,User,Password) VALUES
('localhost','midgard',Password('midgard'));
mysql> INSERT INTO db (Host,User,Db,Select_priv,Insert_priv,
Update_priv,Delete_priv)
VALUES ('localhost','midgard','midgard','Y','Y','Y','Y');
mysql> FLUSH PRIVILEGES;
then I can only access my pages locally, not over the network
My question is, shouldn't I be able to replace 'localhost' with '%' so
that access is allowed from anywhere?
--
Todd Hammer
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]