- Create Database
- Modify config.yaml
- Download xray (and lic), genca
- Running...
create database `weblisten` default character set utf8mb4 collate utf8mb4_unicode_ci;
create user weblisten@'127.0.0.1' identified by 'gyuawbdvuyiabdu';
grant all on `weblisten`.* to weblisten;
flush privileges;
set global innodb_large_prefix=on;
set global innodb_file_format=Barracuda;