Quantcast
Channel: Mattermost Discussion Forums - Latest posts
Viewing all articles
Browse latest Browse all 26671

How login on mysql

$
0
0

To export a database in MySQL you need to do this:

Assuming your MySQL username is USERNAME and your database name is DATABASE.

Then export your database by typing this:

mysqldump -u USERNAME -p DATABASE > DATABASE.sql


Viewing all articles
Browse latest Browse all 26671

Trending Articles