How to install a MySQL database - MariaDB - on a RaspberryPi - Programming for the Web

Опубликовано: 27 Октябрь 2024
на канале: jlavelle.uk
1,991
17

How to install a MySQL database, specifically MariaDB which is a fork of MySQL, on a RaspberryPi. The commands are the same for MySQL just substitute mysql for mariadb

Thanks for watching and please don't forget to "Like" and "Subscribe".

Advertisement:
Earn up to $30 per 1000 clicks : https://linkvertise.net/ac/18643 (*)


COMMANDS & LINKS:

Install MariaDB: sudo apt-get install mariadb-server mariadb-client
Secure MariaDB/MySQL: sudo mysql_secure_installation

To install MySQL use the following command:
sudo apt-get install mysql-server mysql-client

==========================

MY LINKS:

Internet development: http://jlavelle.uk
Visual Accounts: https://visualaccounts.co.uk
If you found the video useful, become a Patron:   / jlavelle  

NOTES:

I tend to make the videos "on the fly", there's no script and everything is done from memory with just a few notes to jog the "old, grey cells". I do apologise for the umms, ahhs, erms, and pregnant pauses in the video - men tend not to be quite as good at multi-tasking :D .

I will, when possible, copy and paste commands to make the videos a little quicker and so as to not waste your time.


BIO:

John has been working with computers for longer than he cares to remember. John trained as a Systems Analyst/Programmer, has also worked as a Systems Administrator on Windows Servers and Workstations and has been dabbling with Linux since the mid 1990s.

Along the way John has learnt and used COBOL, C, C++, Visual Basic, Delphi, PHP (HTML, CSS, JavaScript etc.), SQL, various Scripting languages and some proprietary database languages. John wrote his first website in early 1996 using Windows Notepad (no IDEs were available then) and, later, started using HotDog before moving to Dreamweaver then to NetBeans and Atom.

John, now, is freelance and develops software solely for the internet. John uses both Windows and Linux daily and develops web software in both environments using PHP, HTML, CSS (Sass & Less), SQL, JavaScript and various frameworks as the project dictates.