MySQL on Sublime text 3 on MAcOS

221 views Asked by At

I'm writing this command

"cmd": ["/usr/local/mysql/bin/mysql", "-u", "root", "-e", "source $file", "-t"],
    "selector": "source.sql"

on Sublime Text 3 to create a new build system for MySQL on my MAcOS Catalina . But it shows the error:: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

Please help me with the same

0

There are 0 answers