]]>
Call us: 1-888-316-9775 • Contact Us
MySQL and InnoDB are trademarks of Oracle Corp.
Proudly running Percona Server
Copyright © 2006-2012 Percona Inc.
Copyright, Trademark, and Privacy Policy • Sitemap
]]>
Percona XtraDB FAQ
Q: Why XtraDB ?
- A: eXtra performance, eXtra scalability, eXtra features.
Q: What is the license? Is it free?
- A: We distribute the storage engine under **GPLv2** license, and it is absolutely free to use. No dual-licensing. No community and enterprise separation.
Q: Do I need to convert all my tables to the XtraDB engine?
- A: No, if they are currently using InnoDB. The XtraDB plugin is designed to be used instead of InnoDB, and is fully compatible with your existing InnoDB tables and server settings. To create new tables you still use CREATE TABLE … ENGINE=InnoDB. If your tables currently use a non-InnoDB storage engine such as MyISAM, then you will have to convert them to XtraDB with
ALTER TABLE <table> ENGINE=InnoDB.
Q: How do I install XtraDB?
- A: Install Percona Server with XtraDB. It's included.
Q: How do I uninstall XtraDB?
- A: uninstall is the exactly the same as for InnoDB plugin
Q: How can I revert back to InnoDB?
- A: Just uninstall XtraDB and use the InnoDB plugin instead. You don't need to convert any of your data files, modify any settings, or make any other changes. If you want to revert back to the version of InnoDB that is shipped with the official MySQL builds (e.g. not the InnoDB plugin) then you can use the InnoDB plugin's downgrade procedure.
Q: What is the risk? Can it corrupt my database?
- A: There are bugs in any software, but we think it's safe, and so do the thousands of large companies who are using it.
Q: Where can I report bugs?
- A: We accept bugs in Launchpad bug tracker
Q: Is commercial support available?
- A: Yes, Percona provides commercial support for XtraDB. If you are interested, please contact us to discuss.
Q: How can I request a new feature?
- A: You can request it on the Launchpad Blueprints, or discuss in public groups Percona Dev or Percona discussion
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported



