RE: wildcard character in sql grant statement

2001-04-08 Thread Ben Dimmock
] Sent: 09 April 2001 01:27 To: [EMAIL PROTECTED] Subject: wildcard character in sql grant statement Hello, Is there a new wildcard character in 3.23? I am trying to use the grant statement GRANT ALL ON DATA.* TO user1@% IDENTIFIED BY "password" It doesnt seem to like the % as it re

wildcard character in sql grant statement

2001-04-08 Thread Scott Meesseman
Hello, Is there a new wildcard character in 3.23? I am trying to use the grant statement GRANT ALL ON DATA.* TO user1@% IDENTIFIED BY "password" It doesnt seem to like the % as it returns an sql error Thanks for your time, Scott --