Difference between revisions of "Wamp"

From Wiki2
Line 7: Line 7:
run any command by creating a bash script for it
run any command by creating a bash script for it


ex: mysqldump
ex: . mysqldump
   /c/wamp/bin/mysql/mysql5.6.17/bin/mysqldump.exe -u root
   /c/wamp/bin/mysql/mysql5.6.17/bin/mysqldump.exe -u root

Revision as of 03:27, 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

Users/tim/bash scripts

run any command by creating a bash script for it

ex: . mysqldump

  /c/wamp/bin/mysql/mysql5.6.17/bin/mysqldump.exe -u root