On a windows 2K LAN,
I want clients with apache/php accesing LOCALHOST
read/write a mysql database on the drive K: (the server)
what makes a php program look for mysql tables
in a certain PATH?
For instance, after installing the package phpdev,
doing nothing, php programs automatically look for table names
into the C:\phpdev\mysql\data\
Where is this set up?
What if I change this path and put: K:\mysql\data\ ?
I tried to place this path into the php program together with the
database name, and doeswn´t work.
I appreciate your help
Lisa