peeringdb / peeringdb-py

PeeringDB python client
BSD 2-Clause "Simplified" License
89 stars 22 forks source link

Instructions - more clarity for quick start #19

Closed brian-peter-dickson closed 6 months ago

brian-peter-dickson commented 6 years ago

I got stuck while doing the quick install...

Please emphasis the necessity of doing this, for creating the DB itself, rather than it being a UTF issue:

CREATE DATABASE peeringdb DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

before trying to do a sync.

(Also, a pointer to any mysql primer for doing mysql from scratch for newbies, would be nice.)

Brian

grizz commented 6 years ago

Agree completely, we will add that. Thanks

Somewhat references #158

arnoldnipper commented 4 years ago

@peeringdb/20c please take care

leovegoda commented 6 months ago

Addressed some time ago and documented in https://docs.peeringdb.com/howto/peeringdb-py/