I ran the mysqldump script in bash console.I didnt get any loading or confirmation of whether the database has backed up or not.It simply went to the next prompt.how can I confirm whether it has truly been backed up? Thank you
I ran the mysqldump script in bash console.I didnt get any loading or confirmation of whether the database has backed up or not.It simply went to the next prompt.how can I confirm whether it has truly been backed up? Thank you
Look for the file that you told mysqldump to create.
Its there...That did the trick.Thanks