Tomasz Kane
Tomasz Kane
I also want to have self hosted hoppscotch without firebase and any third party dependencies.
BTW, Yii2 works on 5.4, but this PHP version is end of life now. http://php.net/supported-versions.php so IMHO is not a crime to ignore it :-)
Sounds reasonable.
@rob006 executed is all queries before the broken one. Thats why it's tricky - if broken sql is on of the last query (example: some alter table), then when you...
BTW, does delimiter is really need? See: https://stackoverflow.com/a/9053823/1829368 I have schema dump in my project - after remove delimiters near the triggers all queries was successful and triggers was created.
My schema with delimiters: ```mysql -- some queries here DELIMITER $$ CREATE TRIGGER `fooCounterCacheAfterDelete` AFTER DELETE ON `foo` FOR EACH ROW BEGIN UPDATE user SET foo_count = foo_count - 1...
I also link a solution in Additional info in this issue: https://stackoverflow.com/a/46280130/1829368 @thomaswruss read topic before ask.
Yes, but suggestion should suggest correct/free release number, right? git and Gerrit suggestions works like that.
Some of my servers using ssh-keys so I don't always expect password ask. BTW `ssh user@host` prints `Password: ` when it need password :-)
So we are doomed to enigmatic messages? :-|