I made my first ESX server on a Linux VPS and have gone through a lot of errors and I am not letting this be the one that stops me. When I start up the server it says
ERROR] ER_HOST_NOT_PRIVILEGED: Host 'LINUXVPSIP' is not allowed to connect to this MySQL server
(node:30506) [DEP0096] DeprecationWarning: timers.unenroll() is deprecated. Please use clearTimeout instead.
(node:30506) [DEP0096] DeprecationWarning: timers.unenroll() is deprecated. Please use clearTimeout instead.
[ERROR] [MySQL] [es_extended] An error happens on MySQL for query "SELECT * FROM items": ER_HOST_NOT_PRIVILEGED: Host 'LINUXVPSIP' is not allowed to connect to this MySQL server
[ERROR] [MySQL] [es_extended] An error happens on MySQL for query "SELECT * FROM jobs": ER_HOST_NOT_PRIVILEGED: Host 'LINUXVPSIP' is not allowed to connect to this MySQL server
SCRIPT ERROR: @es_extended/server/common.lua:23: bad argument #1 to 'for iterator' (table expected, got nil)
> ref (@es_extended/server/common.lua:23)
> (@mysql-async/mysql-async.js:14431)
SCRIPT ERROR: @es_extended/server/common.lua:35: attempt to get length of a nil value (local 'result')
> fn (@mysql-async/lib/MySQL.lua:197)
If anyone can help me get through this error it would be very much appreciated!
Other Notes:
Linux VPS
Debian 10 (Buster)
I made sure to check if the name and password is right like 3 times.