怎么建mysql数据库

_相关内容

数据库RDS MySQL版主实例与只读实例之间存在复制...

问题描述 云数据库RDS MySQL版主实例与只读实例之间存在复制延迟。问题原因 原因一:执行过涉及数据量较大的DDL语句。涉及数据量较大的DDL语句可能会产生大量的临时数据表,并且DDL语句通常是单线程执行的,所以速度比较慢,例如 optimize ...

RDS中数据丢失的恢复方法

概述 本文主要讲述RDS中数据丢失的恢复方法。详细信息 阿里云提醒您:如果您对实例或数据有修改、变更等风险操作,务必注意实例的容灾、容错能力,确保数据安全。如果您对实例(包括但不限于ECS、RDS)等进行配置与数据...适用于 云数据库RDS

导出MySQL慢日志数据至本地

概述 本文主要介绍如何将MySQL慢日志数据导出到本地。详细信息 阿里云提醒您:如果您对实例或数据有修改、变更等风险操作,务必注意实例的容灾、容错能力,确保数据安全。如果您对实例(包括但不限于ECS、RDS)等进行...适用于 云数据库RDS

RDS数据库有大量不明连接

问题描述 RDS数据库有大量不明连接 问题原因 实例配置有DTS等订阅工具 系统账号连接 白名单限制不够精细化,存在外部连接 解决方案 1、先执行show processlist看下来源IP以及用户,判断是否是系统账号。账号名称 说明 root(MySQL 5.7以上...

使用RDS MySQL读写分离功能后查询语句被路由到主实例

概述 当您使用RDS MySQL读写分离功能时,遇到查询语句被路由到主实例,且主实例QPS比只读实例高的情况,请参见文本排查该问题。详细信息 阿里云提醒您:如果您对实例...相关文档 更多读写分离介绍请参见如下文档:读写分离 适用于 云数据库RDS

Restore data from a ...MySQL instance in the Ubuntu ...

socket=var/lib/mysql/mysql.sock Run the following SQL statement to refresh the database permission table:flush privileges;Run the following SQL statements to set the username and password.set PASSWORD FOR 'root'@'127.0.0.1...

No data available for slow logs of RDS MySQL ...

Problem description Apsaradb RDS for MySQL instances have no data in the slow log details and slow log statistics.Therefore,you cannot query slow logs or generate slow log.Cause mysql.slow_log table damage RDS for MySQL ...

The size of MySQL Query table files

Overview This topic describes how to use MySQL to query table file sizes.Detail Alibaba Cloud reminds you that:Before you perform operations that may cause risks,such as modifying instance configurations or data,we ...

How to build a secondary RDS Database on an ECS ...

Overview This article describes how to build a backup database on an ECS instance by using the physical backup files of RDS MySQL 5.6/5.7.Detail Alibaba Cloud reminds you that:Before you perform operations that may cause ...

The RDS MySQL instance is locked because the disk ...

you cannot directly release the physical storage.Applicable to RDS MySQL 5.6 instances,RDS MySQL 5.7 instances,and RDS MySQL 8.0 instances Method 1:upgrade the disk space to unlock the instance.After unlocking the instance...

Apsaradb for MySQL read/write splitting

Overview This topic describes how to read/write splitting to apsaradb RDS for MySQL instances.Detail The MySQL instance read/write splitting involves the following knowledge points.Transactions and stored procedure are ...

Table creation error on apsaradb RDS for MySQL ...

check the manual.You have to change some columns to TEXT or BLOBs.Cause There are restrictions when creating a table in a MySQL database.For more information,see MySQL documentation.The length of each field cannot exceed ...

RDS MySQL 8.0"/tmp/sql1a324_1 f4 a_8b' is full...

tmp_mem_storage_engine parameter,for more information,see MySQL official website.Note:you can run the SHOW GLOBAL VARIABLES LIKE 'internal_tmp_mem_storage_engine' statement on the database to check whether the parameter ...

How do I view the lock information of a MySQL ...

Overview This topic describes how to view the locks of MySQL databases.Procedure Alibaba Cloud reminds you that:Before you perform operations that may cause risks,such as modifying instance configurations or data,we ...

an Waiting for an event from ...apsaradb for MySQL

Overview When apsaradb for MySQL is used,a Waiting for an event from Coordinator thread is detected in the session.Detail Alibaba Cloud reminds you that:Before you perform operations that may cause risks,such as modifying ...

MySQL执行请求报错锁超时Lock wait timeout exceeded

问题描述 MySQL执行请求报错锁超时:Lock wait timeout exceeded;try restarting transaction 解决方案 1、5.6和5.7版本 查看锁等待关系,获取blocking_trx_id select*from information_schema.innodb_lock_waits;根据trx_id(第1步获取到...

Four MySQL features to avoid table lock problems ...

Overview MySQL performs schema changes(such as adding fields,modifying field attributes,adding indexes,and modifying indexes)when a large amount of data is processed.The risk of locking tables must be considered because ...

An error is reported when you ...apsaradb for MySQL

Problem description When you execute the create table XXX select XXX SQL statement in apsaradb for MySQL to create a table and copy the old table data,the following error occurs.1786-Statement violates GTID consistency:...

High disk usage of binlogs in an RDS MySQL ...

Problem description The Binlog disk usage in the apsaradb RDS for MySQL instance is high.If the disk space is full,the instance is locked and RDS cannot perform read and write operations.Possible cause Binlogs occupy a ...

Apsaradb RDS for MySQL instance memory usage ...

which is normal.Therefore,this type of alarm is a false positive caused by unreasonable setting of monitoring indicators.By default,the buffer pool of apsaradb RDS for MySQL uses 80%of the instance memory size.This ...

The error message"The connection has ...MySQL instan

Problem description When you use DMS to export data to an apsaradb RDS for MySQL instance,the following error message is displayed.The MySQL server has been disconnected due to the long execution time.In this case,adjust ...

Too many connections"error reported in MySQL

Issue After you connect to the MySQL database through the client,the database returns the following message.Too many connections Cause The possible causes are listed as follows:The database performance does not meet ...

RDS MySQL远程获取的binlog日志报错File is not a ...

问题描述 MySQL读取binlog文件报错:File is not a binary log file 解决方案 在RDS控制台 备份恢复 日志备份(如截图),下载要读取的binlog到本地,在本地解析 问题原因 mysqlbinlog命令去解析的文件必须是show binary logs 里面可获取到...

MySQL8.0使用asText函数报错:FUNCTION db_name.as...

问题描述 MySQL8.0 使用asText函数报错,ERROR 1305(42000):FUNCTION db_name.asText does not exist 解决方案 asText()在MySQL8.0已经弃用,使用 ST_AsText()函数替代,如 select ST_asText(字段名)from 表名;适用范围:MySQL 8.0

Introduction of the Profiling feature in MySQL and...

Step 2:Check the Profiling status After connecting to the MySQL database,run the following SQL statement to query the Profiling status:SELECT@profiling;The system returns the following content.0 indicates that Profiling is...

云原生数据仓库 AnalyticDB MySQL 版日志一键仓功能...

自2024年11月10日起,云原生数据仓库 AnalyticDB MySQL 版 的 日志一键仓 功能正式下线。下线功能 云原生数据仓库 AnalyticDB MySQL 版 日志一键仓 功能。下线时间 2024年11月10日 影响及建议 云原生数据仓库 AnalyticDB MySQL 版 日志...

建MySQL迁移至PolarDB MySQL版

通过数据传输服务DTS(Data Transmission Service),可以帮助您将自建MySQL数据库迁移至 PolarDB MySQL版 集群。前提条件 已将自建MySQL数据库接入到阿里云,并且已将DTS服务器的IP地址段加入到相应数据库的安全设置(安全组规则、防火墙...

从自建MySQL迁移至PolarDB MySQL版(mysqldump工具)

本文介绍如何使用mysqldump工具将自建MySQL数据库迁移至 PolarDB MySQL版。前提条件 目标 PolarDB MySQL版 集群需已完成如下操作:创建数据库 创建和管理数据库账号 设置白名单 申请公网连接地址 迁移方式对比 您可以通过mysqldump或DTS...

从自建MySQL迁移至RDS MySQL实例

DTS支持库表结构迁移、全量迁移以及增量迁移,同时使用这三种迁移类型可以实现在自建应用不停服的情况下,平滑地完成自建MySQL数据库的迁移上云。前提条件 自建MySQL(源库)数据库版本需为MySQL 5.1、5.5、5.6、5.7、8.0。目标RDS实例的...

从自建MySQL迁移至MyBase MySQL

DTS支持结构迁移、全量数据迁移以及增量数据迁移,同时使用这三种迁移类型可以实现在自建应用不停服的情况下,平滑地完成自建MySQL数据库的迁移上云。本文是以新版数据传输服务DTS(Data Transmission Service)控制台为例,旧版数据传输...

从ECS上的自建MySQL同步至PolarDB MySQL版

ECS实例ID 选择自建MySQL数据库所属的ECS实例ID。数据库类型 固定为 MySQL,不可变更。端口 填入自建MySQL的数据库服务端口。数据库账号 填入连接自建MySQL的数据库账号。说明 用于数据同步的数据库账号需具备REPLICATION CLIENT、...

从通过专线、VPN网关或智能接入网关接入的自建MySQL...

前提条件 自建MySQL数据库版本为5.1、5.5、5.6、5.7或8.0版本。已经将自建MySQL数据库通过专线、VPN网关或智能接入网关接入至阿里云专有网络,详情请参见 本地IDC接入至阿里云方案概览。说明 接入至阿里云专有网络后,还需要允许DTS服务器...

从通过专线、VPN网关或智能接入网关接入的自建MySQL...

DTS支持结构迁移、全量数据迁移以及增量数据迁移,同时使用这三种迁移类型可以实现在自建应用不停服的情况下,平滑地完成自建MySQL数据库的迁移上云。前提条件 自建MySQL数据库版本为5.1、5.5、5.6、5.7或8.0版本。RDS MySQL 实例的存储...

通过专线、VPN网关或智能接入网关接入的自建MySQL迁移...

增量数据迁移 在全量迁移的基础上,DTS会读取自建MySQL数据库的binlog信息,将自建MySQL数据库的增量更新数据同步到目标RDS MySQL实例中。通过增量数据迁移可以实现在自建应用不停服的情况下,平滑地完成MySQL数据库的迁移上云。增量数据...

从自建MySQL迁移至PolarDB MySQL版

说明 如果您的自建MySQL数据库具有白名单安全设置,您需要在 实例地区 配置项后,单击 获取DTS IP段 来获取到DTS服务器的IP地址,并将获取到的IP地址加入自建MySQL数据库的白名单安全设置中。数据库类型 选择 MySQL 主机名或IP地址 填入自...

建MySQL迁移至PolarDB MySQL版

通过数据传输服务DTS(Data Transmission Service),可以帮助您将自建MySQL数据库迁移至 PolarDB MySQL版 集群。前提条件 已将自建MySQL数据库接入到阿里云,并且已将DTS服务器的IP地址段加入到相应数据库的安全设置(安全组规则、防火墙...
< 1 2 3 4 ... 200 >
共有200页 跳转至: GO
新人特惠 爆款特惠 最新活动 免费试用