MySQL client does not use the port parameter
English · Français
September 14, 2024
Antre du Tryphon

MySQL client does not use the port parameter

September 14, 2024 · ctheroux MySQL Database

It will happen if you use localhost as the server address. The client will then use the Unix sockets. Use 127.0.0.1 instead. This issue is common when using SSL tunnels.


Leave a Comment

Replying to
Your email address will not be published.

Copyright 2012–2026, Claude "Tryphon" Théroux