1 bernard_zimmermann Dec 06, 2010 04:07
3 tilqicom Dec 09, 2010 13:53
conf/_basic_config.php
$db_config = array(
'user' => '--', // your MySQL username
'password' => '--', // ...and password
'name' => '---', // the name of the database
'host' => 'localhost', // MySQL Server (typically 'localhost')
);
4 bernard_zimmermann Dec 10, 2010 01:11
Thanks
And the other issue can I move servers and check it before moving the web address?
5 tilqicom Dec 10, 2010 01:20
bernard zimmermann wrote:
Thanks
And the other issue can I move servers and check it before moving the web address?
Depends on your hosting provider.Most likely you can access using your.ip.xx.xx/~username
6 sam2kb Dec 10, 2010 03:52
If you already configured virtual hosting for "my-domain-name.com", but haven't yet changed DNS to the new server, try this from command line. Then download and open /root/index.html in your browser.
Use your real IP address here
curl 127.0.0.1/blogs/index.php -H "Host:www.my-domain-name.com" > /root/index.html
Is there really no way, I can determine what databases and what user my b2evolution blog site is using?