How to export a table in CSV along with column names in PHPMYADMIN

I am trying to export a user table to CSV format using PHPMYADMIN, but I only get entries, not coloumn names. So how to do this? I am trying to import CSV, but it needs coloumn names, so I want to have csv with column names!

+4
source share
1 answer

where do you load the table in csv

just click "put the column name in the first row". See below image

enter image description here

+8
source

Source: https://habr.com/ru/post/1607972/


All Articles