Issue description
I would like to connect to sphinx search. I used to use this driver, but after the update, I receive an error.
Example code
db, err := sql.Open("mysql", "tcp(sphinx:9306)/")
Error log
unknown authentication plugin name ''
How can I solve this problem?