don
01-26-2008, 11:26 PM
I'm using mysql from an ssh connection and created my first table. I'm now following a Mysql online tutorial and trying to fill my table with this command:
mysql> LOAD DATA LOCAL INFILE '/filename' into table mytable;
This is not working because mysql can not find this file. Should this file be on my computer or should it be uploaded to my bluehost directories?
mysql> LOAD DATA LOCAL INFILE '/filename' into table mytable;
This is not working because mysql can not find this file. Should this file be on my computer or should it be uploaded to my bluehost directories?