Installing MySQL 8 on Ubuntu Server
MySQL is an open-source relational database management system. Its name is a combination of "My", the name of co-founder Michael Widenius's daughter, and "SQL", the abbreviation for Structured Query Language.…
MySQL is an open-source relational database management system. Its name is a combination of "My", the name of co-founder Michael Widenius's daughter, and "SQL", the abbreviation for Structured Query Language.…
MySQL allow us to restrict users to certain scopes or domains. For example, by default root user can only be used if you attempt to connect to the server using…
Here's a compact list of possible commands. Pick the one you like the most. a) fdisk -l // Pick the one that works best for you a) $ fdisk -l…
Let's go straight for it: $ ip link show This should output something like this: Notice: lo and ens18 are my network interfaces. Names in your case might differ from…
Here's what you need to configure a failover ip in your server's Virtual machine running Ubuntu >= 18. You need to by a server (mine is hosted by online.net -…
Windows - Setup a SSH Keys using PuTTy - A guide that walks you through the process of generating your key, installing it on github and setting up your putty…
When it comes to name or describe tasks or actions, things can get difficult. Commit messages are no exception and are an important reference for any development team. Keeping that log…
Hey guys. In order to keep your resources safe I suggest you to backup the following folder: /Library/Application\ Support/appsolute If you are looking for database files, you can find them…
Let's go straight into the subject: Shut down your VM Delete any Snapshots you might have done on the past Go to VM settings, Disk Drive Hit the button to…
It's quite frustrating when something unexpectedly stops working, right? There are many topics out there on the subject but for some reason they don't seem to work as expected. So let's understand…