![]() |
mysql question: how to grant remote access..
i tried a
GRANT ALL PRIVILEGES ON *.* TO '%'@'%' IDENTIFIED BY 'passwd'; with a flush and ive tried it with setting a username and host address.. All access denied when i connect remote.. Is there some config file i have to change? |
ports are open because mysql responds with a "access denied"..
|
GRANT ALL PRIVILEGES TO JUICY ON *.* TO '%'@'%' IDENTIFIED BY MEOW 'passwd';
with a flush of the colon. MEOWWWW WOOFF MYSQL That should work |
Quote:
hahahahaha.. man that shit is build in by default! |
Quote:
|
GRANT ALL PRIVILEGES ON *.* TO '%'@'%' IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
You don't need to flush privileges if you use grant, flush you only need if you use insert or update to edit permissions. |
All times are GMT -7. The time now is 05:40 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123