I wanted to upload a joomla website, and I got this error message:

#1046 - No database selected

Anyone help please

check your settings in the config file for the database host, username and password. It is highly unlikely they will be the same as your local server.

Thanks mate, that was the problem, I just got sorted

One more problem please: I’m still new to joomla, and I want to configure “configuration.php”. Anyone with a suggestion please?

Configure it to what?

spikeZ
In Joomla! one needs to change the “configuration.php” especially the part that relates to username and password to the site. Check this out:

var $smtpuser = '';
var $smtppass = '';
var $smtphost = 'localhost';
var $MetaAuthor = '1';
var $MetaTitle = '1';
var $lifetime = '60';
var $session_handler = 'database';
var $password = 'password';

Now this is where the problem is!!