Questions tagged [mysql]

an open source relational database management system using Structured Query Language (SQL).

Is part of the LAMP software stack ("Linux, Apache, MySQL, Perl/PHP/Python") is MySQL a popular choice of database for use in web applications/servers.

100 questions
3
votes
1 answer

Installing Mysql 8 on a Raspberry Pi 3 B+

Has anyone had success installing Mysql 8 on a RPI? Mysql 8 has json_table function and I would love to use that to insert records in bulk. I have looked around but cannot find a mysql 8 installer for debian arm.
Steve Lloyd
  • 177
  • 1
  • 8
2
votes
1 answer

Install MariaDB 10.2 on Raspbian Stretch

How (if at all) can I install MariaDB 10.2 on Raspbian Stretch? I'm using the November 2017 version of Stretch Lite. I found some instructions on how to install on Debian 9 (which I realise isn't the same thing) here:…
Dan McCoy
  • 173
  • 1
  • 2
  • 5
1
vote
2 answers

Can`t install mysql-server on my Raspberry Pi running Stretch

My Raspberry Pi 3b running Raspbian Stretch with desktop, Release 2017-09-07. I want to install the "LAMP" on my Raspberry Pi. I successfully install apache2 and PHP, and went on to install the mysql-server when the problem appeared. I got this…
Gwanyu Chu
  • 11
  • 1
  • 2
1
vote
2 answers

Raspberry PI 2: Installing mysql-server

I'm trying to install MySQL on a raspberry PI 2. First I tried the obvious and just ran: (sudo apt-get install mysql-server). That ultimately fails, looking like this: -----NOTE----- The picture below shows that MySQL-server is already installed…
Nathan Thomas
  • 21
  • 1
  • 1
  • 5