create database ProxyPanel default character set utf8mb4 collate utf8mb4_unicode_ci;
show databases;
grant usage on *.* to ProxyPanel@'localhost' identified by 'ProxyPanel';
grant all privileges on ProxyPanel.* to ProxyPanel@'localhost' identified by 'ProxyPanel';
flush privileges;
drop user 'ProxyPanel'@'localhost';
flush privileges;
cd /data/wwwroot/网站域名
git clone https://github.com/ProxyPanel/ProxyPanel.git .
cp .env.example .env