nixCraft Linux / UNIX Newsletter

Link to [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format

Where does MySQL/MariaDB stored the data in my harddisk on Linux/Unix?

Posted: 07 Aug 2017 06:02 PM PDT

I am a new MySQL user on Unix-like systen. Where are my mysql/mariadb database and table files are stored in a UNIX or Linux operating systems? Where does MySQL stored the data in my harddisk? How do I find out the location?

Linux / UNIX: Bash Script Sleep or Delay a Specified Amount of Time

Posted: 07 Aug 2017 06:00 PM PDT

How do I pause for 5 seconds or 2 minutes in my bash shell script on a Linux or Unix-like systems? How do I pause my shell script for five second before continuing (timeout)?