Skip to content

eremeykin/alfaform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

mysql>
create database alfaform;
create user 'user'@'localhost' identified by 'password';
grant all on alfaform.* to 'user'@'localhost';
flush privileges;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published