wiki.xw3.org

Welcome to the xw3 Wiki! Powered by hanez

User Tools

Site Tools


mariadb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
mariadb [2025-03-18] – removed - external edit (Unknown date) 127.0.0.1mariadb [2025-03-18] (current) – ↷ Page moved from user:hanez:mariadb to mariadb hanez
Line 1: Line 1:
 +====== MariaDB ======
  
 +===== Add index to table =====
 +
 +<code>
 +ALTER TABLE `users_table` ADD INDEX `ip_index` (`ip_column`)
 +</code>
 +
 +Source: [[https://stackoverflow.com/questions/14419090/adding-index-to-column-in-mysql]]