I ssh’d into my server where manticore is running and opened mysql -h0 -P9306 then created a table and altered it but when I tried to UPDATE the table I get an error:
> UPDATE products SET uri = "image.png" where title="product";
ERROR 2013 (HY000): Lost connection to MySQL server during query
No connection. Trying to reconnect...
ERROR 2003 (HY000): Can`t connect to MySQL server on "0:9306" (111)
ERROR:
Can`t connect to the server
I figured that maybe I need to change some port listened to in the configuration but don’t know exactly what to type or where to type it.