Posts by Cassol • 36 points
2 posts
-
0
votes2
answers99
viewsA: Mysql Workbench tcp/ip over ssh Vagrant
This was his solution, but it is not the most appropriate for this problem. This happens because versions higher than 6.3 mysql Workbench do not accept the extension .ppk ssh key. In my case, I had…
-
2
votes1
answer52
viewsA: Error when instantiating object [not defined]
You are trying to instantiate an object that has not been imported into the module, its class is not visible as it is an external file. Your module should contain: require(". /"your-file.js")…