Installation Problem

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
raghava
TestLink user
Posts: 2
Joined: Thu Mar 26, 2009 7:23 am

Installation Problem

Post by raghava »

Hi,

I am try to install Testlink1.8.0 in XAMPP 1.7.0, while installing it showing the error message,
TestLink setup will now attempt to setup the database:
Creating connection to Database Server: OK!
Checking MySQL version: OK! (5.0.37 >= 4.1.0)
Database testlink does not exist.
Will attempt to create:
Creating database `testlink`: ERROR ON exec_query() - database.class.php
1044 - Access denied for user 'admin'@'localhost' to database 'testlink' - CREATE DATABASE `testlink` CHARACTER SET utf8

THE MESSAGE :: SQL [1] executed [took 0.0004 secs][all took 0.0004 secs]: CREATE DATABASE `testlink` CHARACTER SET utf8 Query failed: errorcode[1044] errormsg:Access denied for user 'admin'@'localhost' to database 'testlink'

Failed! - Could not create database: ! Access denied for user 'admin'@'localhost' to database 'testlink'

TestLink setup could not create the database, and no existing database with the same name was found.
Please create a database by different way (e.g. from command line), or with different DB root account. Run setup again then.
I have entered the

Database Login: admin
Databade Password : admin

TestLink DB Login : admin
TestLink DB Password : admin

Please help to me to resolve this problem.

Thanks
Raghava
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

mysql access configuration problem
Dualtha
Advanced user
Posts: 27
Joined: Thu Jun 11, 2009 4:51 pm

Post by Dualtha »

Change details to below where password is empty
Database Login: root
Databade Password :
Post Reply