ESX Database Webspace

So im using a Plexs webspace database for esx well im “trying” to
but my problem is for connection data all they gave me was
localhost: 3306
Userid:ES*
this is what i put in for the connection string in server cfg
''set mysql_connection_string "server=localhost: 3306;database=essentialmode;userid=ES;"*
then it says this in console

strong text
so what am i doing wrong?

Remove :3306 and set your db password for ES user

set mysql_connection_string "server=localhost;database=essentialmode;userid=ES;password=PASSWORDHERE"

2 Likes