79569011

Date: 2025-04-11 14:02:57
Score: 0.5
Natty:
Report link

On terminal mysql use

GRANT ALL PRIVILEGES ON databse.* TO 'user'@'localhost';
or
GRANT ALL PRIVILEGES ON *.* TO 'user'@'localhost';

First gives acces to one database, replace "database" for your database name. Second one gives access to all databases.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: lisandro