caribk
Verified User
Using DA 1.25.4 I recently created a new MySQL user db and experienced a weird problem..
I created a new db called, let's say, username_db123 and assigned a new password. i also had db's username_db1, username_db12, and so forth for that particular user.
to simplify things i had also create a db user named username (from CLI w mysqladmin) with full priviledges to all username's DB's for simplicity when switching between DBs.
SO, the problem that occurred was that the password for the global MySQL db user: username was changed (to the same as the for the new user/db) when I created the db user username_db123 and database username_db123.
I have since then upgraded to 1.26.2 ,so my question is whether this is at all a bug, a bug that was fixed between those versions, or a BUG that is still existing in 1.26.2 because it did create some problems... ??
I created a new db called, let's say, username_db123 and assigned a new password. i also had db's username_db1, username_db12, and so forth for that particular user.
to simplify things i had also create a db user named username (from CLI w mysqladmin) with full priviledges to all username's DB's for simplicity when switching between DBs.
SO, the problem that occurred was that the password for the global MySQL db user: username was changed (to the same as the for the new user/db) when I created the db user username_db123 and database username_db123.
I have since then upgraded to 1.26.2 ,so my question is whether this is at all a bug, a bug that was fixed between those versions, or a BUG that is still existing in 1.26.2 because it did create some problems... ??
Last edited: