Results 1-25 of about 1,044 results found for 'mysql' in 0.37 seconds
 1 2345678910...

__init__.py
DRIVERS=['mysql']
Language: Python
LOC: 1
Savannah GNU : GNU Enterprise (project search) : .../src/datasources/drivers/mysql/__init__.py

Connection.py
        raise GConditions.ConditionNotSupported, tmsg
  # Code necessary to force the connection into transaction mode... 
  # this is usually not necessary (MySQL is one of few DBs that must force)
  def _beginTransaction(self): 
    pass
Language: Python
License: GPL
Copyright 2000-2003 Free Software Foundation
LOC: 296
Savannah GNU : GNU Enterprise (project search) : .../datasources/drivers/odbc/wodbc/Connection.py

__init__.py
DRIVERS=['mysql']
Language: Python
LOC: 1
Savannah GNU : GNU Enterprise (project search) : .../src/datasources/drivers/mysql/__init__.py

db_settings.py
DATABASE_ENGINE = 'mysql'
Language: Python
LOC: 1
Google : django-schemaevolution - Set of sripts for...jects (project search) : .../django-schemaevolution/trunk/test/se_test/db_settings.py

__init__.py
vendors = ['postgresql','oracle','interbase','mysql']
Language: Python
LOC: 1
Savannah GNU : GNU Enterprise (project search) : .../src/schema/scripter/processors/__init__.py

hook-gnue.common.GConnections.py
hiddenimports = [
  'gnue.common.dbdrivers.mysql',
  'gnue.common.dbdrivers.odbc',
  'gnue.common.dbdrivers.psycopg',
Language: Python
LOC: 9
Savannah GNU : GNU Enterprise (project search) : .../gnue-designer/packaging/mcmillan/hooks/hook-gnue.common.GConnections.py

connex.py
# connex.py
from sqlobject import *
mysql_db = 'samfelt'
mysql_user = 'samfelt'
mysql_password = 'b6162253'
Language: Python
LOC: 9
Spider_20090227_inc : SonomaSunshine (project search) : .../sonomasunshine/sonomasunshine-0.6.1.zip/sonomasunshine-0.6.1/python/connex.py

Driver.py
#
# FILE:
# mysql/DBdriver.py
#
# DESCRIPTION:
Language: Python
License: GPL
Copyright 2000-2003 Free Software Foundation
LOC: 188
Savannah GNU : GNU Enterprise (project search) : .../datasources/drivers/mysql/mysql/Driver.py

mysql.py
#
# FILE:
# mysql.py
#
# DESCRIPTION:
Language: Python
License: GPL
Copyright 2002-2003 Free Software Foundation
LOC: 45
Savannah GNU : GNU Enterprise (project search) : .../src/schema/scripter/processors/mysql.py

config.py
MYSQL_HOST = "127.0.0.1"
MYSQL_USER = "root"
MYSQL_PASSWORD = ""
Language: Python
LOC: 6
Google : itf - BitTorrent client with an highly cus...rface (project search) : .../Google/i/itf/trunk/config.py

kahemba-switch-mysql.py
#!/usr/bin/python
from kahemba import switchdb
switchdb.SwitchDB("mysql")
Language: Python
LOC: 2
Spider_20090107_inc : kahemba (project search) : .../batches/inc_004/kahemba/kahemba-0.1alpha7/kahemba-switch-mysql.py

DataObject.py
        raise GConditions.ConditionNotSupported, tmsg
  # Code necessary to force the connection into transaction mode... 
  # this is usually not necessary (MySQL is one of few DBs that must force)
  def _beginTransaction(self): 
    pass
Language: Python
License: GPL
Copyright 2000-2003 Free Software Foundation
LOC: 295
Savannah GNU : GNU Enterprise (project search) : .../datasources/drivers/odbc/wodbc/DataObject.py

RecordSet.py
        raise GConditions.ConditionNotSupported, tmsg
  # Code necessary to force the connection into transaction mode... 
  # this is usually not necessary (MySQL is one of few DBs that must force)
  def _beginTransaction(self): 
    pass
Language: Python
License: GPL
Copyright 2000-2003 Free Software Foundation
LOC: 295
Savannah GNU : GNU Enterprise (project search) : .../datasources/drivers/odbc/wodbc/RecordSet.py

fsd-search.py
import sys
import MySQLdb
import traceback
from math import ceil
Language: Python
LOC: 270
Savannah GNU : Quagga (project search) : .../gnulist/gnulist/gnulist/src/fsd-search.py

setup.py
from distutils.core import setup, Extension
version = "0.3.1"
name = "py-sqlplug-mysql-%s" % version
cwd = os.getcwd()
include_dirs = []
Language: Python
LOC: 35
Spider_embedded_001 : py-sqlplug_mysql (project search) : .../embedded_001/py-sqlplg-mysql/py-sqlplug_mysql-0.3.1p1.tar.bz2/py-sqlplug_mysql-0.3.1/setup.py

__init__.py
"""MMAIM - A MySQL Management And Interface Module.
For information, look the the docs under the "doc" directory and
for examples under "examples" when you installed this software.
Language: Python
LOC: 6
Spider_20081217_inc : google-mmaim (project search) : .../inc_003/goog-mmaim/maim-0.1/maim/__init__.py

__init__.py
"""
from generic import GenericDriver as Generic
from mysql import MySQLDriver as MySQL
from sqlite import SQLiteDriver as SQLite
Language: Python
LOC: 8
Google : dbmigrations - A library (and tool) for da...ions. (project search) : .../dbmigrations/trunk/dbmigrations/drivers/__init__.py

connection.py
import sqlobject
from sqlobject.mysql import builder
conn = builder()(user='pedrinho', passwd='segredo',
                 host='localhost', db='pedrinho')
Language: Python
LOC: 4
BerliOS (SVN) : Pedrinho _ Call Center Manager (project search) : .../BerliOS (SVN)/p/pedrinho/trunk/connection.py

__init__.py
DRIVERS = [ 'adodbapi','db2','informix','mysql','postgresql',
            'sqlite','dbf','ingres','odbc','sapdb',
            'sqlrelay','appserver','gadfly','interbase',
Language: Python
LOC: 4
Savannah GNU : GNU Enterprise (project search) : .../gnue-common/src/datasources/drivers/__init__.py

__init__.py
DRIVERS = [ 'db2','informix','mysql','postgresql',
            'sqlite','dbf','ingres','odbc','sapdb',
            'sqlrelay','appserver','gadfly','interbase',
Language: Python
LOC: 4
Savannah GNU : GNU Enterprise (project search) : .../common/src/datasources/drivers/__init__.py

test_mysql.py
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
# $Id: test_mysql.py,v 1.15 2004/11/10 22:22:59 richard Exp $
import unittest, os, shutil, time, imp
from roundup.hyperdb import DatabaseError
Language: Python
(c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/)
LOC: 63
Spider_20090401_inc : Roundup Issue Tracker (project search) : .../Roundup_Issue_Tracker/roundup-20071222.tar/roundup/test/test_mysql.py

patch-setup.py
+++ setup.py     2006-08-28 13:44:58.000000000 -0700
@@ -22,7 +22,7 @@
 def mysql_config(what):
     from os import popen
-    f = popen("mysql_config --%s" % what)
Language: Python
LOC: 10
MacPorts : Macports (project search) : .../dports/python/py-mysql/files/patch-setup.py

mydb.py
# -*- coding: UTF-8 -*-
# mydb.py
# Automation for MySQL
# Marc Lebrun
# Version: 200509170900
Language: Python
LOC: 54
Spider_20090108_inc : MLMusicDB (project search) : .../batches/inc_005/mlmusicdb/mydb.py

privateConfig.py
jabberSharqPassword = 'reallySecret1'
jabberSharqResource = 'sharq'
# how sharqd logs into the mysql server
mysqlSharqUsername = 'sharq'
mysqlSharqPassword = 'notObvious'
Language: Python
LOC: 5
Spider_20090107_inc : sharq (project search) : .../sharq-0.2.1.tar.bz2/sharq-0.2.1/etc/sharq/privateConfig.py

sql.py
#                                                                       #
#########################################################################
import MySQLdb
from config import Config
from logs import Logs
Language: Python
License: GPL
Copyright 2007 GAUTHIER-LAFAYE Mathieu #
LOC: 41
Google : pytoner - Toner stock manager (project search) : .../pytoner/trunk/toner/core/sql.py

 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