Sometimes you would want to export your MySQL data, but on a specific number of columns only.
For example, you have a users table that has has more than two columns (firstname, lastname, username, password, etc.) and you only want to export the user's names and usernames.
In short you are exporting only two columns from your users table, and PhpMyAdmin can help us with that.
Here's how to do
↧