Results 1-25 of about 4,131 results found for 'mysql' in 0.25 seconds
 1 2345678910...

jwma_mysql.sql
/*
 * jwma User Preferences Database
 * MySql >3.23.43 using InnoDB
 *
 * author: Thomas Christensen
Language: SQL
LOC: 105
SourceForge : jwma (Java Webmail) (project search) : .../jwma/jwma/webmail/db/jwma_mysql.sql

data.sql
--
-- $Id: data.sql,v 1.254 2007/08/28 07:46:40 hregis Exp $
-- $Source: /cvsroot/dolibarr/dolibarr/mysql/data/data.sql,v $
--
--
Language: SQL
License: GPL
(C) 2004 Guillaume Delecourt ...
LOC: 1280
Savannah NonGNU : Dolibarr (project search) : .../dolibarr/dolibarr/mysql/data/data.sql

loadToMysql.sql
-- To load SAMPLE data of EstMiner to MySql 4.0 or above, run the follwing script.
-- Part 1/2
-- Contact: bioinfo@uga.edu
Language: SQL
LOC: 28
Spider_20090108_inc : ESTminer (project search) : .../inc_005/estminer/estMiner_01.zip/sql/loadToMysql.sql

select_join_without_where.test.sql
-----------------
add_table
mysql
mysql
host
Language: SQL
LOC: 6
Spider_20090529_inc : MySQL GUI Tools Bundle (project search) : .../library/tests/test_query_composition/t/select_join_without_where.test.sql

native.test.sql
----------
SELECT host, db, user     FROM mysql.db
union
SELECT host, db, _utf8'*' FROM mysql.host
Language: SQL
LOC: 16
Spider_20090529_inc : MySQL GUI Tools Bundle (project search) : .../tests/test_query_analyze/t/native.test.zip.---/native.test.sql

quote_no.test.sql
----------
UPDATE mysql.db SET db.name='new'
----------
----------
Language: SQL
LOC: 2
Spider_20090529_inc : MySQL GUI Tools Bundle (project search) : .../tests/test_query_analyze/t/quote_no.test.zip.---/quote_no.test.sql

test_aliases.test.sql
-----------------
add_table
mysql
mysql
forum_administrator
Language: SQL
LOC: 18
Spider_20090529_inc : MySQL GUI Tools Bundle (project search) : .../library/tests/test_query_composition/t/test_aliases.test.sql

install_all_create_shared_tables_mysql.sql
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 *
 * Version: $Id: install_all_create_shared_tables_mysql.sql,v 1.8 2007/10/25 00:33:52 tdanard Exp $
 */
select '/framework/core/shared/install/mysql/install_all_create_shared_tables_mysql.sql';
Language: SQL
License: GPL
LOC: 27
Spider_20090227_inc : Corendal Wiki (project search) : .../core/shared/install/mysql/install_all_create_shared_tables_mysql.sql

is_editable.test.sql
----------
----------
select * from mysql.user
----------
----------
Language: SQL
LOC: 7
Spider_20090529_inc : MySQL GUI Tools Bundle (project search) : .../tests/test_query_analyze/t/is_editable.test.zip.---/is_editable.test.sql

add_column_order.test.sql
add_column
system
mysql
help_relation
help_keyword_id
Language: SQL
LOC: 47
Spider_20090529_inc : MySQL GUI Tools Bundle (project search) : .../library/tests/test_query_composition/t/add_column_order.test.sql

install_all_shared_mysql.sql
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 *
 * Version: $Id: install_all_shared_mysql.sql,v 1.2 2006/04/22 23:04:05 tdanard Exp $
 */
select '/main-wiki/shared/install/mysql/install_all_shared_mysql.sql';
Language: SQL
License: GPL
LOC: 16
Spider_20090227_inc : Corendal Wiki (project search) : .../main-wiki/shared/install/mysql/install_all_shared_mysql.sql

mysql_drop.sql
# $Horde: horde/scripts/db/mysql_drop.sql,v 1.1 2001/03/22 05:50:33 bjn Exp $
#
# You can simply direct this file to mysql as STDIN:
Language: SQL
LOC: 5
Spider_20090120_inc : Project View (project search) : .../pv/horde/scripts/db/mysql_drop.sql

add_column_from.test.sql
add_column
system
mysql
help_relation
help_keyword_id
Language: SQL
LOC: 7
Spider_20090529_inc : MySQL GUI Tools Bundle (project search) : .../library/tests/test_query_composition/t/add_column_from.test.sql

select_join.test.sql
-----------------
add_table
mysql
mysql
host
Language: SQL
LOC: 27
Spider_20090529_inc : MySQL GUI Tools Bundle (project search) : .../library/tests/test_query_composition/t/select_join.test.sql

add_column_where.test.sql
add_column
system
mysql
help_relation
help_keyword_id
Language: SQL
LOC: 75
Spider_20090529_inc : MySQL GUI Tools Bundle (project search) : .../library/tests/test_query_composition/t/add_column_where.test.sql

ai_calculation.sql
-- MySQL dump 8.22
--
-- Host: localhost    Database: aistockbot
Language: SQL
LOC: 0
Spider_20090226_inc : AIStockBot - aistockbot (project search) : .../0010/aistockbot/aistockbot-0.2-02/sql/ai_calculation.sql

install.sql
DROP DATABASE TEST;
DELETE FROM mysql.user WHERE User='' AND Host = '%';
DELETE FROM mysql.db WHERE User='' AND Host = '%';
DELETE FROM mysql.tables_priv WHERE User='' AND Host = '%';
Language: SQL
LOC: 21
Spider_20090529_inc : Tofu Snack Bar (project search) : .../0015/tofu/TofuSnackBar-src-v0.1.27.zip/dados/install.sql

fix_sql.sql
USE mysql;
DELETE FROM user WHERE Host = 'asterisk1.local' and user = 'root';
Language: SQL
LOC: 2
Spider_20090121_inc : trixbox - Asterisk@Home (project search) : .../007/asteriskathome/fix_sql.sql

add_column_group.test.sql
add_column
system
mysql
help_relation
help_keyword_id
Language: SQL
LOC: 15
Spider_20090529_inc : MySQL GUI Tools Bundle (project search) : .../library/tests/test_query_composition/t/add_column_group.test.sql

select_left_outer_join.test.sql
-----------------
add_table
mysql
mysql
host
Language: SQL
LOC: 13
Spider_20090529_inc : MySQL GUI Tools Bundle (project search) : .../library/tests/test_query_composition/t/select_left_outer_join.test.sql

simple_select_user.test.sql
------
select 1, User, Host
from mysql.user
where User='root'
group by Host
Language: SQL
LOC: 5
Spider_20090529_inc : MySQL GUI Tools Bundle (project search) : .../tests/test_query_analyze/t/simple_select_user.test.zip.---/simple_select_user.test.sql

install_all_create_geography_tables_mysql.sql
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 *
 * Version: $Id: install_all_create_geography_tables_mysql.sql,v 1.2 2007/01/03 17:43:28 tdanard Exp $
 */
select '/framework/core/geography/install/mysql/install_all_create_geography_tables_mysql.sql';
Language: SQL
License: GPL
LOC: 7
Spider_20090227_inc : Corendal Wiki (project search) : .../core/geography/install/mysql/install_all_create_geography_tables_mysql.sql

install_all_create_organization_tables_mysql.sql
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 *
 * Version: $Id: install_all_create_organization_tables_mysql.sql,v 1.3 2007/01/03 17:43:29 tdanard Exp $
 */
select '/framework/core/organization/install/mysql/install_all_create_organization_tables_mysql.sql';
Language: SQL
License: GPL
LOC: 7
Spider_20090227_inc : Corendal Wiki (project search) : .../core/organization/install/mysql/install_all_create_organization_tables_mysql.sql

add_column_having.test.sql
add_column
system
mysql
help_relation
help_keyword_id
Language: SQL
LOC: 48
Spider_20090529_inc : MySQL GUI Tools Bundle (project search) : .../library/tests/test_query_composition/t/add_column_having.test.sql

add_column_select.test.sql
add_column
system
mysql
help_relation
help_keyword_id
Language: SQL
LOC: 23
Spider_20090529_inc : MySQL GUI Tools Bundle (project search) : .../library/tests/test_query_composition/t/add_column_select.test.sql

 1 2345678910...

Project Matches
 1 2345...

mysql-test

Qmail__Mysql - Qmail::Mysql

MySQL

mysql-iptables

mysql-python - MySQL Module for python








About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us