How to use LOAD DATA on a web server ?

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
lemoineo
Forum Newbie
Posts: 1
Joined: Mon Apr 14, 2003 5:20 am
Location: FRANCE

How to use LOAD DATA on a web server ?

Post by lemoineo »

To store files in a MYSQL database, whe are using LOAD DATA command, but in LOCAL context.
In a SERVER context, only the files are in data directory. Is it possible to put the files in another directory ? An alias directory of the server ?
When i test with an address aboslute or relative to the server root, the command not find the file ....
Post Reply