https://bugs.koozali.org/show_bug.cgi?id=11232
--- Comment #30 from Jean-Philippe Pialasse <[email protected]> ---
my $schema = `rpm -qd zabbix-server-mysql | grep create`;
chomp $schema;
my $curcharset=`echo 'show variables like "character_set_database";'|mysql
$db|grep character_set_database|sed -r
's/^character_set_database\\s*([a-zA-Z0-9_-]+)/\\1/'`;
chomp $curcharset;
should not do the backtick command if $db does not exist
--
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/