WordPress database error: [Disk full (/tmp/#sql-temptable-3a7332-a1049-369e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW COLUMNS FROM `wp_aioseo_posts`
<?php
/**
* Capability interface declaring the known capabilities.
*
* @package Requests\Utilities
*/
namespace WpOrg\Requests;
/**
* Capability interface declaring the known capabilities.
*
* This is used as the authoritative source for which capabilities can be queried.
*
* @package Requests\Utilities
*/
interface Capability {
/**
* Support for SSL.
*
* @var string
*/
const SSL = 'ssl';
/**
* Collection of all capabilities supported in Requests.
*
* Note: this does not automatically mean that the capability will be supported for your chosen transport!
*
* @var string[]
*/
const ALL = [
self::SSL,
];
}
WordPress database error: [Disk full (/tmp/#sql-temptable-3a7332-a1049-369f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`