File "ccc.php"
Full path: /www/db_bk/OLD/ccc.php
File size: 286 B
MIME-type: text/x-php
Charset: 8 bit
<?php
//ѓfЃ[ѓ^ѓxЃ[ѓX“o^Џ€—ќ
$mk_file_name = "/www/ri/csv/20190322152428.csv";
$cm = "sudo -u postgres psql shimooguni -c \" COPY ri.data FROM '" .$mk_file_name ."' WITH CSV\";";
$a = exec($cm);
$fpt =fopen("test.txt","a");
fwrite($fpt,$cm ."__result:" .$a ."\n");
fclose($fpt);
?>