Sunday, May 15, 2016

MySQL - Import and Unknown collation: 'utf8mb4_unicode_ci

Unknown collation: 'utf8mb4_unicode_ci' and the import fails. Solution 1) Click the "Export" tab for the database2) Click the "Custom" radio button3) Go the section titled "Format-specific options" and change the dropdown for "Database system or older MySQL server to maximize output compatibility...

Thursday, May 12, 2016

How to show or change your Git username or email address

Git user FAQ: How do I show or change my Git username (or email address)? How to show your Git username There are several ways to show your Git username. One way is with the "git config" command, like this: git config user.name which in my case returns: Alvin Alexander Another way to show...