# JkRequestLogFormat set the request format
JkRequestLogFormat "%w %V %T"
# Send servlet for context /examples to worker named ajp13
JkMount /servlet/* ajp13
# Send JSPs for context /examples to worker named ajp13
JkMount /*.jsp ajp13
JkMount /*.do ajp13
Setp 4 MySql安装
----------------------------------------------------------------------------------
MySql与Apache一样,一路回车即可。
MySql5.x 与 4.x 安装区别不大,5.x会提示配置Mysql一些属性,诸如语言啦。根据需要设定即可。
启动通过mysql/bin下键入 mysql -uroot -p或者从菜单栏MySQL Command Line Client进入到命令行。
4.1 从程序菜单找到mysql命令行或在mysql/bin目录下,执行mysql -uroot -p密码就可以进入mysql
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 42 to server version: 5.0.27-community-nt
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>
4.2 敲入 \s 可以查看MySql版本信息
mysql> \s
--------------
E:\MySQL5\bin\mysql.exe Ver 14.12 Distrib 5.0.27, for Win32 (ia32)
Connection id: 42
Current database:
Current user:
[email=root@localhost]root@localhost[/email]
SSL: Not in use
Using delimiter: ;
Server version: 5.0.27-community-nt
Protocol version: 10
Connection: localhost via TCP/IP
Server characterset: gbk
Db characterset: gbk
Client characterset: gbk
Conn. characterset: gbk
TCP port: 3306
Uptime: 2 days 4 hours 52 min 9 sec
Threads: 2 Questions: 382 Slow queries: 0 Opens: 28 Flush tables: 1 Open ta
bles: 0 Queries per second avg: 0.002