If you try creating a manual backup then on the screen before proceeding it shows database name and username as same.
Fix is that change line no 429 (of 4.0 version of plugin) from
'echo "<b>SQL Username:</b> $db_name
";'
to
'echo "<b>SQL Username:</b> $db_username
";'
Requesting author to fix it too.
http://wordpress.org/extend/plugins/wordpress-ez-backup/
SangrelX
Member
Posted 2 months ago #
Thanks for catching that navjotjsingh
I will fix that right now and send the updated version to the Repository
BTW, always write changelog showing newer version info at top...people want to read what changed on last version first and not the first version first.