Skip to content

qdl-smb/SMB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation mysql

create database db_smf;
create user 'springuser'@'%' identified by '1234';
grant all on db_smf.* to 'springuser'@'%';

Pseudo live reload

Source