Wildcard Access For MySQL database

B

blemming

Guest
Is it possible to assign wildcard "%", or IP specific access to users on MySQL databases?

I couldn't find anyway to do so?

Thanks for any help.
 
Install mysqlfront or other MySQL mang.
Then login ad admin and your admin-password.

Go to Mysql db-> users and then change localhost to %

thay should do it
 
Back
Top