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: SQL

PHP – WordPress Backup (MySQL & Files)

Posted on February 22, 2016February 23, 2016 By David Kittell

After writing WordPress – Backup & Restore I came across a site that I do not have SSH/CLI access to so I needed to have another option. If you have SSH/CLI access it’s best to use the process on WordPress – Backup & Restore. Sometimes you just need a quick…

Read more

WordPress – List Categories

Posted on February 11, 2016February 12, 2016 By David Kittell
Read more

PowerShell – Install MySQL

Posted on February 9, 2016 By David Kittell

Recently I had to install MySQL and configure it rather quickly, hopefully this will help someone else First off install Chocolatey Then Install MySQL

Read more

MSSQL – Delta Records

Posted on February 4, 2016February 4, 2016 By David Kittell

Scenario: You have to tables with similar information and you need to see what is different Say Table1 & Table2 are two sales contact tables and you want to combine the tables See SQLFiddle for the data schema to allow you to test the queries below. In each example it…

Read more

MySQL – WordPress Multisite Settings

Posted on December 30, 2015December 30, 2015 By David Kittell

Currently this is not an ideal process but will provide needed information. First get a list of all of the site’s option tables. Typically the main/root site will be wp_options and sub-sequential sites will be wp_2_options, wp_3_options, etc. The results should look similar to this: Once we have the tables…

Read more

WordPress – Ninja Forms – Disable Form Saves

Posted on December 18, 2015December 21, 2015 By David Kittell

If you have a concern about PHI or other concerns of saving data on your SQL database of the Ninja Forms follow the step on their site http://docs.ninjaforms.com/customer/en/portal/articles/2045697-faq#faq_save on the save-sub.php file. The save-sub.php location may vary based on your operating system but if you are on a UNIX based…

Read more

SQL – Log Parser Studio – User-Agent

Posted on December 4, 2015December 4, 2015 By David Kittell

Caution: These scripts will take some time to run on large logs. Reference: User-Agent – Browser User-Agent – Device

Read more

SQL – Log Parser Studio – IIS Logs

Posted on December 4, 2015 By David Kittell
Read more

SQL – Log Parser Studio

Posted on December 4, 2015December 4, 2015 By David Kittell

Log Parser Studio is a great free tool from Microsoft TechNet Gallery that allows you to run SQL statements against Log files. This tool is available as a Zip file, once extracted open “LPS.exe”. Two examples are below but there is also a category (Code – SQL – Log Parser…

Read more

Recover/Replace MySQL Root Password – UNIX

Posted on November 19, 2015December 30, 2016 By David Kittell

Forgetting or never having the root password for a MySQL database can be rather difficult if it is now your job to support it. Note: You will need root access on the UNIX box to follow these commands. If for some reason you get an error saying mysql database doesn’t…

Read more
  • Previous
  • 1
  • 2
  • 3
  • …
  • 18
  • Next

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