Our Database server has moved off of the local machine and is by itself. When I try to run:
load data local infile '/Users/test/Documents/CC.txt' into table bi_kinkead.new_macbook;
test.reseller_cc
I get an error because the file is not located locally. It is locaed on a server called Pluto. What is the formating to use so I can get this file imported?
Thanks!
Bill
load data local infile '/Users/test/Documents/CC.txt' into table bi_kinkead.new_macbook;
test.reseller_cc
I get an error because the file is not located locally. It is locaed on a server called Pluto. What is the formating to use so I can get this file imported?
Thanks!
Bill