mysql:4316
From: (遠藤 俊裕) <<endo_t@xxxxxxxxxx>>
Date: Thu, 13 Sep 2001 18:04:31 +0900
Subject: [mysql 04316] Re: バッチでパラメーター
遠藤です。 もうちょっと。。。^^; --foo-------------------------------- #!/bin/bash # ~~~ Be careful path! dbname=$1 shift 1 for NUM in $* ; do cat <<EOT | mysql $dbname create table u_$NUM ( id int , name char(20) ); commit; quit; EOT done ------------------------------------- % ./foo test 01 02 03 04 > な感じで。 > cygwinでも出来る、と思う。 > cygwinがあるとSQLバッチ処理は楽々なのでお勧め!v(^-^) cygwin は使ったことがないです。^^; でも cygwin から win への connect なら mysql のパラメータが 変わるのですか?
4304 2001-09-12 14:51 [Kitajima <kitajima@x] バッチでパラメーター 4305 2001-09-12 15:30 ┗[<endo_t@xxxxxxxxxx> ] 4310 2001-09-12 22:26 ┣[tateyan <tateyan@xxx] 4311 2001-09-13 11:17 ┃┣[Kitajima <kitajima@x] 4312 2001-09-13 12:52 ┃┃┗[Seiji Tateyama <tate] 4313 2001-09-13 13:35 ┃┃ ┗[Kitajima <kitajima@x] 4314 2001-09-13 16:37 ┃┗[<endo_t@xxxxxxxxxx> ] 4317 2001-09-14 00:32 ┃ ┗[tateyan <tateyan@xxx] 4315 2001-09-13 17:01 ┗[豊島@クロスネット <] -> 4316 2001-09-13 18:04 ┗[<endo_t@xxxxxxxxxx> ] 4318 2001-09-14 00:50 ┗[豊島@クロスネット <]