mirror of
https://github.com/EngineGPDev/ProFTPD.git
synced 2025-01-18 13:52:21 +03:00
MyISAM has been replaced by InnoDB
MyISAM has been replaced by InnoDB
This commit is contained in:
parent
2048ac17d5
commit
394cfc3c25
@ -57,7 +57,7 @@ CREATE TABLE `users` (
|
||||
`gid` int(11) NOT NULL DEFAULT 1000,
|
||||
`homedir` varchar(255) NOT NULL,
|
||||
`shell` varchar(255) NOT NULL DEFAULT '/bin/false'
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
|
||||
--
|
||||
-- Индексы сохранённых таблиц
|
||||
|
Loading…
Reference in New Issue
Block a user