Mysql workbench cannot connect to mysql server -
since on ubuntu 15.10 (i on 14.10 before) can't connect mysql mysql-workbench, if connection test successful.
there way make connection work?
i have forced connection tcp, still doesn't work.
mysql -u root -p --host=127.0.0.1 mysql -u root -p --protocol=tcp mysql ver 14.14 distrib 5.6.28, debian-linux-gnu (x86_64) using editline wrapper connection id: 55 current database: current user: root@localhost ssl: not in use current pager: stdout using outfile: '' using delimiter: ; server version: 5.6.28-0ubuntu0.15.10.1 (ubuntu) protocol version: 10 connection: localhost via tcp/ip server characterset: latin1 db characterset: latin1 client characterset: utf8 conn. characterset: utf8 tcp port: 3306 uptime: 9 min 38 sec
Comments
Post a Comment