|
uninstall appserver and use xamp.
xamp = <3
Sounds to me like you have multiple installs of sql on your computer and that's why appserver won't load it's own version of sql because you have a different one already running.
You can test this theory by opening your services window (something like start>control panel> administrative tools> view local services on vista) and check to see if MySql is running. If it is, stop it and then try re-loading appserver and see if that fixes the problem.
If that is the case then I'd suggest that you open up your install/uninstall programs window and search for any installs of sql and uninstall them then start from scratch using your sql version of choice (xampp is rather lovely :P
|