Dear Community I am trying to install MySQL 5.6 on a Raspberry PI 3B.?? Using my normal procedure by downloading the yum repo rpm and installing MySQL through that is not working.? There is no rpm information for arm7. Can anyone please point me in a direction where I can find a procedure on how to install MySQL 5.6 on Centos 7 running on a PI3? Kind Regards, Leon
On 06/03/2017 08:19 AM, Leon Vergottini wrote:> Dear Community > > > > I am trying to install MySQL 5.6 on a Raspberry PI 3B. Using my normal procedure by downloading the yum repo rpm and installing MySQL through that is not working. There is no rpm information for arm7. > > > > Can anyone please point me in a direction where I can find a procedure on how to install MySQL 5.6 on Centos 7 running on a PI3?CentOS 7 uses mariadb, not mysql. The version available in the repo should be 5.5.52. If Oracle builds mysql for armv7hl (armhfp), binaries might be available from them. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20170603/b8d3c676/attachment.sig>
On 06/03/2017 08:52 AM, Johnny Hughes wrote:> On 06/03/2017 08:19 AM, Leon Vergottini wrote: >> Dear Community >> >> >> >> I am trying to install MySQL 5.6 on a Raspberry PI 3B. Using my normal procedure by downloading the yum repo rpm and installing MySQL through that is not working. There is no rpm information for arm7. >> >> >> >> Can anyone please point me in a direction where I can find a procedure on how to install MySQL 5.6 on Centos 7 running on a PI3? > CentOS 7 uses mariadb, not mysql. The version available in the repo > should be 5.5.52. > > If Oracle builds mysql for armv7hl (armhfp), binaries might be available > from them. >Any more questions should be taken to: https://lists.centos.org/mailman/listinfo/arm-dev Are you using the armx64 build or armv7hl (32) build? I use mariadb with the armv7hl build.