Difference between revisions of "Wamp"

From Wiki2
(Created page with "[http://ye5.blogspot.com/2011/01/wamp-server-localhost-shows-blank-page.html sometimes it will show a blank page] if a process is running on port 80. get rid of that process ...")
 
Line 1: Line 1:
===wamp===
[http://ye5.blogspot.com/2011/01/wamp-server-localhost-shows-blank-page.html sometimes it will show a blank page] if a process is running on port 80. get rid of that process
[http://ye5.blogspot.com/2011/01/wamp-server-localhost-shows-blank-page.html sometimes it will show a blank page] if a process is running on port 80. get rid of that process


netstat -aon
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

Revision as of 02:55, 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