代码搜索:mySQL
找到约 10,000 项符合「mySQL」的源代码
代码结果 10,000
www.eeworm.com/read/178232/5317552
h mysql.h
/* Copyright (C) 2000-2003 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Softwar
www.eeworm.com/read/176744/5335304
js mysql.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/172725/5382713
mysql idtable.mysql
#foreach ($tbl in $tables)
insert into ID_TABLE (id_table_id, table_name, next_id, quantity) VALUES ($initialID, '$tbl.Name', $initialIDValue, $initialIDStep);
#set ( $initialID = $initialID + 1 )
#en
www.eeworm.com/read/169683/5415416
h mysql.h
/* Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Publ
www.eeworm.com/read/169351/5424041
mysql readme.mysql
How to use ntop with mySQL
--------------------------
1) install and run mySQL
2) run: mysqladmin create NTOP
3) run: mysql NTOP < database/mySQLdefs.txt
4) run: perl database/mySQLserver.pl &
5) run
www.eeworm.com/read/167562/5456418
pro mysql.pro
SOURCES = mysql.cpp
CONFIG -= qt dylib app_bundle
LIBS += -lmysqlclient
www.eeworm.com/read/167562/5456419
cpp mysql.cpp
#include "mysql.h"
int main(int, char **)
{
return 0;
}
www.eeworm.com/read/167562/5457037
pro mysql.pro
TARGET = qsqlmysql
HEADERS = ../../../sql/drivers/mysql/qsql_mysql.h
SOURCES = main.cpp \
../../../sql/drivers/mysql/qsql_mysql.cpp
unix:!contains(LIBS, .*mysqlclient.*):!contains(LIBS, .*mys