代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/227977/4767450
sql mysql.sql
-- $Header: /cvsroot/usebb/UseBB/install/schemas/mysql.sql,v 1.5 2007/02/20 18:27:11 pc_freak Exp $
--
-- Table structure for table `usebb_badwords`
--
CREATE TABLE usebb_badwords (
word varchar
www.eeworm.com/read/227819/4768069
attrs sql.attrs
# Used by the Accounting Report Generator page
#
# Mysql attributes Description Show Use function
#
RadAcctId Accounting Id no
AcctSessionId Session Id no
AcctUniqueId Unique Id no
UserName
www.eeworm.com/read/227819/4768073
attrmap sql.attrmap
#
# A mapping between the attributes used by dialup_admin and the attribute
# names that will be stored in the SQL database
#
# Attributes that are not contained in this file are assumed to be reply
#
www.eeworm.com/read/227819/4768079
sql badusers.sql
#
# Table structure for table 'badusers'
#
CREATE TABLE badusers (
id int(10) DEFAULT '0' NOT NULL auto_increment,
UserName varchar(30),
Date datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
R
www.eeworm.com/read/227819/4768080
sql userinfo.sql
#
# Table structure for table 'userinfo'
#
CREATE TABLE userinfo (
id int(10) DEFAULT '0' NOT NULL auto_increment,
UserName varchar(30),
Name varchar(200),
Mail varchar(200),
Department varc
www.eeworm.com/read/227819/4768081
sql mtotacct.sql
CREATE TABLE mtotacct (
MTotAcctId bigint(21) NOT NULL auto_increment,
UserName varchar(64) NOT NULL default '',
AcctDate date NOT NULL default '0000-00-00',
ConnNum bigint(12) default NULL,
www.eeworm.com/read/227819/4768082
sql totacct.sql
CREATE TABLE totacct (
TotAcctId bigint(21) NOT NULL auto_increment,
UserName varchar(64) NOT NULL default '',
AcctDate date NOT NULL default '0000-00-00',
ConnNum bigint(12) default NULL,
C
www.eeworm.com/read/227819/4768233
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/227819/4768471
c sql.c
/*
* sql.c rlm_sql - FreeRADIUS SQL Module
* Main code directly taken from ICRADIUS
*
* Version: $Id: sql.c,v 1.79.2.1 2005/05/20 09:13:32 nbk Exp $
*
* This program is free software; you c
www.eeworm.com/read/227611/4772512
sql install.sql
# This file is part of AROUNDMe
#
# Copyright (C) 2003-2007 Barnraiser
# http:#www.barnraiser.org/
# info@barnraiser.org
#
# This program is free software: you can redistribute it and/or modify
# it u