Checking MySQL Database Failed!

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
tcares
TestLink user
Posts: 3
Joined: Tue Oct 06, 2009 11:50 pm

Checking MySQL Database Failed!

Post by tcares »

All:

I'm getting this message:

Checking MySQL Database Failed! MySQL Database cannot be used.

Even though I have MySql installed and in my path. What else am I missing?

Thanks,
Tim
TurboPT
Member of TestLink Community
Posts: 343
Joined: Sun Dec 10, 2006 4:51 am

Post by TurboPT »

Follow this thread, and it should help the problem.

The basic deal is that, although MySQL is installed, it is NOT automatically available to PHP. (as of PHP5)

If you still run into issues, post another reply.
tcares
TestLink user
Posts: 3
Joined: Tue Oct 06, 2009 11:50 pm

Post by tcares »

Thanks for the info. However, that thread refers to a Linux installation. My installation is on Windows. What do I need to do to ensure that PHP can access my MySql on my Win 2003 box?
TurboPT
Member of TestLink Community
Posts: 343
Joined: Sun Dec 10, 2006 4:51 am

Post by TurboPT »

See if the info. at this link might help.
(says XP, but should be relative to 2003 server too)

Post another reply, if not.
Last edited by TurboPT on Wed Oct 07, 2009 1:26 am, edited 2 times in total.
tcares
TestLink user
Posts: 3
Joined: Tue Oct 06, 2009 11:50 pm

Post by tcares »

Thanks very much. Following the steps in that thread worked.
Post Reply