Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 365 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 365 Bytes

Repository REST API

Need to install package for MySQL

mysql-connector-python

For Fedora 30:

$ sudo dnf install mysql-connector-python-cext-8.0.16-1.fc30.x86_64

Query for create the database

CREATE DATABASE plaisi_db CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci;