
Originally Posted by
DrByte
1. What's with the large font ?
2. "Skip Lock Tables" refers to a database-permissions setting. If your database userID doesn't have permissions to lock tables before doing an export, you need to check that box so that the backup doesn't attempt to do the usual lock-tables action. If your host won't give you control over that permission setting, you'll have to be sure to check the box every time you do a backup.
3. "Result code: 1 / Error Failure: The database may NOT have been restored properly. Please check it carefully?"
This error message occurs when the EXEC() function is called and returns error code #1 from the Operating System back to PHP.
You'll have to dig up what Error code 1 means for your operating system.
You could try running the restore in debug mode to see if it gives you any further information for diagnosis:
a) Simply select a file to restore,
b) click the "restore" button,
c) then add &debug=ON to the URL, press Enter, and click the restore button on the right-side box.
(you might even take note of the suggested EXEC() command syntax posted in the sidebox and try it via command line)
d) Then post the additional output here, masking your passwords with ****** if you care to do so.
_
Bookmarks