Troy

Anonymous
How do I restore my geeklog from one of the backups I made?

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
There's a README in Geeklog's backups directory:
Text Formatted Code
To restore a backup, either use phpMyAdmin or type<br /><br />    mysql -u{user_name} -p -D {database_name}
<br />on the command line, replacing {user_name}, {database_name}, and {backup_file}<br />with the correct values (do not include the curly brackets).

bye, Dirk