https://github.com/parzivaleugene/misis-databases
Solutions for misis mysql course
https://github.com/parzivaleugene/misis-databases
mysql
Last synced: 2 months ago
JSON representation
Solutions for misis mysql course
- Host: GitHub
- URL: https://github.com/parzivaleugene/misis-databases
- Owner: ParzivalEugene
- License: wtfpl
- Created: 2024-09-17T18:25:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T15:52:36.000Z (6 months ago)
- Last Synced: 2025-03-23T04:42:12.010Z (2 months ago)
- Topics: mysql
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Решения к курсу "Базы даных" МИСИС
## Поднять бд
1. Инициализировать `.env` файл
```bash
cp .env.example .env
```2. Запустить докер
```bash
docker compose up -d
```## Тестировать скрипты
```bash
mysql -u yourusername -p yourpassword yourdatabase < text_file
```