federico-razzoli / sql_games

Games implemented ad stored procedures, playable in MariaDB
5 stars 6 forks source link

Added instructions to install on MySQL Server #2

Closed philip closed 6 years ago

philip commented 6 years ago

Not sure if this is the best solution or way you want it written, but, I believe this to be true. At least, it worked for me :)

federico-razzoli commented 6 years ago

Bulls & Cows uses SEQUENCE storage engine, which doesn't compile on MySQL.

But if other games work as they are or with small changes (like this one), it's worth writing it in the README. Just specify which game you made work and which MySQL version(s).

philip commented 6 years ago

Well that's embarrassing, I assume I'd have edited anagram's README but clearly did not... hopefully the second time around will be more successful :)

federico-razzoli commented 6 years ago

Actually you edited the global README. This could mean that the current readme structure is confusing, so feel free to reorganise it in a cleared way, if you like. In a separate PR.

philip commented 6 years ago

Yep, that was the embarrassing part ;)

federico-razzoli commented 6 years ago

Hey @philip , some time passed. I am closing this PR. Feel free to file another, editing the correct file.