cannot connect using credential file ".mylogin.cnf"
Created by: lrob
Hello, as suggested in the documentation I'm storing the credential of my mysql db in .mylogin.cnf. After the creation of this file, the mysql client (from the command line) is connecting without asking for credential.
However if a run csvsql with the following url: mysql:///dbschema?charset=utf8, it still complains about authentication issues
(_mysql_exceptions.OperationalError) (1045, "Access denied for user 'user'@'localhost' (using password: NO)")
Is there an option or something that I have to specify in the url in order to tell csvsql to read in the .mylogin.cnf for credential information?
Thanks in advance