SELECTing from different databases/users

2004-07-16 Thread jreyhera
Hi. Is it possible to make a select from different tables that reside in different databases that have different usernames? The fact is that I'm using Helm Web Hosting Control tool for creating databases and users, and it let's me create only one user per database, so I can't assign a user to

Re: SELECTing from different databases/users

2004-07-16 Thread SGreen
Does you have the rights to use the GRANT and REVOKE commands directly? If not those, do you have rights to INSERT and DELETE from the users table of the mysql database? If you do, you could possibly bypass their one user per databse rule and create your own. Otherwise I think you are stuck as