I was installing Magento (E-commerce platform) on my Raspberry Pi 3 (Raspbian Pixel), which I used as a server.
I have installed PHP5, MySQL-Server v5.5. But Magento requires version 5.6.0 or higher of MySQL server, I am unable to update it through apt-get command. also there is no build on official site for ARM architecture (Debian, Jessie).
Please help me upgrading MySQL server. If compiling the source code is the only way, guide me how-to.
Thank You