Hello,
I was wondering if it is possible to restore a blog or a forum without knowing the MYSQL database info & having the forum files, but all i have is the sql file.
The sql file is an smf file, so let say i just download an smf forum from the smf forum website & install it, will it work if i sql the sql file into phpmyadmin just so i can get the backup data, or it wont work.
The reason is, is that your SMF forum most likely had MODs (Am I right?).
This means the the SQL database is injecting queries to the board that don't exist, which then causes errors and fails.
The only way you'll be able to manage this, is if you install SMF on a new database, copy down ALL of the tables in both databases and eliminate all tables that don't exist in the basic one.
This means no queries will be made that return errors, and it will run fine.
Saying this, do this at your own risk. If you take out a table you weren't meant to, disaster.