wiki.xw3.org

Welcome, this is not the xw3 project Wiki... But it is part of the xw3.org development infrastructure.

User Tools

Site Tools


mariadb

MariaDB

Add index to table

ALTER TABLE `users_table` ADD INDEX `ip_index` (`ip_column`)

Source: https://stackoverflow.com/questions/14419090/adding-index-to-column-in-mysql

mariadb.txt · Last modified: 2024-03-12 by hanez