79265207

Date: 2024-12-09 13:59:14
Score: 0.5
Natty:
Report link

Give the permissions:

GRANT ALL PRIVILEGES ON my_db.* TO 'my_user'@'10.55.1.98' IDENTIFIED BY 'password';
FLUSH PRIVILEGES;

Test with Command Line Again with properly connecting:

mysql -u my_user -p -h 10.55.1.95 -P 3306 my_db
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Developer Nilesh