79265852

Date: 2024-12-09 17:14:23
Score: 1.5
Natty:
Report link

-- Now create user with prop privileges CREATE USER 'security'@'%' IDENTIFIED BY 'MySQL@12345';

GRANT ALL PRIVILEGES ON * . * TO 'security'@'%'; CREATE DATABASE IF NOT EXISTS employee_directory; USE employee_directory;

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Pavan Mapari