`
bsdgo
  • 浏览: 34538 次
社区版块
存档分类
最新评论

webserver

    博客分类:
  • lamp
阅读更多

Microsoft Windows XP [版本 5.1.2600]
(C) 版权所有 1985-2001 Microsoft Corp.

C:\Documents and Settings\Administrator>d:

D:\>cd WebServer

D:\WebServer>cd Mysql5

D:\WebServer\Mysql5>cd bin

D:\WebServer\Mysql5\bin>mysqld.exe --install
Service successfully installed.

D:\WebServer\Mysql5\bin>net start mysql

MySQL 服务已经启动成功。


D:\WebServer\Mysql5\bin>mysql -uroot -p
Enter password: **********
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.1.28-rc-community-log MySQL Community Server (GPL)

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> use mysql
Database changed
mysql> delete from user where user !='root';
Query OK, 4 rows affected (0.01 sec)

mysql> delete form db;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near '' at
line 1
mysql> delete from db;
Query OK, 4 rows affected (0.00 sec)

mysql> grant all from *.* to root@localhost identified by '';
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near 'from
*.* to root@localhost identified by ''' at line 1
mysql> grant all on *.* to root@localhost identified by '';
Query OK, 0 rows affected (0.00 sec)

mysql> exit
Bye

D:\WebServer\Mysql5\bin>cd ..

D:\WebServer\Mysql5>cd ..

D:\WebServer>cd Apache2

D:\WebServer\Apache2>cd bin

D:\WebServer\Apache2\bin>httpd.exe -k install -n apache2
Installing the apache2 service
The apache2 service is successfully installed.
Testing httpd.conf....
Errors reported here must be corrected before the service can be started.

D:\WebServer\Apache2\bin>net start apache2
apache2 服务正在启动 ..
apache2 服务已经启动成功。


D:\WebServer\Apache2\bin>cd ../../

D:\WebServer>ls
'ls' 不是内部或外部命令,也不是可运行的程序
或批处理文件。

D:\WebServer>dir
驱动器 D 中的卷是 App
卷的序列号是 315F-CDA4

D:\WebServer 的目录

2008-11-13 16:58    <DIR>          .
2008-11-13 16:58    <DIR>          ..
2008-11-13 16:13    <DIR>          Apache2
2008-11-13 16:13    <DIR>          flashfxp
2008-11-13 16:13    <DIR>          FtpServer
2008-11-13 16:13    <DIR>          memcached
2008-11-13 16:17    <DIR>          Mysql5
2008-11-13 16:13    <DIR>          Php
2008-11-13 16:20    <DIR>          Session
2008-11-13 16:13    <DIR>          SQLyog
2008-11-13 16:13    <DIR>          Subversion
               0 个文件              0 字节
              11 个目录 51,593,400,320 可用字节

D:\WebServer>cd memcached

D:\WebServer\memcached>memcached.exe -d install

D:\WebServer\memcached>

分享到:
评论

相关推荐

    修改vs2008自带的WebServer可以监听0.0.0.0地址

    vs2008在调试WebSite项目的时候,会启动自带的简易WebServer(缺省位于C:\Program Files\Common Files\Microsoft Shared\DevServer\9.0),这样就可以不必发布到IIS来调试。但是这个简易的WebServer有个问题,就是它...

    c#WebServer简单示例

    c#WebServer简单示例 这是我第一次学习webserver时候别人给的觉得非常好用!简单明白!

    android webserver简单网页服务器

    android简单网页服务器,可作为android上面的webserver

    Web Server程序Web Server程序

    Web Server程序Web Server程序Web Server程序

    小旋风ASPwebserver2005  

    (5),更改安装目录,最好把“小旋风AspWebServer ”改成其它英文类名字:如aspwebserver这样方便运行程序,因为有些程序对于中文表现不是太好。 (6)安装成功。(7)查看是否安装ASP程序成功,齐国启动成功,程序会在在...

    vc6.rar_VC webserver_VC webserver_VC6_vc++ webserver_webserver

    VC写的webserver程序

    android下面的webserver的实现

    android下面的webserver的实现,可以使用无线把android设备当作服务器,别的设备或者pc只要在这个网段就可以通过浏览器或者发送socket消息模拟http协议实现访问无线设备的内容。

    WebServer

    一个简易的WebServer,能够在IIS支持下实现网页的简单访问,适合初学者!

    Abyss Web Server X2 Version 2.8

    Abyss Web Server X2 Version 2.8 含注册

    嵌入式系统中移植WEB server--BOA。带CGI编写样例

    嵌入式的系统需要嵌入WEB server来进行设备配置和管理。相对PC或服务器上运行的Apache、IIS、tomcat等web server,嵌入式系统由于ram和flash空间的限制,只能运行一些对资源要求低的web server,譬如BOA和GOAHEAD。 ...

    Qt实现WebServer通讯

    使用Qt调用自己从qtsoap提取的源码qtsoap.h、qtsoap.cpp,测试公用的天气预报WebServer。实现获取天气、国家、省份等信息

    Quick’n Easy Web Server Pro v3.3.5

    Quick’n Easy Web Server可以轻松设置个人web服务器了,将文件复制到任意目录,选择网页默认目录后网站就能运行了,可用于搭建个人 Web 服务器,或用于测试 ASP/CGI/PHP 网站程序,类似于大家使用的 IIS 和 ...

    简单的Web Server程序

    利用VC6.0实现的一个简单的 Web Server,能够响应客户端的请求将指定目录下的 HTML文件通过指定的TCP端口发送给客户端

    Tiny-WebServer-master一个微web服务器, 纯c语言实现

    Tiny-WebServer-master一个微web服务器, 纯c语言实现, 快速

    基于Stm32的嵌入式WebServer例程

    基于Stm32的嵌入式WebServer例程,注释齐全,简单易懂,适合初学者

    webserver执行文件

    webserver

    Oracle WebServer完全教程

    Oracle WebServer完全教程Oracle WebServer完全教程Oracle WebServer完全教程Oracle WebServer完全教程Oracle WebServer完全教程Oracle WebServer完全教程Oracle WebServer完全教程Oracle WebServer完全教程Oracle ...

    AspWebServer V2.0 服务器

    Aws.exe简介如下: AspWebServer V2.0 服务器 顾名思义,本软件是一款小巧轻盈的Asp Web服务器,她,能几乎非常完美的支持ASP~~ 可以在局域网和因特网上快速建立自己的网站服务器,并且已经支持域名绑定,虚拟目录等...

    ETS ASP WEB SERVER

    Qinghua ETS ASP WEB Server 欢迎使用Qinghua ETS ASP WEB Server ETS ASP WEB SERVER是目前比较流行的WEB便携服务器, 且移值性很高,可以随WEB程序打包,做ASPWEB教程,应用演示, 小中型企业,都是...

    最好的web文件分享工具Easy File Sharing Web Server

    Easy File Sharing Web Server允许用户不需要任何附加的软件或服务就可以架设一个安全的、基于网页的P2P文件分享、传输系统。 除了HTML网页界面设计,Easy File Sharing Web Server还可以让你直接在自己的PC上快速...

Global site tag (gtag.js) - Google Analytics