Page is a not externally linkable
andreasfriedrich - 11:45 pm on Dec 17, 2002 (gmt 0)
Keep in mind that the MySQL server is now listening on port 8182. You need to specify that portnumber along with the hostname when you connect to the server. Andreas
index.php
Change line three to read: $host = "localhost:8182";
start.pl
Change line 46 to read: system "start MySQL/bin/mysqld-opt.exe --skip-innodb --port=8182";