ERROR 2003: Can?t connect to MySQL server
ERROR 2003: Can?t connect to MySQL server
I Need to add remote user for add, select, update and delete in mysql. grant select,insert,update,delete on postfix.* to “postfix_rc”@”%” identified by “postfix_xxxxyyy” with grant option; try to access : -bash-2.05b$ mysql -upostfix_rc -p -h…