running multiple mysql connections from localhost
sometimes you might need to connect to different db within the same app. The trick is that the username, passwd and hostname cannot be the same! The easy way out is to use username as root and password as nothing -> this will cause hours of grief.
another work around is to add another “true” parameter [...]
