I used MySQL Workbench to define a table - so I have to have defined a database right? But I cannot figure out the name of the database to use for the 4th argument to mysqli_connect. I have the "EER Model" (jdmacdo_MHLendingLibrary) but that didn't work. The "Model Overview" shows something called a "Physical Schemata" (although maybe it's called a "MySQL Schema") named "mydb" (although I don't think I ever entered that name) and that doesn't work either. Attached is a screenshot of the MySQL Workbench page which shows the Model Overview.
Can anyone tell me where I can find what I need for the database argument to mysqli_connect?
Thanks, Bob


