On Mon, Jul 04, 2005 at 10:41:01AM +0200, Carlos Mantero wrote:
> Hi everybody!
> For a some days, I tried to install a server with the typically software
> for a current server (PHP, MySQL, phpMyAdmin...). But I have a great
> problem with MySQL, because I can't access to phpMyAdmin from other PC
> of my LAN, but when I try access to the mysql shell I can enter
> correctly. For enter from other hosts I add to the database a other user
> with all privileges without host, as the following example:
> 
> GRANT ALL PRIVILEGES ON *.* TO root@''
> IDENTIFIED BY 'password' WITH GRANT OPTION;
> 
> I've tried to install from scratch the servers some times with OpenBSD
> 3.6 and OpenBSD 3.7 but always occur the same problem. I don't know that
> I can do now :(, I search on Google without any result. Thanks for all.

I never installed such software on my servers, but I think you
must have a look at the chrooted apache of OpenBSD, or start the
httpd daemon with the -u option (unsecure).   Just a wild
guess, since I suppose that mysql is installed somewhere out of
/var/www/... no?

-- 
Thanos Tsouanas               .: Sians
http://thanos.sians.org/      .: http://www.sians.org/

Reply via email to