[前][次][番号順一覧][スレッド一覧]

mysql:9875

From: "tadashi_miura" <"tadashi_miura" <t-miura@xxxxxxxxxx>>
Date: Mon, 19 Jul 2004 01:13:26 +0900
Subject: [mysql 09875] 他のPCへのCSV書き出し

またまた質問ですがよろしくお願いします。

Win2000に4.0.20a-nt-maxです。
localのサーバーマシンにてコマンドプロンプトから

C:\>\mysql\bin\mysql.exe -u root -p 
mysql> use miura01

--localへの書き出し、これはOKでした。
mysql> select * from name into outfile 'C:\\Documents and
Settings\\vpc-miura\\デスクトップ\\test1.csv'
    -> fields terminated by ',' lines terminated by '\r\n';
Query OK, 59 rows affected (0.03 sec)

--LAN内の他のPC(WinXP)の共有フォルダに書き出したくて
mysql> select * from name into outfile '\\\\Winxp\\temp_mysql\\test1.csv'
    -> fields terminated by ',' lines terminated by '\r\n';
ERROR 1: Can't create/write to file '\\Winxp\temp_mysql\test1.csv' (Errcode:
13)

--とか

mysql> select * from name into outfile
'\\\\192.168.0.2\\temp_mysql\\test1.csv'
    -> fields terminated by ',' lines terminated by '\r\n';
ERROR 1: Can't create/write to file '\\192.168.0.2\temp_mysql\test1.csv'
(Errcode: 13)

--や

mysql> select * from name into outfile '\\Winxp\\temp_mysql\\test1.csv'
    -> fields terminated by ',' lines terminated by '\r\n';
ERROR 1: Can't create/write to file '\Winxp\temp_mysql\test1.csv' (Errcode:
2)

--こんなのも

mysql> select * from name into outfile
'\\192.168.0.2\\temp_mysql\\test1.csv'
    -> fields terminated by ',' lines terminated by '\r\n';
ERROR 1: Can't create/write to file '\192.168.0.2\temp_mysql\test1.csv'
(Errcode: 2)

だめです。どうすればできるでしょうか。
構文以外にも問題の可能性があればご指摘いただきたく。

Windowsのエクスプローラからはファイルコピーはできます。
両方ウィルスバスター入れてますがファイヤーウォールはポートあけてます。
----------------------------------
三浦


[前][次][番号順一覧][スレッド一覧]

->    9875 2004-07-19 01:13 ["tadashi_miura" <t-m] 他のPCへのCSV書き出し                   
      9876 2004-07-19 07:29 ┣[Sumito_Oda <oda@xxxx]                                       
      9879 2004-07-19 14:35 ┃┗["tadashi_miura" <t-m]                                     
      9877 2004-07-19 11:26 ┣["片寄白王" <katayose]                                       
      9880 2004-07-19 14:42 ┃┗["tadashi_miura" <t-m]                                     
      9881 2004-07-19 15:35 ┃ ┗["片寄白王" <katayose]                                   
      9878 2004-07-19 12:36 ┣[Masakazu Nakano <n-m]                                       
      9882 2004-07-19 18:38 ┗[とみたまさひろ <tomm]