Questions tagged with MariaDB
MariaDB is a popular open source relational database created by the original developers of MySQL. Amazon RDS makes it easy to set up, operate, and scale MariaDB server deployments in the cloud.
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
122 results
Hi,
previously I was using mysqldump to get a copy of our production database, and importing it into another database, and scripting the scrubbing of all the data, however, the dump file has now...
Hi,
I want to know where does RDS store its log files.
Is it on the same storage as the database data is located?
I am asking this because we added audit logging and we expect the logs to be fairly...
Amazon RDS will start deprecating M1, M2, M3, R3, and T1 instances for your PostgreSQL, MySQL, and MariaDB databases from February 6, 2023.
All PostgreSQL, MySQL, or MariaDB databases running in...
So I have access inside my virtual machine to run mysql with the following commands: mysql -h (IP for mariadb) -u (user) -p (password) databasename Now, when I try creating the following commands to...
Hi All,
Currently, I have a RDS instance that is sitting inside a private subnet and they are connected to EC2 [Linux Instances] that are in a public subnet.
Is there any way for the developers to...
Hello,
we are waiting and looking forward to MariaDB 10.7+ for RDS. I know that nobody can provide exact date but still. Can we expect it in reasonable time span?
* Version 10.7 was released on 14th...
https://mariadb.com/kb/en/setting-up-replication/
I have used these instructions to setup 10 or so master slave replications successfully. I now want to do the same where the master is on-premise,...
Sometimes after we schedule a pending maintenance, we would want to un-schedule it because of newly discovered dependent applicative operations for that specific day, so a clear/reset apply date...
instead of using docker ip address of container how can app use assigned IP address of AWS Lightsail
Hi,
I have a static IP address assigned to AWS Lightsail instance. This IP Address was cleared for me to get access to MariaDB. I am now using docker for my project and docker has another IP address...
I think I discovered a bug. I tried running my Terraform code for my resources in Region Asia Pacific (Jakarta) `ap-southeast-3`.
Previously it's something like this
```
resource "aws_db_instance"...
Our RDS database has been in state 'Upgrading' for over 5 hours. It appears it was applying an `Automatic minor version upgrade to mariadb 10.4.26`.
I cannot connect to the database in any way; I can...
'**in_predicate_conversion_threshold**' does not appear to be available as an option in the MariaDB Parameter Groups
However, it's not listed as excluded in the 'MySQL parameters that aren't...