is it possible mysql on a network?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
lisawebs
Forum Commoner
Posts: 44
Joined: Wed Nov 19, 2003 6:21 pm

is it possible mysql on a network?

Post by lisawebs »

I´m running a PHP program under apache,
as LOCALHOST, on a windows 2K PC.

The machine is connected to a LAN (also windows)
I want my php program, running on drive C:
read/share mysql tables stored on drive K (on network server)

What kind of configuration do I need?
Do I have to start mysql on my PC or on the network server?

Thanks

Lisa
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Post by malcolmboston »

there should be no problem in doing it this way

more hosts than you would think do this
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Re: is it possible mysql on a network?

Post by malcolmboston »

lisawebs wrote: What kind of configuration do I need?
Do I have to start mysql on my PC or on the network server?
network server so it will run as a global service
Post Reply