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
Hello,
I can't connect to my sql database with the following map, even though it works with python using the same map (I use a macbook pro) :
map <string, string> MySQL <- [
'host'::'localhost',
'dbtype'::'MySQL',
'database'::'pria',
'port'::'3306',
'user'::'pria',
'passwd'::'pria'];
I have the same problem when the map is on a single line. Do you have a solution?
Thank you,
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I can't connect to my sql database with the following map, even though it works with python using the same map (I use a macbook pro) :
map <string, string> MySQL <- [
'host'::'localhost',
'dbtype'::'MySQL',
'database'::'pria',
'port'::'3306',
'user'::'pria',
'passwd'::'pria'];
I have the same problem when the map is on a single line. Do you have a solution?
Thank you,
Beta Was this translation helpful? Give feedback.
All reactions