Skip to content
David Kittell
David Kittell

Application & System: Development / Integration / Orchestration

  • Services
    • Application Development
    • Online Application Integration
  • Code
  • Online Tools
  • Tech Support
David Kittell

Application & System: Development / Integration / Orchestration

Category: MySQL

MySQL Procedure Get WordPress Site Name

Posted on October 13, 2015October 13, 2015 By David Kittell

If you manage many WordPress site databases it can get a bit crazy to know which site goes with what database but it gets more “fun” when you have a network site, below I attempt to help document some ways to help. This first example is a rather long process…

Read more

MySQL Get Disk Space Allocation of Database

Posted on October 2, 2015 By David Kittell
Read more

WordPress Database Information

Posted on September 14, 2015February 12, 2016 By David Kittell

I plan to work more on this as it is rather nasty but as a work in progress notepad if you will this is the spot for now. GitHub: https://gist.github.com/dkittell/f9080101d66834910dfd

Read more

MySQL Server Information

Posted on September 11, 2015 By David Kittell

SHOW STATUS provides server status information like Connections, Opened_tables, Bytes_received, Bytes_sent, etc. SHOW VARIABLES shows the values of MySQL system variables like time_zone, version, max_connections, etc. References: http://stackoverflow.com/questions/3939803/how-to-get-mysql-server-info-using-command-line

Read more
Code

Ubuntu – WordPress Install

Posted on September 2, 2015May 31, 2017 By David Kittell

These steps are based on Ubuntu 14.10 Server 64-bit but can be applied to virtually any Debian based UNIX distribution.

Read more

NPI Database

Posted on May 7, 2015October 26, 2015 By David Kittell

If you work in medical databases you are likely familiar with the site CMS NPI Search I have had a few projects that need the ability to validate NPI numbers so based on data at CMS.gov I have worked out a solution to get the data into a database that…

Read more

MySQL to MSSQL Data Conversion

Posted on October 18, 2014October 26, 2015 By David Kittell

Ever have to take a MySQL database and put it in Microsoft SQL? This is a MySQL dump script that will assist you in this conversion. Only problem that I’ve had with it is that you need to review the exported SQL and make sure your version of Microsoft SQL…

Read more

WordPress Change URL – MySQL – Update String Within Column

Posted on October 17, 2014January 15, 2021 By David Kittell

Recently I changed a domain alias for a WordPress site and needed to change the domain in all the pages/posts and this little script came in handy. Typical disclaimer stands, do a full backup before running this and verify you have everything setup correctly. If you have a network site…

Read more

C# Backup and Restore MySQL Database(s)

Posted on April 6, 2014October 26, 2015 By David Kittell

Must Download DLLs from http://mysqlbackupnet.codeplex.com/

Read more

MySQL – Table/View Column Information

Posted on March 1, 2014October 26, 2015 By David Kittell

Similar to MSSQL – Table/View Column Information, this post will help with MySQL tables and columns. This query is a quick query to give you the pertinent information about a specific table.

Read more
  • Previous
  • 1
  • 2

Code

Top Posts & Pages

  • PowerShell - Rename Pictures to Image Taken
  • Front Page
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions

Recent Posts

  • Javascript – Digital Clock with Style
  • BASH – Web Ping Log
  • BASH – Picture / Video File Name Manipulation
  • Mac OSX Terminal – Create SSH Key
  • Bash – Rename Picture

Top Posts

  • PowerShell - Rename Pictures to Image Taken
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions
  • Open On Screen Keyboard (OSK)
  • SQLite - Auto-Increment / Auto Generate GUID
©2025 David Kittell | WordPress Theme by SuperbThemes