User that can create another user - which privileges must be granted

2005-02-28 Thread Peter PeterDresden
...to that user, that he can create new users, e.g. which administrative privileges must be granted to that user. Thanx. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

how to add a new user, that can create new users itself

2005-02-24 Thread Peter PeterDresden
Hi, which privileges i have to grant such a user, except grant option and the privileges such new users created by this user will have? Are there any side effects, for example, that this new user creating user also can delete other users? Thanx. -- MySQL General Mailing List For list

How to send queries to a database periodically

2005-02-24 Thread Peter PeterDresden
Hi, is there a possibillity in mysql to send periodically queries to a database, for example all 5 minutes? Or, a liitle bit off topic, is there a possibility to this via php? Or, is it normally possible to set up such a query via cron tab (unix based web servers only)? Thanx. -- MySQL