- VBScript – Get a Folder/File Size or Verify That a Folder/File Exists
- VBScript – How to Access Environment Variables -OR- How to Get the Username, Domain, or a User’s SID
- VMware vSphere Client – Remove Cached Entries on Connection Screen
- Windows – How to Run Elevated Scripts as a Regular User with Task Scheduler -OR- How to Restart Services as a Standard User
- Windows – Play a WAV file with PowerShell and the .NET SoundPlayer Class
- Windows 8.1 – Disable IPv6 Components
- Windows 8/Server 2012 – Install A Theme for All Users
- Windows Explorer – Cannot Read From the Source File or Disk
- Windows Server – Disable VMware Tools Icon
- Windows Server 2K P2V Conversion VMware BSOD
- Windows Terminal Server – Three Ways to Disable AVG Tray Icon via Group Policy
- Windows Update Error 80073712 When Installing KB2943357 – OR – How to Repair Corrupted Windows Update Files on Windows 7 or Server 2008
- Windows Update Error 8024402C – Bypass WSUS for VPN Computers Joined to the Domain
- Windows XP – VMware Standalone Converter Install Sysprep Tools
- WinSCP – Import/Export Your Saved Sessions List and Settings from a Computer that is Offline
MySQL Script – Alter/Convert All Tables in a Database from MyISAM to InnoDB
Pieced together from various tutorials on the web with a lot of my own additions, here is a snippet of SQL that will alter or convert all tables in a database from “MyISAM” to “InnoDB”. As long as your MySQL user account has privileges to create stored procedures, all you have to do is simply edit the @DATABASE_NAME variable at the top of the script and run it in PhpMyAdmin if you’ve got it. Enjoy! Continue reading “MySQL Script – Alter/Convert All Tables in a Database from MyISAM to InnoDB”