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
Our RDS Mariadb instance hit a crash recently.
The instance is now stuck at 'Rebooting' state.
While the instance is in 'rebooting' state, the only operation available is 'delete'.
But I don't want...
I am trying to upgrade Maria DB version. (It's because aws has stopped supporting that version.)
The thing to worry about is that the DB endpoint and address such as ARN seem to have changed.
Does...
Hi Everyone,
I have used RDS MariaDB with the option Autoscaling enable. I receive alarm feeble storage of more than 120GB. But actually, I did check size storage in Databases is 54GB with the...
I wanted to connect to my database remotely and did some modifications to allow this. Followed the instructions in the [Connect To MariaDB From A Different...
Hello,
I received an email from AWS saying I have an mandatory OS update for my RDS (MariaDB) in N.Virginia.
I have checked the Maintenance & backups section in the RDS console but found no OS...
hello.
Events related to OS upgrade have been confirmed as shown below.
> Health Events
> Here is a summary of the milestones related to the OS upgrade.
* You can now initiate OS upgrades at any time...
Hi,
According to [MariaDB docs](https://mariadb.com/kb/en/optimizer-switch/), i should be able to change every possible option on or off. When i try to switch value for optimizer_switch...
What I'm doing is using AWS Lambda with Serverless-Express to host my Express API via AWS. I've done that for the most part, but my endpoints that attempt to query my MariaDB SkySQL database are not...
I've just tested RDS MariaDB snapshot export to S3. The snapshot is good, a test restore re-creates the database correctly. However, exporting that snapshot to S3 appears to succeed but no data is...
Amazon RDS is starting the end of life (EOL) process for MariaDB major engine version 10.2. We are doing this because the MariaDB community is planning to discontinue support for MariaDB 10.2 on May...
Hi Everyone,
Our application requires MariaDB 10.2 (or greater) or MySql 8 (or greater) for the use of recursive CTEs.
Is there any news on when this will be available to us via Aurora...
Hi, I've migrated a workload from mariadb on ec2 to rds and I'm facing a performance issue.
This job make massive update queries on some tables (69465).
Using mariadb service on Ec2 common...