When creating mysql database user, I think following command is used :
What I have to put the highlighted part, "localhost" or my vps ip address ?
Thank you for the help...
Code:
CREATE USER 'webdb_user'@'[B][COLOR=Red]10.0.15.25[/COLOR][/B]' IDENTIFIED BY 'password123';
What I have to put the highlighted part, "localhost" or my vps ip address ?
Thank you for the help...