Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonai/creafters-awuikaz
https://github.com/tonai/creafters-awuikaz
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tonai/creafters-awuikaz
- Owner: tonai
- Created: 2024-07-19T07:20:11.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T08:41:47.000Z (6 months ago)
- Last Synced: 2024-07-19T15:25:10.670Z (6 months ago)
- Language: PHP
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```