I followed the steps listed here….
https://codex.www.ads-software.com/Restoring_Your_Database_From_Backup
once i hit the “go” button it then imports and it says import successfully finished.
but then the directions do not tell me where to go after that to complete the process.
]]>Using wordpress-sql-backup 7.0.
When system() is disabled the error message has invalid html – the “</” of the “font” tag are missing.
Here is a patch to fix it:
https://pastebin.com/DY4QkZwT
Also, “cant” is a typo too.
Here is a patch that fixes that and the font tag:
https://pastebin.com/d2Uyzs0w
https://www.ads-software.com/extend/plugins/wordpress-sql-backup/
]]>Using wordpress-sql-backup 7.0.
My host has disabled passthru(), system() and exec().
The plugin does not gracefully handle this scenario and keeps the nagging errors about the settings being empty.
Although it is a lot of work for you, it would be best to use a purely php method to backup the database (phpmyadmin’s export code would be a good starting point) and the files (e.g. Archive::Tar PEAR package: https://pear.php.net/package/Archive_Tar/ ).
https://www.ads-software.com/extend/plugins/wordpress-sql-backup/
]]>One last question… should the unthinkable happen, what are the steps to restore using the downloaded backup created from this plugin.
Just good to know incase, I don’t think I could see that in the readme.
Cheers again.
https://www.ads-software.com/extend/plugins/wordpress-sql-backup/
]]>Hiya,
Looks good, should I click on passthru or system or exec?
I’m not really sure what each of them do but I chose passthru to get rid of the two red messages that popped up in my dashboard.
Cheers
https://www.ads-software.com/extend/plugins/wordpress-sql-backup/
]]>New update today, yet still little or no documentation. Unusual screens and redirection. Unable to determine if its working or not but no usable backup is found.
https://www.ads-software.com/extend/plugins/wordpress-sql-backup/
]]>I couldn’t import the SQL-Tables, because following error occured when i tried to import them:
SQL-Befehl:
###################
# Dumping table wp_commentmeta
###################
CREATE TABLE wp_commentmeta
(
meta_id
int( 20 ) not_null primary_key unsigned AUTO_INCREMENT ,
comment_id
int( 20 ) not_null multiple_key unsigned,
meta_key
STRING ( 765 ) multiple_key,
meta_value
blob( -1 ) blob PRIMARY KEY ( meta_id
)
) TYPE = MYISAM ;
MySQL meldet: Dokumentation
#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘not_null primary_key unsigned auto_increment,comment_id
int(20) not_null multi’ at line 5