Re: new mysql account

2001-01-26 Thread Boril Yonchev
GRANT USAGE ON table.* TO user@localhost; GRANT select, insert, delete, update ON table.* TO user@localhost; Boril - Original Message - From: "Mac Martine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 26, 2001 3:13 AM Subject: new mysql account how do i set up an

Re: new mysql account

2001-01-25 Thread Jeremy D. Zawodny
On Thu, Jan 25, 2001 at 07:13:54PM -0600, Mac Martine wrote: > how do i set up another mysql account after setting up the root > account. i used mysqladmin to set up my root account, now i want to > set up a remotye account to access files on my remote server, right? > so i cant figure out how t