Something i overlooked is the error file! This is very easy to miss since in WinMySQLAdmin, when you click the "Error" Tab the text field is blank! (A bug... :roll:) However it isn't! This should help you fix any red-light problems. It is located:
X:/Path/mysql/data/
(Replace "X:" with your driver letter and "Path" with the path to the mysql directory)
e.g. C:/Program Files/Abyss Web Server/mysql/data/
You can tell which file is the error file because it has the file extension .err
The error file should tell you what needs to be done. For example, I wasn't able to get a Green Light (Ever) but then I looked at error file and got this:
031031 16:21:55 InnoDB: Started
031031 16:21:55 Fatal error: Can't open privilege tables: Table 'mysql.host' doesn't exist
031031 16:21:55 Aborting
I accidently deleted the database "mysql" which the program seems to need. Once I re-added it (from my zip file) it was Green Light all the way!
I hope this helps some people 😃