aaronpk / OwnYourGram

📷 Save your Instagram photos to your own website!
94 stars 14 forks source link

Typo fix in the mysql schema creation command #86

Closed RosemaryOrchard closed 2 years ago

RosemaryOrchard commented 5 years ago

Missing space

aaronpk commented 5 years ago

what version of mysql are you using? I guess I haven't actually tried with the space in a while, but it used to only work with no space.

RosemaryOrchard commented 5 years ago

I use 5.7 and referenced this page today (for other purposes) to double check: https://dev.mysql.com/doc/refman/5.5/en/time-zone-support.html

Lewiscowles1986 commented 5 years ago

I can confirm adding a space is not how any MySQL script I've ever written works, but perhaps uri database connection string would help to bypass?

Lewiscowles1986 commented 5 years ago

https://dev.mysql.com/doc/refman/8.0/en/connecting-using-uri-or-key-value-pairs.html

Ruxton commented 5 years ago

-pownyourgram sends the password as ownyourgarm -p ownyourgram is setting the database to ownyourgram and prompting for password.