Tuesday, January 7, 2014

Accessing XAMPP MySQL command line

Here's an easy way to access XAMPP mysql command line both in Mac and Windows platform. Mac cd /Applications/XAMPP/xamppfiles/bin;./mysql --user=root --password= Windows cd ../../Program Files/xampp/mysql/bin/mysql.exe --user=root --password=

No comments:

Post a Comment