I tried this, but it was the same as before. As soon as I hit the space bar, it came back saying that '"whatever" is not understood'. And I tried phpMyAdmin at home with the same "Access Denied" message as I was getting at work.
So... I tried writing a simple script to do the LOAD DATA INFILE. After a couple of tries, I got it to "work" in as much as the sql statement was valid, BUT, now I'm back to where I was with phpMyAdmin. :
$sql = LOAD DATA INFILE 'C:\apache\htdocs\personal\ma\data\questions.txt' INTO TABLE sQuestions FIELDS TERMINATED BY '|'
I get this error message:
1045:Access denied for user: 'myaddress@localhost' (Using password: YES)
So, my conclusion is that my sysadmin has changed something on the server so that I can't run this function anymore. Maybe he thinks it a security issue. I think my only option is to write a script with inserts and do it one line at a time. I'm not to hot with reading flat files, so it might be a bit of trial and error before I get it right, but it's a lot easier than typing each question in when someone has already typed the in excel or word.
I may write up a question about this and get the chair of our technology committe who is also a school board member to send it. In the fall, I'll have a thousand or more student records to load.
Thanks for all you advise and help. You guys are great!
Alisa