Getting 2 mysql databases from other user

Guust

Verified User
Joined
Jul 10, 2003
Messages
48
A reseller gets 2 mysql databases on an account that doesn't belong to that account but to another account.

Account 1.: nieuwsvan
here he created 2 mysql databases nieuwsvan_1 and nieuwsvan_2

Account 2.: nieuws
(same owner, same e-mailadres)
the databases nieuwsvan_1 and nieuwsvan_2 are also on this account.

What happenend here?

Guust Hilte
 
Hello,

That sounds like a bug. When listing the databases for a user, it uses:

mysql_list_dbs(connection, "username_%");

So I'll have to look into if the underscore character needs escaping ( \_% ).

John
 
We have full support version of DA (with montly payments) so what do you need to know from our server?
 
Back
Top