- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Magento database support
As Magento official document, Magento doesn't support anything other than MySQL or MariaDB.
Is there any tool or workaround can we use to make our Magento site compatible with Microsoft SQL or Oracle Database 19c or Sybase 16?
much appreciated your support.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento database support
Hello @ahmad_msl
Magento supports the "Microsoft SQL or Oracle Database". But if you are using the "MySQL OR MariaDB" the database query task is running smoothly as compared to other databases available on market.
If my answer is helpful full then please set the accept solution flag and kudos flag so other members can take the same reference.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento database support
Do you know how I can configure Magento to run with Microsoft SQL or Oracle Database?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento database support
Magento uses PHP as a scripting language and MySQL for the database. Database: MySQL 5.6 (Oracle or Percona). PHP version: PHP 5.4, PHP 5.5 or above.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento database support
But I want to setup Magento with Microsoft SQL Server. Is that possible? If so, please share any documentation or setup guides for configuring the same.