How to upgrade PHPMyAdmin under XAMPP: Stop MySql Rename the current phpmyadmin directory. Go to https://www.phpmyadmin.net/downloads/ to download the latest version. I
Month: May 2016
Update MYSQL under XAMPP
XAMPP is now packaged with MariaDB. MariaDB is a community version of MySql. It was created because programmers want to
MySQL Change Root Password In XAMPP
note: as of MariaDB 10.4, this post is no longer effective. See https://mariadb.org/authentication-in-mariadb-10-4/ Good post about how to change root
How to Draw An Unfilled Circle in Photoshop
Here’s a tip that I kept forgetting when I don’t use Photoshop for awhile. It works in Photoshop element too.
Map/Disconnect a Network Drive On Windows
In a windows batch file: REM Batch File to map network drive NET USE H: \\server\share REM Disconnect a mapped
View and Clear Task Scheduler History Log
Run Eventvwr.msc Navigate to Event Viewer (Local) > Applications and Services Logs > Microsoft > Windows > Task Scheduler > Operational
Schedule a Powershell Task
To Check Powershell version, use the built in variable: $PSVersionTable. Don’t use Get-Host. It just shows you the version of