1 zohare Jul 21, 2005 14:22
3 graham Jul 21, 2005 21:16
So basically, if you can't access your old control panel, you can't get your posts. They're not stored in any of the files you can download via ftp.
4 zohare Jul 22, 2005 06:17
so im at a loss then right?
5 graham Jul 22, 2005 07:51
If you can't ask youe host for the database, then yes, you are. Sorry.
All the [url=http://b2evolution.net]b2evolution[/url] data is hold into your [url=http://www.mysql.com]MySQL[/url] database. The easiest way to access your database is to use [url=http://www.phpmyadmin.net/home_page/]PhpMyAdmin[/url] installed on your server, since most [url=http://www.mysql.com]MySQL[/url] servers can be accessed from the local machine only (the web and database servers are the same computer) in order to avoid external attacks.
However, you can try to use any other [url=http://www.mysql.com]MySQL[/url] client in order to dump your blog's tables into .SQL text files (or any other ZIPped version). All the SQL requests needed to fill your new [url=http://b2evolution.net]b2evolution[/url] blogs are going to appear in that file. You will need to run these requests from that file on your new [url=http://b2evolution.net]b2evolution[/url] home from any [url=http://www.mysql.com]MySQL[/url] client.