Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tonai/creafters-awuikaz


https://github.com/tonai/creafters-awuikaz

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Creafters Awuikaz

Connect to mysql:
```sh
sudo mysql
```

Then create database and user:
```sql
CREATE DATABASE awuikaz;
CREATE USER 'awuikaz'@'localhost' IDENTIFIED BY 'zakiuwa';
GRANT ALL ON awuikaz.* TO 'awuikaz'@'localhost';
```

And import database:
```sh
sudo mysql awuikaz < sql/bdd.sql
```