Try either:
Database Location=localhost
or:
Database Location=127.0.0.1
That tells it to look for the connection on your computer. If it still can't find/connect make sure you've run the GRANT statement for the user/pass your attempting to connect with - and make sure you actually have the server running. (Called mysql-nt.exe in TaskManager Processes).
|