I was getting Error: mysql host EMPTY_DB_HOST doesn't exist
on running the command v-add-database
, upon further investigation I found that the MAX_DB = USED_DB which is 500 by default.
However, the number, of users in the system is only about 200+, so my question is why is this list not cleaning when i remove a user (location - /usr/local/hestia/conf/mysql.conf
)
HOST='localhost' USER='root' PASSWORD='4BCXCrXmq3bSQLBs' CHARSETS='UTF8,LATIN1,WIN1250,WIN1251,WIN1252,WIN1256,WIN1258,KOI8' MAX_DB='500' U_SYS_USERS='..............
also, what should I do, shall I manually remove users from this file?