X41

Results 19 comments of X41

try creating the database and the user by hand from the mysql console ``` create database hackpad; grant all privileges on hackpad.* to 'hackpad'@'localhost' identified by 'INSERT_PASSWORD_HERE'; ```

can we get a pic of the gibberish?

i'm afraid you simply made a typo in the url, didn't copy it correctly or delete the pad somehow. this is the default behaviour when trying to open a pad...

possibly related to #55

the above settings are correct. have you tried [email protected] yet?

i assume this is only a problem with newer MariaDB versions. 10.0.21-MariaDB fails, 5.5.44-MariaDB and 5.6.26-MySQL work without any issues. I've patched the db migrations [HERE](https://github.com/X41/hackpad/commit/d974e94a84c4823788e67967217af14e72b42dbb) and tested it successfully...

there is no pull request because i suck at git and github tbh and i'm too lazy to check how it's done. if someone could tell me how it's done...

is there a workaround for that issue known yet?

Hi! i believe i am having the same issue with a news feed from The Register ( http://www.theregister.co.uk/security/headlines.atom ) is there a workaround for this kind of behavior yet? thanks