TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About MariaDB
MariaDB
is new database system and it the updated version of MySQL release from the same branch and in most respects
MariaDB
will work exactly as MySQL. All commands, interfaces, libraries and APIs that exist in MySQL also exist in
MariaDB
and no need to convert databases to switch to
MariaDB
. It intends to maintain high compatibility with MySQL, ensuring a drop-in replacement capability with library binary equivalency and exact matching with MySQL APIs and commands and also includes the XtraDB storage engine for replacing InnoDB as well as a new storage engine.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sarathlal Saseendran (1)
Margaal (1)
Related resources for MariaDB
No resource found
Blazor - Create SPA With Azure Database For MariaDB Server
2/21/2024 8:27:24 AM.
We will create a MariaDB database service in Azure and connect MariaDB in a Single Page Blazor application. Azure Database for MariaDB is a relational database service in the Microsoft cloud. Azure Da
How To Configure A .Net Core 3.1 With MariaDB Using EntityFrameworkCore
2/17/2020 3:40:03 PM.
This article talks about the way you can configure a .Net core 3.1 project to work with MariaDB.