when i try to run MySql and Apache nothing happends. I click start on both but it doesn't run. Can anyone explain why and what I have to do to fix this?
Nice tut but i got 1 prob.
Quote:
[20/10/2008 18:14:06] > MySQL ERROR mysql_real_connect: Lost connection to MySQL server at 'reading initial communication packet', system error: 0
[20/10/2008 18:14:06] > ERROR: Failed to connect to database, read doc/MYSQL_HELP for information or try SqLite which doesn't require any connection.
i get that :/
And:-- MySQL
mysqlHost = "localhost"
mysqlUser = "root"
mysqlPass = "passwordhere"
mysqlDatabase = "databasenamehere"
mysqlPort = 3306
-- SQL
sqlType = "mysql"
passwordType = "plain"