Thread
:
Is there a way to give access to any IP?
View Single Post
#
3
04-03-2004, 01:08 AM
Monrezz
Dragon
Join Date: Mar 2003
Location: #loc
Posts: 745
Code:
GRANT ALL PRIVILEGES ON eq.* TO username@'%' IDENTIFIED BY 'password';
...this would be safer. Restricts access to the eq database (change eq to whatever your database is called). Change username and password, of course.
__________________
kRPG Profile
Monrezz
View Public Profile
Send a private message to Monrezz
Visit Monrezz's homepage!
Find all posts by Monrezz