Recommended Servers for MySQL
The world's most popular open source database
Contact a MySQL Representative
Login | Register
To set advanced connection options, click the Details button and check the desired options:
Use compression protocol - Use compression when communicating with the MySQL server.
Use compression protocol
Use ANSI quotes to quote identifiers - enclose all object names in double-quotes instead of back-ticks.
Use ANSI quotes to quote identifiers
Windows Only: Use named pipe (localhost only) is equivalent to starting the client from the command line specifying the --protocol=pipe option.
Use named pipe (localhost only)
--protocol
pipe
Unix Only: Connect using a socket file is equivalent to starting the client from the command line specifying the --protocol=socket option.
Connect using a socket file
socket
If you have difficulties connecting, please see the Troubleshooting Connection Errors section in the Troubleshooting Application Errors appendix.