I'm running MySql, however, it's not using the default 3306 port.
I've tried "localhost", "localhost:3315", "localhost,3315", "localhost 3315" as the server name in the database wizard.....no luck.
How can I specify the port in the database wizard? Maybe I need a DB script to create the database manually, and then add a connection string in web.config.
Thanks,
Donald.
Thanks.