MYSQL Dump from Command Line

Upated Instruction 1/31/2019 Basic mysqldump command. The -p flag will prompt you for your password later. Fill in the example_text with your info. mysqldump -u user_name -p database_name > desired_file_name.sql To dump a database from a remote database host you … Continued

Stuck in Command Line

Have you ever been working in terminal, made a typo on a commanded, hit return and got stuck? It’s ok it happens to everyone. If you are running Ubuntu, or really for most terminals and Linux based operating systems simply … Continued

Nano Editor Cheat Sheet

• Ctrl+X Exit the editor. If you’ve edited text without saving, you’ll be prompted as to whether you really want to exit. • Ctrl+O Write (output) the current contents of the text buffer to a file. A filename prompt will … Continued