I cannot use "localhost" as host for the database. I need
127.0.0.1:4321 where 4321 is the port that the database
is listing on. I cannot change the port!
The console supply some error message of "cannot connect to MySQL database"
I don't have a my.cnf. In any case I cannot change the port that the MySQL listnes to.
I need a "mysql_host_port = 4321" option.
I see if I can hack it in myself.