p0ng0
Mon 13th Nov '06, 4:42am
Well, I appear to be getting there slowly. Having got my forums up with the mysql database I created I have tried to restore the old forums by way of the .sql text file backup.
I don not have SSH access to my host server so I copied and pasted the .sql file into the query window in phpmyadmin. All the queries were executed correctly and this pleased me greatly :)
However, what have the queries done? Well they appear to add tables to the database they were executed on. In this case that db is called username_gx . BEFORE the .sql file was run, the tables were laid down the left hand pane and were the usual collection of:
access
adminhelp
administrator
adminlog
adminmessage
AFTER the file was run, these were joined by another set of basically the same tables but prefixed by gx_ :
gx_access
gx_adminhelp
gx_administrator
gx_adminlog
gx_adminmessage
So.. I'm reasonably convinced that my old info is restored within the database, but vb admincp shows no sign of it :s
Can anyone advise as to how I should proceed? I'd really like the forums back as they were.
My fingers are crossed:confused: Thanks guys.
I don not have SSH access to my host server so I copied and pasted the .sql file into the query window in phpmyadmin. All the queries were executed correctly and this pleased me greatly :)
However, what have the queries done? Well they appear to add tables to the database they were executed on. In this case that db is called username_gx . BEFORE the .sql file was run, the tables were laid down the left hand pane and were the usual collection of:
access
adminhelp
administrator
adminlog
adminmessage
AFTER the file was run, these were joined by another set of basically the same tables but prefixed by gx_ :
gx_access
gx_adminhelp
gx_administrator
gx_adminlog
gx_adminmessage
So.. I'm reasonably convinced that my old info is restored within the database, but vb admincp shows no sign of it :s
Can anyone advise as to how I should proceed? I'd really like the forums back as they were.
My fingers are crossed:confused: Thanks guys.