Jump to content

Recommended Posts

Posted

Is it possible to use the mysql

LOAD DATA INFILE

without the LOCAL option

to load text file data from the public side of the site to a mysql table?

 

When I try, I get

#1045 - Access denied for user: '*notmyrealuser*@localhost' (Using password: YES)

 

This would be useful.

I will be getting 10 to 20 M every week via FTP and it is very slow to download/upload, plus it triples the bandwidth consumed (FTP in, my download, my upload).

 

Your help desk has done a requested large file transfer for me before, but this is something I will need to do every few days.

 

[This is a duplicate of my post on a different forum thread, but it saw no response ...]

Posted

HI PGG-Tom,

 

I think you can only do it via a script - if I understand what you want correctly.

 

Phpmyadmin does not support loading the file from the server itself (or at least it didn't last time I checked). However, you can upload the information using a phpscript to load it into the database. Would that help ?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...