Questions tagged as 'myisam'

1
answer

Pass tables from MyISAM to InnoDB in MySQL

I have a database that stores content from several years ago in various tables. All the tables are currently in MyISAM and I want to pass them all to InnoDB . How could I do it without risk of data loss? I do not put what I...
asked by 17.01.2018 / 19:01
1
answer

INNER JOIN between InnoDB and MyISAM tables

I am developing a database, therefore some tables will have MyISAM Storage Engine and other InnoDB. My question is this: are there problems when performing INNER JOIN with tables that handle different Storage Engine?     
asked by 10.12.2017 / 03:14
3
answers

MySQL storage engine (MyISAM to INNODB)

I have a hosting on GoDaddy, I was testing, perform some tests with (begin, rollback, commit) transactions, which had no effect. I was investigating and I realized that "MyISAM" does not allow transactions, so I assumed that the storage e...
asked by 09.06.2018 / 06:14