mysql odbc3.51提示密码正确连接失败
mysql odbc3.51连接时不支持密码包含特殊字符
卸载mysql-connector-odbc-3.51.30-win32
安装mysql-connector-odbc-8.0.23-win32,提示This application requires Visual Studio 2019 Redistributable
下载x86: vc_redist.x86.exe
地址 https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0
安装vc_redist.x86.exe后再安装mysql-connector-odbc-8.0.23-win32
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!