• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

MySQL Help Please - Have phpBB and PHP working fine on IIS - Need mySQL!

Citadel535

Senior member
Hi!

I am trying to get phpBB up on my computer. I have PHP and phpBB running fine but need to get mySQL working.

I am trying to get mySQL to run on a Windows 2000 server box with IIS. I have installed and configured PHP to run and used App Mappings to set php to work.

In the install for mySQL, it says make a my.ini in C:\WINNT which I did. However when I run mysqld --standalone (or whatever command it says to test) the command prompt just sits there.

Can someone please tell me what I am doing wrong?

Thanks!
 
Did you install MySQL to run as a service? If you did, you may start the service from the Services console panel.
 
Check if it's already running.. open up Services console and look for MySql. See if it's already started.. or do a Ctrl-Alt-Del and go to Task Manager and see if the process mysqld-nt.exe is running.
 
Back
Top