WordPress database error: [Disk full (/tmp/#sql-temptable-1-2620a9-92f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `markjacobsen_options`

{"id":98,"date":"2013-01-24T15:19:28","date_gmt":"2013-01-24T15:19:28","guid":{"rendered":"http:\/\/visit.markjacobsen.net\/?p=98"},"modified":"2013-02-05T17:34:56","modified_gmt":"2013-02-05T17:34:56","slug":"find-db2-nicknames","status":"publish","type":"post","link":"https:\/\/markjacobsen.net\/2013\/01\/find-db2-nicknames\/","title":{"rendered":"Find DB2 Nicknames"},"content":{"rendered":"

Want to see the nickname setup for a DB2 database? \u00a0Here’s a handy query…<\/p>\n

SELECT \r\n        NICK.TABSCHEMA,\r\n        NICK.TABNAME,\r\n        NICK.SERVERNAME,\r\n        NICK.OWNER,\r\n        NICK.REMOTE_SCHEMA,\r\n        NICK.REMOTE_TABLE,\r\n        SRV.SERVERTYPE\r\nFROM    SYSCAT.NICKNAMES NICK\r\n        INNER JOIN SYSCAT.SERVERS SRV\r\n            ON (NICK.SERVERNAME = SRV.SERVERNAME);<\/code><\/pre>\nPlease remember to subscribe to the newsletter<\/a> to stay up to date!<\/i>\n\nYou or someone you know looking to buy or sell?<\/i>\n<\/a>\nDisclaimer: Thoughts and opinions are my own, and do not reflect the views of any employer, family member, friend, or anyone else. Some links may be affiliate links, but I don't link to anything I don't use myself. You would think this should be self evident these days, but apparently not...<\/small><\/i>","protected":false},"excerpt":{"rendered":"

Want to see the nickname setup for a DB2 database? \u00a0Here’s a handy query… SELECT NICK.TABSCHEMA, NICK.TABNAME, NICK.SERVERNAME, NICK.OWNER, NICK.REMOTE_SCHEMA, NICK.REMOTE_TABLE, SRV.SERVERTYPE FROM SYSCAT.NICKNAMES NICK INNER JOIN SYSCAT.SERVERS SRV ON (NICK.SERVERNAME = SRV.SERVERNAME); Please remember to subscribe to the newsletter to stay up to date! You or someone you know looking to buy or sell? … Continue reading Find DB2 Nicknames<\/span> →<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"footnotes":"","_jetpack_memberships_contains_paid_content":false,"jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2}},"categories":[3],"tags":[22],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p2UXeD-1A","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"jetpack_likes_enabled":false,"_links":{"self":[{"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/posts\/98"}],"collection":[{"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/comments?post=98"}],"version-history":[{"count":3,"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/posts\/98\/revisions"}],"predecessor-version":[{"id":143,"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/posts\/98\/revisions\/143"}],"wp:attachment":[{"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/media?parent=98"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/categories?post=98"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/markjacobsen.net\/wp-json\/wp\/v2\/tags?post=98"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}