Skip to content

Instantly share code, notes, and snippets.

View Kremilly's full-sized avatar
🏳️‍⚧️
Work for building a better life

Kremilly Kremilly

🏳️‍⚧️
Work for building a better life
View GitHub Profile
{
"version": "1.1.27",
"copyright": "Colisoft",
"license": "Colisoft License",
"docs_page": "https://dbackpro.github.io/intellisense/#/",
"keywords": {
"using": "USING is useful when both the tables share a column of the exact same name on which they join.",
"btree": "A B-tree is a balanced tree not a binary tree. Once created, the database maintains the index automatically. It applies every insert, delete and update to the index and keeps the tree in balance, thus causing maintenance overhead for write operations.",
"engine": "Storage engines are MySQL components that handle the SQL operations for different table types. InnoDB is the default and most general-purpose storage engine, and Oracle recommends using it for tables except for specialized use cases.",
"aria": "Aria is a storage engines for the MariaDB and MySQL relational database management systems. Its goal is to make a crash-safe alternative to MyISAM.",
{
"server_queries": {
"processes": "SHOW FULL PROCESSLIST",
"variables": "SHOW VARIABLES",
"engines": "SHOW ENGINES",
"charsets": "SHOW CHARACTER SET",
"collations": "SHOW COLLATION",
"logs": "SELECT * FROM mysql.general_log ORDER BY event_time DESC LIMIT __param_offset__, __param_limit__"
},
"users_queries": {
@Kremilly
Kremilly / collations.json
Created April 17, 2021 07:44
Collations supported in phpmyadmin
[
"big5_chinese_ci",
"big5_bin",
"big5_chinese_nopad_ci",
"big5_nopad_bin",
"dec8_swedish_ci",
"dec8_bin",
"dec8_swedish_nopad_ci",
"dec8_nopad_bin",
"cp850_general_ci",
[
{
"Code": "AF",
"Name": "Afghanistan"
},
{
"Code": "AX",
"Name": "Åland Islands"
},
{
*{margin:0;padding:0;font-family:"Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif}.logo{width:10em}img{max-width:100%}.center{text-align:center}.italic{font-style:italic}.border{border:0.05em solid rgba(192,192,192,0.5)}.border-bottom{border-bottom:0.05em solid rgba(192,192,192,0.5)}.bg{background:linear-gradient(to top left, #fff 0, #f7f7f7 100%)}.collapse{margin:0;padding:0}.padding{padding-top:.75em;padding-bottom:.75em}body{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;width:100% !important;height:100%;background:#f7f7f7}a{color:#2ba6cb}.btn{text-decoration:none;color:#fff;background-color:#666;padding:10px 16px;font-weight:700;margin-right:10px;text-align:center;cursor:pointer;display:inline-block}p.callout{padding:10px;font-size:1em;font-weight:600;color:#0076aa;background-color:#fff;margin-bottom:15px}.callout a{font-weight:700;color:#2ba6cb}table.social{background-color:#ebebeb}.social .soc-btn{padding:3px 7px;font-size:12px;margin-bottom:10px;text-decoration:none;color:#ff
[
{
"country": "Afghanistan",
"tld": "af"
},
{
"country": "Albania",
"tld": "al"
},
{