代码搜索:mySQL

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

代码结果 10,000
www.eeworm.com/read/323119/13350268

mysql_config

#!/bin/sh # Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public
www.eeworm.com/read/323119/13350286

mysql_setpermission

#!/usr/bin/perl ## Emacs, this is -*- perl -*- mode? :-) ## ## Permission setter for MySQL ## ## mady by Luuk de Boer (luuk@wxs.nl) 1998. ## it's made under GPL ...:-)) ## ## ####
www.eeworm.com/read/323119/13351072

cfg mysql.cfg

#This file is automaticly generated by crash-me 1.61 NEG=yes # update of column= -column Need_cast_for_null=no # Need to cast NULL for arithmetic alter_add_col=yes # Alter table add column al
www.eeworm.com/read/323119/13351172

benchmark mysql.benchmark

# This file describes how to run MySQL benchmarks with MySQL # # The test was run on a Intel Xeon 2x 550 Mzh machine with 1G memory, # 9G hard disk. The OS is Suse 6.4, with Linux 2.2.14 compiled w
www.eeworm.com/read/323119/13351816

result mysql.result

drop table if exists t1; create table t1(a int); insert into t1 values(1); ERROR at line 9: DELIMITER must be followed by a 'delimiter' character or string Test default delimiter ; a 1 Test delimite
www.eeworm.com/read/323119/13353573

test mysql.test

# This test should work in embedded server after we fix mysqltest -- source include/not_embedded.inc # # Testing the MySQL command line client(mysql) # --disable_warnings drop table if exists t1; --e
www.eeworm.com/read/323119/13354345

exe mysql.exe

www.eeworm.com/read/322529/13377745

mysql_auth

www.eeworm.com/read/136339/13382399

chm mysql.chm

www.eeworm.com/read/322020/13390962

sql mysql.sql

CREATE TABLE TFILES (ID INT(4) NOT NULL, FILENAME VARCHAR(255), FILE LONGBLOB, PRIMARY KEY (ID)); INSERT TABLE TFILES (ID, FILENAME, FILE) VALUES (1,"sample",null);