首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏软件工程师Michael

    MySql企业版Percona-Server部署方案

    Percona官方文档:https://www.percona.com/downloads/Percona-Server-LATEST/#

    2K40编辑于 2022-02-26
  • 来自专栏GreatSQL出品技术文章

    MySQL源码分析之SQL函数执行

    /sql/sql_parse.cc:1978) 15 do_command(THD * thd) (/home/bob/work/percona-server/sql/sql_parse.cc:1426 :307) 17 pfs_spawn_thread(void * arg) (/home/bob/work/percona-server/storage/perfschema/pfs.cc:2899) /sql/sql_parse.cc:1978) 13 do_command(THD * thd) (/home/bob/work/percona-server/sql/sql_parse.cc:1426 :307) 15 pfs_spawn_thread(void * arg) (/home/bob/work/percona-server/storage/perfschema/pfs.cc:2899) /sql/sql_parse.cc:1978) 12 do_command(THD * thd) (/home/bob/work/percona-server/sql/sql_parse.cc:1426

    1.1K71编辑于 2023-02-23
  • 来自专栏GreatSQL出品技术文章

    MySQL 存储过程运行的内存管理

    fields=0x7fff400fadd0, ref_item_array=..., is_ora_update_set=false) at /home/wuyy/greatdb/gitmerge/percona-server (this=0x7fff400fadc8, thd=0x7fff40001060, insert_field_list=0x0) at /home/wuyy/greatdb/gitmerge/percona-server in Sql_cmd_dml::prepare (this=0x7fff400fc4d0, thd=0x7fff40001060) at /home/wuyy/greatdb/gitmerge/percona-server in Sql_cmd_dml::execute (this=0x7fff400fc4d0, thd=0x7fff40001060) at /home/wuyy/greatdb/gitmerge/percona-server in mysql_execute_command (thd=0x7fff40001060, first_level=true) at /home/wuyy/greatdb/gitmerge/percona-server

    2.1K40编辑于 2023-02-23
  • 来自专栏程序猿的大杂烩

    安装Percona Server数据库(in CentOS 8)

    r53e606f-el8-x86_64-bundle.tar 将Percona Server的压缩包按照如下命令进行解压缩: [root@localhost /usr/local/src]# mkdir Percona-Server [root@localhost /usr/local/src]# tar -xvf Percona-Server-8.0.18-9-r53e606f-el8-x86_64-bundle.tar -C Percona-Server # 解压并将解压后的文件存放至 Percona-Server 目录 [root@localhost /usr/local/src]# ls Percona-Server # 解压后,就是一堆的.rpm 可以到以下网址获取下载链接: https://pkgs.org/download/jemalloc 进入新建的Percona-Server目录,下载jemalloc的rpm包: [root@localhost /usr/local/src]# cd Percona-Server [root@localhost /usr/local/src/Percona-Server]# wget http://rpms.remirepo.net

    1.8K20发布于 2020-09-23
  • 来自专栏「3306 Pai」社区

    新功能简介|MySQL8.0数据查询脱敏

    community-blog/2019/12/13/percona-server-for-mysql-8-0-new-data-masking-feature/ https://www.percona.com/doc/percona-server community-blog/2019/12/13/percona-server-for-mysql-8-0-new-data-masking-feature/ https://www.percona.com/doc/percona-server

    2K10发布于 2020-02-17
  • 来自专栏大大刺猬

    [MYSQL] mysql 8.0.36 社区版 安装percona审计插件

    如果还要根据规则阻止连接的话, 可以看audit-log-filter安装和配置安装我们只需要审计插件, 所以下载mini版的percona-server即可. using-the-percona-audit-logging-plugin-on-mysql-community-8-0-x/https://dev.mysql.com/doc/refman/8.0/en/plugin-loading.htmlhttps://docs.percona.com/percona-server

    1.9K10编辑于 2024-07-15
  • 来自专栏技术杂记

    日志服务器(2)

    Please report any problems at https://bugs.launchpad.net/percona-server/+filebug The latest information about Percona Server is available on the web at http://www.percona.com/software/percona-server Support CREATE FUNCTION murmur_hash RETURNS INTEGER SONAME 'libmurmur_udf.so'" See http://www.percona.com/doc/percona-server

    1.3K20发布于 2021-10-19
  • 来自专栏DBA 平台和工具

    PERCONA 8.0 新增kill_idle_transaction参数

    参加官方文档:https://docs.percona.com/percona-server/8.0/kill-idle-trx.html场景:update t1 set cid=200 where id

    31110编辑于 2023-12-01
  • 来自专栏DBA 平台和工具

    在Haproxy负载均衡模式下,Percona8.0可以得到后端Java/PHP应用程序的真实IP

    参考: https://docs.percona.com/percona-server/8.0/proxy-protocol-support.html#proxy_protocol_networks

    40110编辑于 2024-01-23
  • 来自专栏GreatSQL出品技术文章

    MySQL 的prepare使用中的bug解析过程

    at /home/wuyy/greatdb/gitmerge/percona-server/sql/sql_prepare.cc:2447 2447 bool Prepared_statement::set_name MySQLd" hit Breakpoint 2, MySQL_sql_stmt_execute (thd=0x7fff2c002688) at /home/wuyy/greatdb/gitmerge/percona-server

    94730编辑于 2022-05-07
  • 来自专栏Tacc

    CentOS 7 安装Percona Mysql Server

    rpm -ivh Percona-Server-client-55-5.5.35-rel33.0.611.rhel6.x86_64.rpm 或者使用rpm -ivh * 即可安装 十一、参考博文 1、Percona-server 下载地址:http://distfiles.macports.org/percona/ 2、Percona-server及Percona-server-client软件包下载地址:(等资料上传审核通过后更新

    72810编辑于 2022-01-11
  • 来自专栏数据库相关

    Percona8.0.17的数据屏蔽插件的使用

    dev.mysql.com/doc/mysql-security-excerpt/8.0/en/data-masking-installation.html https://www.percona.com/doc/percona-server

    64920发布于 2020-02-14
  • 来自专栏DBA随笔

    MySQL中的too many connections错误

    但是有一个前提,你的服务要是Percona-server的,如果你使用的官方版本的MySQL,那这个办法是行不通的,据说MariaDB也可以使用这个办法,没有测试过,不太懂,有兴趣的可以测一测。 以上所述,是Percona-Server官网上的描述,可以通过另外2个参数来实现连接池占用完之后的登陆问题: mysql:(none) 22:12:51>>show variables like '%extra 如果使用Percona-Server或者MariaDB: 可以尝试提前配置extra_port来防止出现连接数被占满的情况。

    3.5K20发布于 2019-11-06
  • 来自专栏「3306 Pai」社区

    赞,Percona一天内放出二个版本

    Statistics Yes No Enhanced SHOW ENGINE INNODB STATUS Yes No 更多详细信息请看 https://www.percona.com/doc/percona-server

    85520发布于 2018-12-05
  • 来自专栏技术杂记

    使用XtraBackup创建mysql slave2

    Please report any problems at https://bugs.launchpad.net/percona-server/+filebug The latest information about Percona Server is available on the web at http://www.percona.com/software/percona-server Support CREATE FUNCTION murmur_hash RETURNS INTEGER SONAME 'libmurmur_udf.so'" See http://www.percona.com/doc/percona-server

    54820编辑于 2022-05-04
  • 来自专栏MySQL修行 | 老叶茶馆

    Percona 8.0.30中"show engine innodb status"导致coredump排查及分析

    异常崩溃 GreatSQL合并Percona-Server 8.0.30的Beta版测试中,QA报了一个crash的bug: ########### bug list ########## benchmarksql Release notes review 既然已明确是Percona-Server的bug,那就先到MySQL和Percona官网看新版本release note有没有和"show engine innodb (https://docs.percona.com/percona-server/8.0/release-notes/8.0.31-23.html#bug-fixes) 但release notes list中看到多了一个8.0.30-update:其中有一个bugfix涉及到"show engine innodb status" (https://docs.percona.com/percona-server

    48010编辑于 2023-09-01
  • 来自专栏「3306 Pai」社区

    「3306π」帮你总结MySQL学习资源

    Percona Server for MySQL: https://www.percona.com/software/mysql-database/percona-server ?

    1.2K10发布于 2019-03-11
  • 来自专栏魔王卷子的专栏

    MySQL 重置密码

    8.0/en/ Conflicts with: mariadb (because mysql, mariadb, and percona install the same binaries) percona-server

    5.9K30编辑于 2022-02-15
  • 来自专栏idba

    MySQL add/drop字段时报主键冲突

    id=76895 https://bugs.launchpad.net/percona-server/+bug/1445589 关联知识 innodb_online_alter_log_max_size

    5.5K21发布于 2019-10-13
  • 来自专栏技术杂记

    mysql 5.1升级到5.62

    CREATE FUNCTION murmur_hash RETURNS INTEGER SONAME 'libmurmur_udf.so'" See http://www.percona.com/doc/percona-server

    32910编辑于 2022-04-16
领券