https://github.com/sapfir0/intervolgaold
Старое тестовое в Интерволгу
https://github.com/sapfir0/intervolgaold
Last synced: about 1 month ago
JSON representation
Старое тестовое в Интерволгу
- Host: GitHub
- URL: https://github.com/sapfir0/intervolgaold
- Owner: Sapfir0
- Created: 2020-01-01T15:57:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T08:26:04.000Z (over 5 years ago)
- Last Synced: 2025-01-26T11:24:00.456Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Start server
php -S localhost:8050
### MySQL command:
create database countriesdb;
create user 'countryCrud'@'localhost' identified with mysql_native_password by '123456';
grant all privileges on countriesdb.* to 'countryCrud'@'localhost';### Screenshot
