adding for specific db

2002-07-31 Thread tlr7425
i've read up and am able to add users with encrypted passwords. what i want to do is restrict a user to a database. in the mysql db there is the users table and the db table. i understand that permissions in the users table override those of the db table. so what i do is this: 1) create a user

Re: adding for specific db

2002-07-31 Thread Egor Egorov
i've read up and am able to add users with encrypted passwords. t> what i want to do is restrict a user to a database. t> in the mysql db there is the users table and the db table. i understand t> that permissions in the users table override those of the db table. t> so what i do is this: t>