MySQL Install: ERROR: Failed to build gem native extension

前端 未结 14 1769
天涯浪人
天涯浪人 2020-11-28 19:23

I\'m trying to get MySQL installed to the latest version due to some installation going wrong somewhere along the line. I run the command gem install mysql and

14条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-28 20:14

    If you use Percona Mysql server

    $ yum install Percona-Server-devel-55

    $ gem install mysql

提交回复
热议问题