Hi,
I'm connecting to a MySQL database via PEAR DB abstraction. Within the MySQL database there are multiple databases.
I can connect and do everything I need to do to ONE database, but I need to grab some entries from another one. Is there a way to switch around databases with (like the function mysql_select_db())?
If the above doesn't work, can I just create a second connection to the database? I tried this but couldn't get it to work for some reason.