11-13-2022, 07:25 PM
2 hours ago, NoopyyGaming said:
Alright, so i've created the new user only for cashserver, but when applying the alteration it says there is an error in sql syntax.
Please post u query code & error logs...
btw i use something like this
$ mysql -u root -p
$ GRANT ALL ON *.* TO 'cashserver'@'localhost' IDENTIFIED BY 'iddqd' WITH GRANT OPTION;
$ SET PASSWORD FOR 'cashserver'@'localhost' = OLD_PASSWORD('iddqd');
$ FLUSH PRIVILEGES;
if i remember fine...

