Update default.sql

This commit is contained in:
midoks 2022-06-23 11:58:47 +08:00
parent df7a9ce446
commit fa86fbefdb
1 changed files with 1 additions and 2 deletions

View File

@ -48,8 +48,7 @@ INSERT INTO `firewall` (`id`, `port`, `ps`, `addtime`) VALUES
(1, '80', '网站默认端口', '0000-00-00 00:00:00'),
(2, '7200', 'WEB面板', '0000-00-00 00:00:00'),
(3, '22', 'SSH远程管理服务', '0000-00-00 00:00:00'),
(4, '888', 'phpMyAdmin默认端口', '0000-00-00 00:00:00'),
(5, '3306', 'MySQL端口', '0000-00-00 00:00:00');
(4, '888', 'phpMyAdmin默认端口', '0000-00-00 00:00:00');