代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/318039/3572056
sql userinfo.sql
/*
* $Id: userinfo.sql,v 1.2 2005/03/19 19:08:08 pnixon Exp $
*
*/
/*
* Table structure for table 'userinfo'
*/
CREATE TABLE userinfo (
id INT PRIMARY KEY,
username VARCHAR(128) DEFAULT '' N
www.eeworm.com/read/318039/3572057
sql mtotacct.sql
/*
* $Id: mtotacct.sql,v 1.2 2005/03/19 19:08:07 pnixon Exp $
*
*/
/*
* Table structure for table 'mtotacct'
*/
CREATE TABLE mtotacct (
mtotacctid INT PRIMARY KEY,
username varchar(64) DEFAUL
www.eeworm.com/read/318039/3572058
sql totacct.sql
/*
* $Id: totacct.sql,v 1.2 2005/03/19 19:08:08 pnixon Exp $
*
*/
/*
* Table structure for table 'totacct'
*/
CREATE TABLE totacct (
totacctid INT PRIMARY KEY,
username v
www.eeworm.com/read/318039/3572262
sql prepaid.sql
# MySQL dump 8.13
#
# Host: localhost Database: python
#--------------------------------------------------------
# Server version 3.23.36
#
# Table structure for table 'sessions'
#
CREATE TABLE s
www.eeworm.com/read/318039/3572446
sql sqlhpwippool.sql
---
--- Draft of Netvim SQL schema just for rlm_sqlhpwippool
---
CREATE DATABASE `netvim` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
USE netvim;
CREATE TABLE `gid_ip` (
`gid` int(10) unsi
www.eeworm.com/read/318039/3572542
c sql.c
/*
* sql.c rlm_sql - FreeRADIUS SQL Module
* Main code directly taken from ICRADIUS
*
* Version: $Id: sql.c,v 1.97 2007/12/28 21:02:14 aland Exp $
*
* This program is free software; you can
www.eeworm.com/read/318039/3572675
buffered-sql
# -*- text -*-
######################################################################
#
# In 2.0.0, radrelay functionality is integrated into the
# server core. This virtual server gives an example o
www.eeworm.com/read/318039/3572684
sql ippool.sql
#
# Table structure for table 'radippool'
#
CREATE TABLE radippool (
id int(11) unsigned NOT NULL auto_increment,
pool_name varchar(30) NOT NULL,
framedipaddress
www.eeworm.com/read/318039/3572685
sql admin.sql
# -*- text -*-
##
## admin.sql -- MySQL commands for creating the RADIUS user.
##
## WARNING: You should change 'localhost' and 'radpass'
## to something else. Also update raddb/sql.conf
## with
www.eeworm.com/read/318039/3572686
sql nas.sql
#
# Table structure for table 'nas'
#
CREATE TABLE nas (
id int(10) NOT NULL auto_increment,
nasname varchar(128) NOT NULL,
shortname varchar(32),
type varchar(30) DEFAULT 'other',
ports int