找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 3815|回复: 12

[mysql相关的讨论] 求个带innodb引擎的x86 mysql-server ipk包

[复制链接]
发表于 2016-12-12 15:02 | 显示全部楼层 |阅读模式
本帖最后由 thingsfly 于 2016-12-18 14:51 编辑

openwrt官方mysql-server包不带innodb引擎,某些网页应用无法使用,比如owncloud9.1.2,不知道有没有哪位大神手头上有编译过的带innodb引擎的ipk包?搜索了好久都没有找到很好的解决方案。如何才能正确编译呢?请各路大神不吝赐教。
我的恩山、我的无线 The best wifi forum is right here.
发表于 2016-12-12 15:25 来自手机 | 显示全部楼层
mark......
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2016-12-12 18:17 | 显示全部楼层
本帖最后由 thingsfly 于 2016-12-18 14:51 编辑

遍寻网络不得其解,期待高手解救……
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2016-12-14 08:46 来自手机 | 显示全部楼层
沉了沉了……
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2016-12-14 11:24 | 显示全部楼层
mysql 居然运行在路由器上吗

点评

x86上跑啊666…………  详情 回复 发表于 2016-12-15 00:01
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2016-12-15 00:01 来自手机 | 显示全部楼层
leniter 发表于 2016-12-14 11:24
mysql 居然运行在路由器上吗

x86上跑啊666…………

点评

哥们,还是专门搞一台服务器来运行的好,不然会死得快  详情 回复 发表于 2016-12-15 09:40
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2016-12-15 09:40 | 显示全部楼层
thingsfly 发表于 2016-12-15 00:01
x86上跑啊666…………

哥们,还是专门搞一台服务器来运行的好,不然会死得快
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2016-12-16 09:28 来自手机 | 显示全部楼层
没人折腾x86了吗?

点评

这个不难吧,如果你能自己编译那就很好办,找到packages/utils/mysql/Makefile ,在 CONFIGURE_ARGS += \ --enable-shared \ --enable-static \ --enable-thread-safe-client \ --disable-assembler \ --  详情 回复 发表于 2016-12-21 16:21
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2016-12-21 16:21 | 显示全部楼层
thingsfly 发表于 2016-12-16 09:28
没人折腾x86了吗?

这个不难吧,如果你能自己编译那就很好办,找到packages/utils/mysql/Makefile ,在
CONFIGURE_ARGS += \
        --enable-shared \
        --enable-static \
        --enable-thread-safe-client \
        --disable-assembler \
        --with-pthread \
        --with-server \
        --without-mysqlmanager \
        --with-mysqld-user=root \
        --with-unix-socket-path=/tmp \
        --without-libwrap \
        --with-low-memory \
        --without-embedded-server \
        --without-query-cache \
        --without-ssl \
        --without-docs \
        --without-man \
        --without-readline \
        --without-debug \
后面加上
        --with-plugins=innodb_plugin,innobase \
然后重新编译。

mysql的configure文件说得很明白

  --with-plugins=PLUGIN[[[,PLUGIN..]]]
                          Plugins to include in mysqld. (default is: none)
                          Must be a configuration name or a comma separated
                          list of plugins.
                          Available configurations are: none max max-no-ndb
                          all.
                          Available plugins are: partition daemon_example
                          ftexample archive blackhole csv example federated
                          heap innobase innodb_plugin myisam myisammrg
                          ndbcluster.

实测编译通过

点评

终于看到传说中的大婶出现了!!非常感谢……  详情 回复 发表于 2016-12-23 22:46
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2016-12-23 22:46 | 显示全部楼层
prohy 发表于 2016-12-21 16:21
这个不难吧,如果你能自己编译那就很好办,找到packages/utils/mysql/Makefile ,在
CONFIGURE_ARGS +=  ...

终于看到传说中的大婶出现了!!非常感谢……
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2017-10-20 18:49 | 显示全部楼层
正遇到这个问题,学习了!
在测试中
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-1-15 10:14 | 显示全部楼层
你好,我现在也遇到这样的问题。请问你是否解决了。能否发我一份
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-2-20 21:23 | 显示全部楼层
我觉得路由器上还是乖乖跑 SQLite 靠谱,或者你 x86 搞虚拟化装个 Linux 或 BSD 的系统做 Server。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-20 23:47

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表