Re: load data infile problem

2007-06-10 Thread Michael Hoffman
[EMAIL PROTECTED] wrote: > does any one know why when I execute this mysql statement with python > api > > LOAD DATA INFILE 'data.txt' INTO TABLE merchandise; > > I get this error and how can I fix it > > #1045 - Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) This has nothin

load data infile problem

2007-06-10 Thread moishyyehuda
does any one know why when I execute this mysql statement with python api LOAD DATA INFILE 'data.txt' INTO TABLE merchandise; I get this error and how can I fix it #1045 - Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) -- http://mail.python.org/mailman/listinfo/python-list