Vagrant - remote connection to mysql - outside vagrant ssh connection
问题 I have a problem with remote connection to mysql on vagrant. I am using MySQL with MariaDB. I have user root with permisssions and server '%' . In my.conf commented bind_address and removed skip_networking . Locally it's worked fine. I turned off firewal protection in my eset nod . When can I try connection: mysql -u root -h localhost -P 3306 shows: ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 0 MySQL Workbench doesn't work too,