Skip to main content
[2013-04-02]

XAMPP MySQL Command Line

#mysql #xampp

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).

[2013-02-02]

XAMPP: Fix automatic script installs

#apache #xampp
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.