Skip to main content
Apr 02, 2013

XAMPP MySQL Command Line

MySQL command line allows you to manage your database environment through your terminal, or command prompt for Windows. Typically when you set up a web server you would have installed MySQL as its own service and can easily access the MySQL command line via mysql (mysql.exe).

#mysql  #xampp
Feb 02, 2013

XAMPP: Fix automatic script installs

I use XAMPP as a local test server on my Mac for testing and debugging. I mean, nothing is more embarrassing than making file changes to a live site and bringing it down. One thing always bothered me, but not to the point of solving it. WordPress, Drupal, and other CMS software provide built in automatic updates or installation - but out of the box it does not work on XAMPP.
#apache  #xampp