The SQL was successfully executed.

Back

<%args> $s $user => undef $password => undef $host => undef $port => undef <%init> eval { $s->create( user => $user, password => $password, host => $host, port => $port, ); $s->save_to_file; }; my $e = $@; $m->comp( 'exception', $e ) if $e; <%attr> show_tables => 0