Difference between revisions of "Wamp"

From Wiki2
Line 4: Line 4:
netstat -aon
netstat -aon


====Users/tim/bash scripts====
{{:git bash}}
run any command by creating a bash script for it
 
ex: . mysqldump
  /c/wamp/bin/mysql/mysql5.6.17/bin/mysqldump.exe -u root

Revision as of 03:52, 31 December 2015

wamp

sometimes it will show a blank page if a process is running on port 80. get rid of that process

netstat -aon

git bash

adding a bin directory to PATH

edit c:/Users/tim/.bashrc and add to path