Copy a mysql user's permissions

2004-05-21 Thread Jim Nachlin
Hi List, Is there a way to copy a user in the database's mysql database, so that it will have the same permissions (GRANTs) within the database? Or does one have to create a different user and then manually modify the permissions to match the first? Thanks, Jim -- MySQL General Mailing List

Re: Copy a mysql user's permissions

2004-05-21 Thread Sasha Pachev
Jim Nachlin wrote: Hi List, Is there a way to copy a user in the database's mysql database, so that it will have the same permissions (GRANTs) within the database? Or does one have to create a different user and then manually modify the permissions to match the first? Warning - untested, but