You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Julia version:1.5.2
Windows 10
Something that was working till yesterday is not working today
When I run the following code, I get the following error
using MySQL,DBInterface
conn = DBInterface.connect(MySQL.connect,"localhost","root","pwd")
MethodError: no method matching connect(::typeof(MySQL.connect), ::String, ::String, ::String)
The text was updated successfully, but these errors were encountered:
Julia version:1.5.2
Windows 10
Something that was working till yesterday is not working today
When I run the following code, I get the following error
using MySQL,DBInterface
conn = DBInterface.connect(MySQL.connect,"localhost","root","pwd")
MethodError: no method matching connect(::typeof(MySQL.connect), ::String, ::String, ::String)
The text was updated successfully, but these errors were encountered: