Skip to content
View in the app

A better way to browse. Learn more.

ipsProArcade

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Database conversion

Featured Replies

Maybe someone know how make conversion database tables (easiest way) from MYisam to InnoDB ?

  • Author
50 minutes ago, Legionaire said:

In the next arcade release that should be done for you (crosses fingers)

 

You mean only arcade database tables or all tables ?

  • Author
1 hour ago, Legionaire said:

if you are talking about your IPS installation, it would be only the arcade tables as they are the only ones that are giving the error about innoDB

 

My all tables are MYISAM no one are InnoDB - and yes got notice in my admin cp about to change to InnoDB

  • Author
34 minutes ago, Legionaire said:

Have you upgraded to 4.6.x already ?

 

Yes - upgraded to 4.6.2 and all my tables in database is MYisam

  • Author
13 hours ago, Legionaire said:

That's odd, when I upgraded, all the tables for the IPS software were innoDB tables and all I had to do was change the ones for the arcade

 

Will try manually convert to InnoDB!

  • 2 weeks later...

Oh, that was LOADS of fun. I tried figuring out how to use the SQL interface for an easy way and gave up.

 

When I went to 4.6 it didn't upgrade any of the IPB tables, or maybe a few. So I went through one by one, a few at the time, and changed them to InnoDB. I notice it never shows any over head anymore, and I'm not having lags like I used to in the forum. It's been a week or so, so hopefully all will be well.

  • Author

If someone need check to see if any myISAM tables exist. ( Run this query). Replace ‘database’ with your database name.

 

SELECT TABLE_NAME,
 ENGINE
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = 'database' and ENGINE = 'myISAM'

 

Bonjour,

Voici comment je procède donc ci cela peut être utile.

Commande SQL:

 

Here is how I do it so it can be useful. SQL command:

 

SELECT CONCAT('ALTER TABLE ',table_schema,'.',table_name,' ENGINE=InnoDB;')
FROM information_schema.tables
WHERE 1=1
    AND engine = 'MyISAM'
    AND table_schema NOT IN ('information_schema', 'mysql', 'performance_schema');

 

Résultat:

2.thumb.png.3b73c11d210a956c989cd4caa2adfcec.png

 

Copier le résultat et coller le dans SQL

 

Copy the result and paste it in SQL

 

3.thumb.png.2ba1e8f08d615d2cee5b9f9e4a4980e4.png

 

Et voila toutes les tables trouvé au format MyISAM sont converti  vers InnoDB

 

And here are all the tables found in MyISAM format are converted to InnoDB

 

4.thumb.png.a019ecff26f3d4985fd8763131c18486.png

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Loading crossword puzzle. One moment please.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.