Hello every1,
i'm trying to load a file into a table, but i'm getting a access denied ...
like this ..
load data infile "/path-to/myfile.txt" into table table_name;
Can u guys help me out ?
I just want to know what kind of problem is this ...
( note, my server does not allow me to use mysqladmin, so i can use just one database )