exec('mysql --execute "GRANT ALL PRIVILEGES ON database.* TO 'user'@'122.169.XXX.XX' IDENTIFIED BY 'password'"');
But it gives out a error!!
Parse error: syntax error, unexpected T_STRING
The formatting should be preserved, as it needs to be the same way as its execute in the shell