Remote MySQL bug

hehachris

Verified User
Joined
Nov 24, 2004
Messages
533
Location
Hong Kong
For example, the username is "peter" and remote mysql server IP is "1.2.3.4"


1, user `peter` creates a database `peter_db`
2, DA only inserts `peter@localhost` for `peter_db`
3, But `[email protected]` is not inserted

so when the user use "peter" to as the dbuser in his script, it will fail

or login with "peter" in phpmyadmin, he cant see peter_db
 
Back
Top