Hi there.
I am trying to find out if its possible to have two databases running at the same time, one using innodb and another using MyISAM.
an existing database exists that is completely MyISAM. I am trying to create another that uses innoDB (as the tables require foreign keys)
I am trying to find out if its possible to have two databases running at the same time, one using innodb and another using MyISAM.
an existing database exists that is completely MyISAM. I am trying to create another that uses innoDB (as the tables require foreign keys)