Quantcast
Channel: The Code of a Ninja
Viewing all articles
Browse latest Browse all 100

PhpMyAdmin Export Columns

$
0
0
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

Viewing all articles
Browse latest Browse all 100

Trending Articles