Skip to content
Snippets Groups Projects
Commit 5ab09ce8 authored by Thom's avatar Thom :tools:
Browse files

Fix comment for query

parent 5f842cb8
No related branches found
No related tags found
1 merge request!1353Fix FTP user auth error with MySQL 8 (#5939)
......@@ -4,5 +4,5 @@ ALTER TABLE `web_domain` DROP COLUMN `fastcgi_php_version`;
-- add php_fpm_socket_dir column to server_php
ALTER TABLE `server_php` ADD `php_fpm_socket_dir` varchar(255) DEFAULT NULL AFTER `php_fpm_pool_dir`;
-- rename Comodo to "Sectigo / Comodo CA"
-- fix #5939
UPDATE `ftp_user` SET `expires` = NULL WHERE `expires` = '0000-00-00 00:00:00';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment