Changes between Initial Version and Version 1 of Ticket #54729, comment 8


Ignore:
Timestamp:
Nov 22, 2017, 7:47:31 AM (6 years ago)
Author:
vnyx
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54729, comment 8

    initial v1  
    55I was also able to build from source. Here is my script after downloading the source. I was testing Mariasb 10.2. It will install in /usr/local/mysql.
    66
     7
     8{{{
    79#!/bin/sh
    810
     
    2325sudo make install
    2426
     27
     28}}}