I cleared my MySql log, then connected and loaded a collection. Here is the log contents... interesting
Code:
070823 10:56:55 19 Connect sklett@STEVE-KLETT on pmd_manf2_test
070823 10:56:56 19 Query SHOW VARIABLES
19 Query SHOW COLLATION
19 Query SET character_set_results=NULL
19 Init DB pmd_manf2_test
19 Query SELECT * FROM `pmd_manf2`.`tbl_users`
As you can see, it connected to the correct database, but the SELECT statement from ES us using a different DB name.
Any ideas why this is happening?