mariadb
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
mariadb [2024-03-12] – removed - external edit (Unknown date) 127.0.0.1 | mariadb [2025-03-18] (current) – ↷ Page moved from user:hanez:mariadb to mariadb hanez | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== MariaDB ====== | ||
+ | ===== Add index to table ===== | ||
+ | |||
+ | < | ||
+ | ALTER TABLE `users_table` ADD INDEX `ip_index` (`ip_column`) | ||
+ | </ | ||
+ | |||
+ | Source: [[https:// |