RE: [PHP] Re: Import data from textfile

2004-01-06 Thread Jay Blanchard
[snip]Dang ! I get this error when I try to check for priv settings for my DB SQL-query : USE mysql MySQL said: Access denied for user: '[EMAIL PROTECTED]' to database 'mysql' [/snip] Well, you (master) do not have a

Re: [PHP] Re: Import data from textfile

2004-01-06 Thread Pushpinder Singh
Dang ! I get this error when I try to check for priv settings for my DB SQL-query : USE mysql MySQL said: Access denied for user: '[EMAIL PROTECTED]' to database 'mysql' Please advise. Thanks Pushpinder On Tuesday, January 6, 2004, at 02:29 PM, Jay Blanchard wrote: [snip] I am still stuck

RE: [PHP] Re: Import data from textfile

2004-01-06 Thread Jay Blanchard
[snip] I am still stuck with this bug. Can some one advise me, how to find out if I have the FILE privilege on my DB or not. [/snip] USE mysql; SELECT * FROM user WHERE User = 'master'; -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Import data from textfile

2004-01-06 Thread Pushpinder Singh
Hello again, I am still stuck with this bug. Can some one advise me, how to find out if I have the FILE privilege on my DB or not. Thanks again Pushpinder On Tuesday, January 6, 2004, at 12:08 PM, Michal Oskera wrote: Hi, ensure you have FILE privilege on the db-server host. Mike "Pushpind

[PHP] Re: Import data from textfile

2004-01-06 Thread Michal Oskera
Hi, ensure you have FILE privilege on the db-server host. Mike "Pushpinder Singh" <[EMAIL PROTECTED]> píse v diskusním príspevku news:[EMAIL PROTECTED] > Hello All, > > I am trying to import data into MySQL DB using a CSV file (using > phpMyAdmin as the DB Admin tool). I keep getting the f