General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
MySQL Error 1148: LOAD DATA LOCAL INFILE
Database: MySQL
Database FrontEnd: MySQL-Front
I have a working database on my W2K Server using a MySQL database. The problem I'm having is importing either a .txt or .csv file into this database. I get the following error:
Error: 1148 - The used command is not allowed with this MySQL version
I have read many places that I need to enable....
"LOAD DATA LOCAL INFILE"
...and that's where I'm stuck. How would I go about doing that? Which file(s) do I have to modify and which code(s) would I have to use?