root/tags/1.0.3/mysql/test_table.sql
| Revision 2, 347 bytes (checked in by blaze, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | # SAMS - SQUID - DB MySQL-Dump |
| 2 | # -------------------------------------------------------- |
| 3 | #GRANT ALL ON squidlog.* TO squid@localhost IDENTIFIED BY "redir"; |
| 4 | USE squidlog; |
| 5 | |
| 6 | DROP TABLE IF EXISTS `redirect_test`; |
| 7 | CREATE TABLE `redirect_test` ( |
| 8 | `inp` char(50), |
| 9 | `ip` char(15), |
| 10 | `out` char(50), |
| 11 | `user` char(30), |
| 12 | `pid` int(6) |
| 13 | ) TYPE=MyISAM; |
| 14 |
Note: See TracBrowser
for help on using the browser.
