Page 1 of 1

just only about the installation

Posted: 05 Dec 2006, 14:47
by marveljojo
Hello,
I'm trying to run the pre-installation steps.
I have apache server running on port 5900, and I'm using easyphp...these are both running fine.

I just install easyphp, apache, change the port'apache server and nothing else ... : I even leave the default database "mysql"

But I don't know what exactly to enter overthere, and here are what I did :

Type of Database MySql (default)
Hostname (for Database Server) localhost:5900
Username (for Database) root
Password (for Database) xxxx
Database name (for Database) mysql
Admin Username (to create Database) root
Admin Password (to create Database) xxxx (same like for the username)

I have everything GOOD

except :

Attempting to connect to database as admin => BAD
Does administrative user have access to the database? ( Lost connection to MySQL server during query )

And here I'm lost...if anyone can help me ....PLZ ^^

Have a nice day,
MJ

Posted: 06 Dec 2006, 09:54
by marveljojo
I forgot,

Version mantis-1.0.6

Posted: 06 Dec 2006, 14:41
by costanm
try to install with blank password

Posted: 06 Dec 2006, 15:58
by marveljojo
I did it.
Does anyone know what means :

BAD
Does administrative user have access to the database? ( Lost connection to MySQL server during query )

Thank you in advance,

MJ

Posted: 06 Dec 2006, 18:01
by Narcissus
You're setting your database hostname to 'localhost:5900' but it's your Apache that's running on port 5900, not MySQL, right?

Did you change the port that MySQL was running on? If not, just use 'localhost' and see if that works.

Posted: 06 Dec 2006, 19:01
by marveljojo
YES _____

You're the man :)

:P

Thank you very much

MJ