Your Own Server: Difference between revisions

2 bytes removed ,  21:01, 25 July 2022
m
Line 192: Line 192:
MySQL database software is controlled by Oracle and not made available for inclusion in Raspberry Pi repository.
MySQL database software is controlled by Oracle and not made available for inclusion in Raspberry Pi repository.


MariaSQL is an alternative that has largely similar command syntax so is likely to work with code (like MX) designed to work with MySQL. Since the MX developer (Mark Crossley) actually uses Maria DB, we can have plenty of confidence it is suitable.  
MariaDB is an alternative that has largely similar command syntax so is likely to work with code (like MX) designed to work with MySQL. Since the MX developer (Mark Crossley) actually uses MariaDB, we can have plenty of confidence it is suitable.  


To install this database server, we type <code>sudo apt install mariadb-server php-mysql -y</code>.
To install this database server, we type <code>sudo apt install mariadb-server php-mysql -y</code>.