[PHP-DB] Please help me to solve a question

2001-04-25 Thread David Lee
I used MySQL server to create a application database and access it by php program. But now,I can access it only one machine that is runing the server.Other computer can not access it through browser(Internet Explorer5.0).My networks is made up with windows98 "peer to peer" network.Please help me a

Re: [PHP-DB] Please help me to solve a question

2001-04-25 Thread Yevgeny Dyatlov
Hello David, it's not a problem of PHP or MySQL, it's a problem of your webserver (IIS or Apache or someone else)! Try to write at adress bar on your broser IP-adress of webserver mashine or its name in network. Wednesday, April 25, 2001, 4:45:04 PM, you wrote: DL> I used MySQL server to create a

Re: [PHP-DB] Please help me to solve a question

2001-04-25 Thread olinux o
check the section in the mysql manual on creating/setting users. i think it's section 6.14. You probably need to allow users to connect from connections other than localhost. olinux --- David Lee <[EMAIL PROTECTED]> wrote: > I used MySQL server to create a application database > and access it b