11-24-2021, 11:54 AM
25 minutes ago, zuendschnurx said:
Unfortunately I don't get a log from CashServer
only this message when starting.
I tried the X64 CashServer but then no cash is deducted when buying.
I don't know whether it's the connector or the cash server
Execute the following query in MYSQL Workbench
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
Where root as your user localhost as your URL and password as your password
Then run this query to refresh privileges:
flush privileges;
Try connecting using node after you do so.
If that doesn't work, try it without @'localhost' part.
2

