WordPress database error: [Disk full (/tmp/#sql-temptable-1-0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW COLUMNS FROM `wp_cptch_whitelist` LIKE 'ip_from_int'

WordPress database error: [Disk full (/tmp/#sql-temptable-1-0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_options`

GIT: Useful commands – My Personal Blog

GIT: Useful commands

Some useful commands to begin with:

Ignoring changes (ie. autogenerated):

$ git update-index --assume-unchanged $(git ls-files po m4)

Create and switch to new branch:

$ git checkout -b new_branch

Switch to another branch:

$ git checkout master

Branch list:

$ git branch

Change default log editor:

$ git config --global core.editor pico

Leave a Reply

Your email address will not be published. Required fields are marked *

WordPress database error: [Disk full (/tmp/#sql-temptable-1-0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW COLUMNS FROM `wp_cptch_whitelist` LIKE 'ip_from_int'

WordPress database error: [Disk full (/tmp/#sql-temptable-1-0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_options`