40
40
warn "basedir=$basedir\n" if $opt{v};
42
42
my $datadir = ($defaults =~ m/--datadir=(.*)/)[0];
44
44
if (!$datadir or $opt{i}) {
45
45
# determine the datadir from the instances section of /etc/my.cnf, if any
46
46
my $instances = `my_print_defaults instances`;