MySQL

Uninstall just one instance of SQL server

You have several instances of SQL Server (Express) installed and you need to remove/uninstall just one of the instances. Here are the steps tested in Windows 10 with SQL Server  2019 Express —01—  Open App & Features —02— Find MS SQL Server 2019 (64-bit) and click Uninstall:   —03— Confirm […]

MySQL

How to Work with MySQL – Basic Tasks

This material is tested with MySQL 5.1 and 5.5 on various Windows versions. This article covers these topics: -010- MySQL Data Location -020- Shortcut to MySQL Command Shell -030- Create a New Database -035- Delete an Existing Database -040- Display a List of All DB Users -050- Display a List […]

IIS

Movng WordPress Site to a W2K8 Server and IIS7

If you like to be in control of all your servers, you would love the gentle nature of WordPress installation.  Installation includes PHP,  MySQL  and  WordPress components.  All steps can be done manually.  Instead of running install, you can just copy files and directories, and make manual configurations adjustments.  It […]

No Picture
MySQL

Can I Clean Old Versions of the Same Post?

Question: Each time I modify a POST, a copy of old POST is created and saved. Can I control, how many old posts to retain? Can I clean all old posts? Answer: Yes! You can stop collecting old versions of the posts by adding this line to your wp-config.php file: define(‘WP_POST_REVISIONS’, […]

No Picture
MySQL

MySQL on Windows – Questions Answered

  I just installed WordPress with MySQL.  I am familiar with all the intricacies of SQL Query.  I am asking from MS SQL Admin point of view.  These questions from a person who never saw MySQL before:   – Where DB files are located?    – See other post – Is DB backup available and […]