Process/FixMysqlCharset.php
authorAlan <alan@roojs.com>
Wed, 23 Aug 2023 02:27:08 +0000 (10:27 +0800)
committerAlan <alan@roojs.com>
Wed, 23 Aug 2023 02:27:08 +0000 (10:27 +0800)
Process/FixMysqlCharset.php

index 2a54e0f..b026d55 100644 (file)
@@ -109,7 +109,7 @@ class Pman_Core_Process_FixMysqlCharset extends Pman_Core_Cli {
         $t->query("SHOW TRIGGERS FROM {$t->databaseNickname()} where `table` = '{$tbl}'");
         
         while ($t->fetch()) {
-            print_r($t->toArray());
+            print_r($t->toArray('%s', true));
         }
         exit;
     }