I uploaded new installation files to the share hosting and this is what I see http://www.tmunatitech.info/server/em/
Unable to select database
We were able to connect to the MySQL database server (which means your username and password are okay) but not able to select the database.
The MySQL error was: Access denied for user 'username'@'localhost' to database 'databasename'.
Currently, the database is databasename. The username is username and the database server is localhost.
* Are you sure you have the correct database name?
* Are you sure the database exists?
* Are you sure the username has permission to access the database?
For more help, see the Installation and upgrading handbook. If you are unsure what these terms mean you should probably contact your hosting provider.
Comments
The error message says it all
Either you have entered the database name incorrectly, the database does not exist or the database user does not have permission to access it.
but there is already drupal installed on this hosting
i would like to have one more installation anther other folder
so uploading the installation files to the directory and this is what i get
this files are new from drupal zip file
database
The error, many databases are not at localhost.. it could be something like examplemysql.com
The database location should be shown in your control panel or in the phpmyadmin section at the top.
The advanced section of the Drupal install screen has a place to enter the different location...
If you are installing 2 drupal installs, but using 1 database..
The second install will use the same database info with a prefix_ at install time.
You might have to edit the settings.php file, add the database info and prefix_
$db_url = 'mysqli://username:password@localhost/databasename';
$db_prefix = 'prefix_';
BTW: please read the forum rules
http://drupal.org/node/643758 , this forum is not for support, but for general discussion.
thanks