MariaDB: Difference between revisions

Removed unnecessary html codes, changed old MySQL section from MariaDB to MySQL and added warnings
m Added padding to warning boxes
Line 38: Line 38:
=== InnoDB separate tables ===
=== InnoDB separate tables ===


<div style="background:#FFEEEE;border:1px solid #FF0000;">
<div style="background:#FFEEEE;border:1px solid #FF0000;padding-left:5px;padding-right:5px;padding-bottom:5px;padding-top:5px;">
'''MariaDB does not use the InnoDB storage engine by default. If you are using MariaDB with standard settings, these settings will have no effect and so don't need to be changed.'''
'''MariaDB does not use the InnoDB storage engine by default. If you are using MariaDB with standard settings, these settings will have no effect and so don't need to be changed.'''
</div>
</div>
Line 78: Line 78:
=== Binary logging ===
=== Binary logging ===


<div style="background:#FFEEEE;border:1px solid #FF0000;">
<div style="background:#FFEEEE;border:1px solid #FF0000;padding-left:5px;padding-right:5px;padding-bottom:5px;padding-top:5px;">
'''MariaDB does not use binary logging or replication by default. If you are using MariaDB with standard settings, these settings will have no effect and so don't need to be changed.'''
'''MariaDB does not use binary logging or replication by default. If you are using MariaDB with standard settings, these settings will have no effect and so don't need to be changed.'''
</div>
</div>