Is there a way to give access to any IP?
for instance
Code:
grant all privileges on *.* to username@localhost identified by 'password' with grant option; I want to be able to give myself access to the db from any IP with my username and password. |
grant all privileges on *.* to username@'%' identified by 'password' with grant option;
|
Code:
GRANT ALL PRIVILEGES ON eq.* TO username@'%' IDENTIFIED BY 'password'; |
Thanks guys!
|
All times are GMT -4. The time now is 11:35 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.