MySQL Forums
Forum List  »  French

LOAD DATA INFILE
Posted by: F RAHOBISOA
Date: August 26, 2008 01:24PM

Bonsoir,
Je dois alimenter une table avec un fichier texte de 2,848go.
J'ai donc tenter en mode console :

Mysql> LOAD DATA INFILE "C:\Users\Phublic\Partage\GeonameDb_5\4_geoname\sql-data\geonameDataAll.txt" INTO TABLE maBase.maTable;

Mais j'ai un message d'erreur :

ERROR 1045(28000) : Access denied for user ''@'localhost' (using password: NO)

Le problème c'est que je n'arrive pas à trouver la bonne syntaxe pour y remédier et pour que le remplissage puisse se faire !?

Merci par avance.
@+



Edited 2 time(s). Last edit at 08/26/2008 01:26PM by F RAHOBISOA.

Options: ReplyQuote


Subject
Views
Written By
Posted
LOAD DATA INFILE
6696
August 26, 2008 01:24PM
3153
September 02, 2008 11:35AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.