I have downloaded Navicat and MYSQL Workbench - in addition to the MYSQL server - to my windows box.
A client sent me a 120 meg script file with the create database/create tables/ insert into tables - the whole ball of yarn. But I can't figure out how to run the script to create the database (which I'll think connect to Access with an ODBC driver.
Does MYSQL allow multiple databases or is this just one big database with whatever objects you want so you only have virtual databases through relationships (if you want more than one set of logical data)?
Do I possibly have to configure something to avoid colliding with my IIS local host port?
Thanks for any help you can provide here!!!
A client sent me a 120 meg script file with the create database/create tables/ insert into tables - the whole ball of yarn. But I can't figure out how to run the script to create the database (which I'll think connect to Access with an ODBC driver.
Does MYSQL allow multiple databases or is this just one big database with whatever objects you want so you only have virtual databases through relationships (if you want more than one set of logical data)?
Do I possibly have to configure something to avoid colliding with my IIS local host port?
Thanks for any help you can provide here!!!