代码搜索:sql

找到约 10,000 项符合「sql」的源代码

代码结果 10,000
www.eeworm.com/read/399273/2363112

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/399273/2363310

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/399273/2363416

c sql.c

/* * sql.c rlm_sql - FreeRADIUS SQL Module * Main code directly taken from ICRADIUS * * Version: $Id$ * * This program is free software; you can redistribute it and/or modify * it under
www.eeworm.com/read/399273/2363475

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/399273/2363476

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/399273/2363477

sql wimax.sql

# # WiMAX Table structure for table 'wimax', # which replaces the "radpostauth" table. # CREATE TABLE wimax ( id int(11) NOT NULL auto_increment, username varchar(64) NOT NULL default '', authd
www.eeworm.com/read/399273/2363478

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
www.eeworm.com/read/399273/2363480

sql schema.sql

########################################################################### # $Id$ # # # # schema.sql
www.eeworm.com/read/399273/2363483

sql ippool.sql

-- -- Table structure for table 'radippool' -- CREATE TABLE radippool ( id BIGSERIAL PRIMARY KEY, pool_name varchar(64) NOT NULL, FramedIPAddress INET NOT NULL, NASIPAddress VARCHAR(16) NOT
www.eeworm.com/read/399273/2363484

sql admin.sql

# -*- text -*- ## ## admin.sql -- PostgreSQL commands for creating the RADIUS user. ## ## WARNING: You should change 'localhost' and 'radpass' ## to something else. Also update raddb/sql.conf ##