Hi everybody,
i'm in trouble now. On my win98 machine i have installed a mysql server. There is a table. I need to clone it on a far server using vbasic. I tried it like this but it doesent work:
on the local win 98 machine:
select * from katalog into outfile "c:/test.txt";
(this job works)
on the far machine using telnet:
LOAD DATA LOCAL INFILE "c:/test.txt" INTO TABLE katalog;
(err: file... not found)
If anyone could help me please mail me:
<a href=http://www.phpbuilder.com/board/archive/index.php/"mailto[email protected]">[email protected]</a>
Thanks
i'm in trouble now. On my win98 machine i have installed a mysql server. There is a table. I need to clone it on a far server using vbasic. I tried it like this but it doesent work:
on the local win 98 machine:
select * from katalog into outfile "c:/test.txt";
(this job works)
on the far machine using telnet:
LOAD DATA LOCAL INFILE "c:/test.txt" INTO TABLE katalog;
(err: file... not found)
If anyone could help me please mail me:
<a href=http://www.phpbuilder.com/board/archive/index.php/"mailto[email protected]">[email protected]</a>
Thanks