"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> I use a CPanel Shared hosting environment where MySQL user is not permitted 
> with FILE privilege. Please help me by telling what is the alternate 
> process to LOAD DATA from a text data file to MySQL table.
> 

You can use LOAD DATA LOCAL. In this case user doesn't need FILE privilege, but this 
command should be enabled. For more info look at:
        http://www.mysql.com/doc/en/LOAD_DATA_LOCAL.html

Note: file should be located on the client box.


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to