Reader beware: There are a lot of unpolished ideas here. Half baked thoughts, loosely connected associations, uninformed (but slowly becoming fully formed) opinions, pages waiting to be filled, and bullet points abound.

Export a Database in MySQL

sudo mysqldump -u <user> -p <schema> > backup.sql

Sometimes you need to add the PROCESS privilege to a user.

Notes mentioning this note

Leave a Comment