in reply to Re: backuping mysql
in thread backuping mysql

$mb->data_backup() returns a full DATA backup of current database

i thought when i do like this

my $backup_db = $mb->data_backup(); my $file = $backup_db; $file .= ".sql";

i will be able to have the full backup file and give it extension and save it to my dir

Replies are listed 'Best First'.
Re^3: backuping mysql
by marto (Cardinal) on Jul 03, 2024 at 13:30 UTC

      any solution or example on how i can make this thing to work

        I gave you it, the basic debugging check list walks you though this, and most of the other problems you've posted here.

        Update: previously, previously, previously.

        A reply falls below the community's threshold of quality. You may see it by logging in.