• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

MySQL ARCHIVE Storage Engine

0

00quick00

Guest
I was wondering if I'm able to install the MySQL ARCHIVE Storage Engine without manually recompiling MySQL in Plesk?
 
There is no such thing as 'MySQL in Plesk'. Plesk normally just installs the MySQL packages that come with your distribution. If your current MySQL installation doesn't support the Archive storage engine, then you'll have to find or create a compatible package that does support it. I don't know what OS you are running, but apparently the stock CentOS 5 MySQL packages don't support the Archive storage engine (according to the output of SHOW ENGINES).
 
Except Plesk also optimises the configuration file.

I mean I don't even know where the MySQL files are stored!
 
Except Plesk also optimises the configuration file.

I haven't seen Plesk do that on our servers.

I mean I don't even know where the MySQL files are stored!

If you need to know where they are stored (do you?) you can ask your package manager. On an RPM-based distribution you'd run 'rpm -ql mysql-server' for a list of files installed by the mysql-server package.
 
I haven't seen Plesk do that on our servers.

I was referring to the default configuration for your operating system. The Plesk MYSQL config is slightly different.


If you need to know where they are stored (do you?) you can ask your package manager. On an RPM-based distribution you'd run 'rpm -ql mysql-server' for a list of files installed by the mysql-server package.

Ok, I'm really scared to recomplie MySQL. Maybe Atomic Rocket Turtle will have a package for me. :)
 
I was referring to the default configuration for your operating system. The Plesk MYSQL config is slightly different.

I'm not sure to what files or statements you are referring exactly, but I believe there is no Plesk-specific configuration in our MySQL configuration files.

Ok, I'm really scared to recomplie MySQL. Maybe Atomic Rocket Turtle will have a package for me. :)

ART has MySQL packages, but they don't support the Archive storage engine either. But he might be willing to add it, I don't know.
 
Back
Top