T
T
Theory Theory2020-09-04 05:11:01
MySQL
Theory Theory, 2020-09-04 05:11:01

Where are mysql indexes loaded?

Created an index:

ALTER TABLE news ADD FULLTEXT INDEX idx_content (content)


But where can I find these indexes? I didn't find it in the etc/mysql folder. I just need it to understand

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin Tsvetkov, 2020-09-04
@Narbek

select @@datadir

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question