Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
centos:web_c7:mattermost [05.10.2017 20:57. ] djangocentos:web_c7:mattermost [22.07.2019 14:47. ] (aktuell) – [Links] django
Zeile 489: Zeile 489:
 Records: 0  Duplicates: 0  Warnings: 0 Records: 0  Duplicates: 0  Warnings: 0
  
-MariaDB [mattermost_db]> ALTER TABLE mattermost_db.ClusterDiscovery ENGINE=MyISAM;+MariaDB [mattermost_db]> ALTER TABLE mattermost_db.ClusterDiscovery ENGINE = MyISAM;
 Query OK, 0 rows affected (0.05 sec)                Query OK, 0 rows affected (0.05 sec)               
 Records: 0  Duplicates: 0  Warnings: 0 Records: 0  Duplicates: 0  Warnings: 0
  
-MariaDB [mattermost_db]> ALTER TABLE mattermost_db.ChannelMembers ENGINE=MyISAM;+MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Commands ENGINE = MyISAM;
 Query OK, 0 rows affected (0.05 sec)                Query OK, 0 rows affected (0.05 sec)               
 Records: 0  Duplicates: 0  Warnings: 0 Records: 0  Duplicates: 0  Warnings: 0
  
-MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Channels ENGINE=MyISAM;+MariaDB [mattermost_db]> ALTER TABLE mattermost_db.CommandWebhooks ENGINE = MyISAM;
 Query OK, 0 rows affected (0.02 sec)                Query OK, 0 rows affected (0.02 sec)               
 Records: 0  Duplicates: 0  Warnings: 0 Records: 0  Duplicates: 0  Warnings: 0
  
-MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Commands ENGINE=MyISAM;+MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Compliances ENGINE = MyISAM;
 Query OK, 0 rows affected (0.04 sec)                Query OK, 0 rows affected (0.04 sec)               
 Records: 0  Duplicates: 0  Warnings: 0 Records: 0  Duplicates: 0  Warnings: 0
  
-MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Compliances ENGINE=MyISAM; +MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Emoji ENGINE = MyISAM; 
 Query OK, 0 rows affected (0.04 sec)                Query OK, 0 rows affected (0.04 sec)               
 Records: 0  Duplicates: 0  Warnings: 0 Records: 0  Duplicates: 0  Warnings: 0
  
-MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Emoji ENGINE=MyISAM; +MariaDB [mattermost_db]> ALTER TABLE mattermost_db.FileInfo ENGINE = MyISAM; 
 Query OK, 0 rows affected (0.02 sec)                Query OK, 0 rows affected (0.02 sec)               
 Records: 0  Duplicates: 0  Warnings: 0 Records: 0  Duplicates: 0  Warnings: 0
  
-MariaDB [mattermost_db]> ALTER TABLE mattermost_db.IncomingWebhooks ENGINE=MyISAM;+MariaDB [mattermost_db]> ALTER TABLE mattermost_db.IncomingWebhooks ENGINE = MyISAM;
 Query OK, 0 rows affected (0.03 sec)                Query OK, 0 rows affected (0.03 sec)               
 Records: 0  Duplicates: 0  Warnings: 0 Records: 0  Duplicates: 0  Warnings: 0
  
-MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Licenses ENGINE=MyISAM;+MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Jobs ENGINE = MyISAM;
 Query OK, 0 rows affected (0.03 sec)                Query OK, 0 rows affected (0.03 sec)               
 Records: 0  Duplicates: 0  Warnings: 0 Records: 0  Duplicates: 0  Warnings: 0
  
-MariaDB [mattermost_db]> ALTER TABLE mattermost_db.OAuthAccessData ENGINE=MyISAM; +MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Licenses ENGINE = MyISAM; 
 Query OK, 0 rows affected (0.03 sec)                Query OK, 0 rows affected (0.03 sec)               
 Records: 0  Duplicates: 0  Warnings: 0 Records: 0  Duplicates: 0  Warnings: 0
  
-MariaDB [mattermost_db]> ALTER TABLE mattermost_db.OAuthApps ENGINE=MyISAM; +MariaDB [mattermost_db]> ALTER TABLE mattermost_db.OAuthAccessData ENGINE= MyISAM; 
 Query OK, 0 rows affected (0.03 sec)                Query OK, 0 rows affected (0.03 sec)               
 Records: 0  Duplicates: 0  Warnings: 0 Records: 0  Duplicates: 0  Warnings: 0
  
-MariaDB [mattermost_db]> ALTER TABLE mattermost_db.OAuthAuthData ENGINE=MyISAM; +MariaDB [mattermost_db]> ALTER TABLE mattermost_db.OAuthApps ENGINE = MyISAM; 
 Query OK, 0 rows affected (0.03 sec)                Query OK, 0 rows affected (0.03 sec)               
 Records: 0  Duplicates: 0  Warnings: 0 Records: 0  Duplicates: 0  Warnings: 0
  
-MariaDB [mattermost_db]> ALTER TABLE mattermost_db.OutgoingWebhooks ENGINE=MyISAM;+MariaDB [mattermost_db]> ALTER TABLE mattermost_db.OAuthAuthData ENGINE = MyISAM;  
 +Query OK, 0 rows affected (0.03 sec)                
 +Records: 0  Duplicates: 0  Warnings: 0 
 + 
 +MariaDB [mattermost_db]> ALTER TABLE mattermost_db.OutgoingWebhooks ENGINE = MyISAM;
 Query OK, 0 rows affected (0.05 sec)                Query OK, 0 rows affected (0.05 sec)               
 Records: 0  Duplicates: 0  Warnings: 0 Records: 0  Duplicates: 0  Warnings: 0
  
-MariaDB [mattermost_db]> ALTER TABLE mattermost_db.PasswordRecovery ENGINE=MyISAM;+ 
 +MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Posts ENGINE = MyISAM;
 Query OK, 0 rows affected (0.05 sec)                Query OK, 0 rows affected (0.05 sec)               
 Records: 0  Duplicates: 0  Warnings: 0 Records: 0  Duplicates: 0  Warnings: 0
  
-MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Posts ENGINE=MyISAM;  +MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Preferences ENGINE = MyISAM;  
-Query OK, 0 rows affected (0.07 sec)               +Query OK, 0 rows affected (0.63 sec)               
 Records: 0  Duplicates: 0  Warnings: 0 Records: 0  Duplicates: 0  Warnings: 0
  
-MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Preferences ENGINE=MyISAM; +MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Reactions ENGINE = MyISAM; 
 Query OK, 0 rows affected (0.63 sec)                Query OK, 0 rows affected (0.63 sec)               
 Records: 0  Duplicates: 0  Warnings: 0 Records: 0  Duplicates: 0  Warnings: 0
  
-MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Sessions ENGINE=MyISAM;+MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Sessions ENGINE = MyISAM;
 Query OK, 0 rows affected (0.07 sec)                Query OK, 0 rows affected (0.07 sec)               
 Records: 0  Duplicates: 0  Warnings: 0 Records: 0  Duplicates: 0  Warnings: 0
  
-MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Status ENGINE=MyISAM;+MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Status ENGINE = MyISAM;
 Query OK, 0 rows affected (0.35 sec)                Query OK, 0 rows affected (0.35 sec)               
 Records: 0  Duplicates: 0  Warnings: 0 Records: 0  Duplicates: 0  Warnings: 0
  
-MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Systems ENGINE=MyISAM; +MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Systems ENGINE = MyISAM; 
 Query OK, 3 rows affected (0.06 sec)                Query OK, 3 rows affected (0.06 sec)               
 Records: 3  Duplicates: 0  Warnings: 0 Records: 3  Duplicates: 0  Warnings: 0
  
-MariaDB [mattermost_db]> ALTER TABLE mattermost_db.TeamMembers ENGINE=MyISAM; +MariaDB [mattermost_db]> ALTER TABLE mattermost_db.TeamMembers ENGINE = MyISAM; 
 Query OK, 0 rows affected (0.18 sec)                Query OK, 0 rows affected (0.18 sec)               
 Records: 0  Duplicates: 0  Warnings: 0 Records: 0  Duplicates: 0  Warnings: 0
  
-MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Teams ENGINE=MyISAM; +MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Teams ENGINE = MyISAM;  
 +Query OK, 0 rows affected (0.03 sec)                
 +Records: 0  Duplicates: 0  Warnings: 0 
 + 
 +MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Tokens ENGINE = MyISAM;  
 +Query OK, 0 rows affected (0.03 sec)                
 +Records: 0  Duplicates: 0  Warnings: 0 
 + 
 +MariaDB [mattermost_db]> ALTER TABLE mattermost_db.UserAccessTokens ENGINE = MyISAM; 
 Query OK, 0 rows affected (0.03 sec)                Query OK, 0 rows affected (0.03 sec)               
 Records: 0  Duplicates: 0  Warnings: 0 Records: 0  Duplicates: 0  Warnings: 0
  
-MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Users ENGINE=MyISAM;+MariaDB [mattermost_db]> ALTER TABLE mattermost_db.Users ENGINE = MyISAM;
 Query OK, 0 rows affected (0.03 sec)                Query OK, 0 rows affected (0.03 sec)               
 Records: 0  Duplicates: 0  Warnings: 0 Records: 0  Duplicates: 0  Warnings: 0
Zeile 1025: Zeile 1038:
  
  
-~~DISCUSSION~~ 
  • centos/web_c7/mattermost.1507237045.txt.gz
  • Zuletzt geändert: 05.10.2017 20:57.
  • von django