





Stop MariaDB
sudo service mariadb stop
Now do the repair check
myisamchk -r -f -o /var/lib/mysql/DATABASE/wp_posts
Start MariaDB
sudo service mariadb start





<!-- Twitter --> <meta property="twitter:card" content="summary_large_image"> <meta property="twitter:url" content="https://domain.com/"> <meta property="twitter:title" content="title> <meta property="twitter:description" content="description"> <meta property="twitter:image" content="https://domain.com/assets/twitter_Recommend_1200×628.jpg">
now on internet arrrrchive
https://web.archive.org/web/20211021151530/https://bitmovin.com/4k-video-player/
To list all configurations
nginx -T
To list all server names
nginx -T | grep "server_name "
server {
(...)
client_max_body_size 64M;

yum install php-zip
service php-fpm restart
@media(max-width:767px){
.elementor-element.elementor-products-grid.elementor-products-columns-mobile-1 ul.products {
grid-template-columns: repeat(2,1fr);
}
}