Wildcard and users...

2002-03-25 Thread Egor Egorov
Chuck, Monday, March 25, 2002, 5:12:51 AM, you wrote: CPP> I am wondering is there a way to set up user that can log in from anyplace? CPP> I know I need to set this user up with the %(I hope this is the wildcard CPP> for) mysql. Yes, you are right. '%' is a wild card for any host in MySQL. How

Re: Wildcard and users...

2002-03-25 Thread dean browett
Hi, The command you need is: INSERT INTO USERS (Host,User,Password, ) VALUES ('%','Your_username', 'Your_passwd', ) This will give you what you want. Regards Dean At 22:12 24/03/2002 -0500, you wrote: >Hi, > >I am wondering is there a way to set up user that can log in from anyplace? >I know

Wildcard and users...

2002-03-24 Thread Chuck \"PUP\" Payne
Hi, I am wondering is there a way to set up user that can log in from anyplace? I know I need to set this user up with the %(I hope this is the wildcard for) mysql. Thanks, Chuck Payne - Before posting, please check: http