Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

i guys, i've been recently trying t

Status
Not open for further replies.

Herminio

Technical User
May 10, 2002
189
PT
i guys, i've been recently trying to enter the world of PHP/MySQL, there are some questions i like to see answered:

Do i have do use the directory c:\mysql\data to store all my MySQL DB's.

do the php pages that i make have to be saved on the c:\php directory?

Please help me if you can

Thanks in advance

Herminio - Portugal
 
hi

you can set your datadir to whatever directory you want

your php files must be stored in a dir that your web server has access to, check the settings of the server
 
Under PWS the default directory is c:\ you can make any number of subdirectories under this. PHP pages need to be executed, so ensure that the parent directory has execute permissions.

There is an IIS forum if you have more questins about that, which can be found here: forum41 data directory can be set at startup using --data-dir = /path/to/data, and under windows NT data can be stored on different drives :
______________________________________________________________________
There's no present like the time, they say. - Henry's Cat.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top