Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 684 results for
mysqldb
- Page 1
MySQLdb
Programming
Software Development
18 Years Ago
by katharnakh
… am not able to connect to remote MySQL server, using
MySQLdb
package. I have enough permission on remote machine with all…
MySQLdb syntax issues
Programming
Software Development
17 Years Ago
by elvenson
…CharOutput.close() ###--- MySQL implementation of the new character save. conn =
MySQLdb
.connect(host = 'localhost', user = 'hero', passwd = 'password…i keep getting errors. it seems that
MySQLdb
doesnt like me assigning a string to…API specification sheet, the MySQL manual, the
MySQLdb
documentation, and a few books... none of…
MySQLdb interface problem
Programming
Databases
15 Years Ago
by bhanu1225
…MiniAEFrame aetools idlelib sqlite3 [COLOR="Red"][B]
MySQLdb
[/B][/COLOR] aetypes idlemain sre Nav aifc ihooks…quot;spam". [B]help>
MySQLdb
[/B] [COLOR="Red"]problem in
MySQLdb
- <type 'exceptions.ImportError'>…
MySQLdb + SSH Tunnel
Programming
Software Development
15 Years Ago
by vodkalove
… connections C = machine outside of university
mysqldb
on A cannot connect to C ....but.....
mysqldb
on A can connect to B WHAT…
MySqlDb - Incorrect value returned by select.
Programming
Software Development
13 Years Ago
by xav.vijay
Hello All I am having an odd issue with
mysqldb
connection from python to a database. The issue is, when … the required value, but this does not happen via python/
mysqldb
combo. This is the query which i am running.. SELECT…
mysqldb error
Programming
Software Development
14 Years Ago
by muthulazmi
how to install the msqldb package and where to place it in python? then when i compile the code there is an error like no module named
MySQLdb
.... pls clarify this....
Re: mysqldb error
Programming
Software Development
14 Years Ago
by griswolf
Please do two things: [LIST=1] [*]Read (and follow) [B]all[/B] the README file in the distribution [*]More information: What platform, version of python, version of
mysqldb
code [/LIST]
Re: mysqldb error
Programming
Software Development
14 Years Ago
by muthulazmi
im using windows XP..version of python is 2.6.4....version of
mysqldb
is 1.2.3c1
mySQLdb + Python 2.7
Programming
Software Development
13 Years Ago
by Salman. S
My code: [CODE] from
MySQLdb
import * sql_q = '("6 bandicoot crescent doolandella brisbane qld",&…
Re: python with MySQLdb module
Programming
Software Development
16 Years Ago
by woooee
MySQLdb
is just a python wrapper around MySQL. So you also … have the MySQL daemon running. A Google for "mac
mysqldb
" will probably turn up thousands of hits from people…
Re: python with MySQLdb module
Programming
Software Development
16 Years Ago
by jlm699
MySQLdb
is not part of the standard python distribution; you can download it [url=http://sourceforge.net/projects/mysql-python]here[/url].
Re: MySQLdb Columns as variables
Programming
Software Development
11 Years Ago
by Gribouillis
According to [this answer](http://stackoverflow.com/questions/7071166/print-the-actual-query-
mysqldb
-runs), you could catch the exception and try print( repr(curso1._last_executed) ) to see which actual query was run.
Re: MySQLdb Columns as variables
Programming
Software Development
11 Years Ago
by Gribouillis
The problem is that I don't use this module
MySQLdb
. Try to use this function to replace your calls to …
Re: MySQLdb Columns as variables
Programming
Software Development
11 Years Ago
by Gribouillis
… to [this one](http://stackoverflow.com/questions/9394291/python-and-
mysqldb
-substitution-of-table-resulting-in-syntax-error). You can try…
Python and Mysql(Tkinter+MySQLdb+def)PLEASE HELP!!!
Programming
Software Development
15 Years Ago
by linux_mania
…)) y1 = float(Entry.get(y)) try: conn=
MySQLdb
.connect(host="localhost", user="root",….system("clear") def ekle(): try: conn=
MySQLdb
.connect(host="localhost", user="root",…
Pygame/MySQLdb problem
Programming
Software Development
12 Years Ago
by natehome
…= '' datab = 'pygame' table= 'networkgame' def getplayerpos(user): myDB =
MySQLdb
.connect(host=hostad, port=3306, user=usern, passwd=passw, db….fetchall() myDB.close() return results def displayplayers2(): myDB =
MySQLdb
.connect(host=hostad, port=3306, user=usern, passwd=passw,…
Problem using MySQLDB to connect MYSQL
Programming
Software Development
15 Years Ago
by gunbuster363
… 11, in <module> import
MySQLdb
File "build/bdist.linux-i686/egg/
MySQLdb
/__init__.py", line 19, in <… tell you my installation step: 1)I try to use
MySQLDB
statement, it point out that I didn't install…
MySQLDB
2) I downloaded
MySQLDB
from sourceforge 3) I tried >> python setup…
Installing mySQLdb in Ubuntu
Programming
Software Development
13 Years Ago
by HoneyBadger
…[CODE]mydeskt@mydeskt-desktop:~$ sudo apt-get install python-
mysqldb
[/CODE] but when I go to the python interpreter and… type: [CODE]>>> import
mySQLdb
[/CODE]I get: [CODE] Traceback (most recent call last…1, in <module> ImportError: No module named
mySQLdb
[/CODE]It is installed though, because when I go to…
Re: Problem using MySQLDB to connect MYSQL
Programming
Software Development
15 Years Ago
by gunbuster363
…-python", "python-mysql", "
MySQLDB
", "
MySQLdb
", "python-
mysqldb
" ...) the result always return that the package…
Re: Problem using MySQLDB to connect MYSQL
Programming
Software Development
15 Years Ago
by gunbuster363
…( I need to install mysql-devel before trying to install
mysqldb
) To conclude: 1) install Mysql 2) install mysql-devel ( alias…-devel, libmysqlclient-devel ) 3) install setuptool, the
Mysqldb
package included this 4) untar the
mysqldb
file 5) cd to the folder 6…
Re: Problem using MySQLDB to connect MYSQL
Programming
Software Development
15 Years Ago
by Stefano Mtangoo
…( I need to install mysql-devel before trying to install
mysqldb
) To conclude: 1) install Mysql 2) install mysql-devel ( alias…-devel, libmysqlclient-devel ) 3) install setuptool, the
Mysqldb
package included this 4) untar the
mysqldb
file 5) cd to the folder 6…
a need for help with MySQLdb
Programming
Software Development
19 Years Ago
by nephish
…>", line 1, in -toplevel- db =
MySQLdb
.connect(user="user", passwd="pass", …;) File "/usr/lib/python2.4/site-packages/
MySQLdb
/__init__.py", line 66, in Connect return …**kwargs) File "/usr/lib/python2.4/site-packages/
MySQLdb
/connections.py", line 134, in __init__ super(Connection,…
Python manage.py giving MysqlDB error
Programming
Software Development
15 Years Ago
by sandeep.m
… 13, in <module> raise ImproperlyConfigured("Error loading
MySQLdb
module: %s" % e) django.core.exceptions.ImproperlyConfigured: Error loading…
MySQLdb
module: No module named
MySQLdb
Please provide me the steps to install and…
Re: Problem using MySQLDB to connect MYSQL
Programming
Software Development
15 Years Ago
by Stefano Mtangoo
… job then next issue is to find package name for
MySQLdb
. Anyway from [URL="http://www.novell.com/products/linuxpackages…
Re: Problem using MySQLDB to connect MYSQL
Programming
Software Development
15 Years Ago
by gunbuster363
…;, should download a special format of "python-mysql"(
MySqlDB
)? The website provide tar format file.
how to move to the next record in MySQLdb?
Programming
Software Development
19 Years Ago
by katharnakh
… i move to previous record after i click 'Previous' in
MySQLdb
. does method exists to do this? please help me........... [I…]import
MySQLdb
from Tkinter import * db=
MySQLdb
.connect(host='127.0.01',user='',passwd='',db…
python with MySQLdb module
Programming
Software Development
16 Years Ago
by rajasekhar1242
… program on python IDE. but i got "no module
MySQLdb
" as import error. can u give me any sugg… a connection object and create a cursor Con =
MySQLdb
.Connect(host="127.0.0.1", port=3306, …
Re: Python manage.py giving MysqlDB error
Programming
Software Development
15 Years Ago
by Pupo
Hi. You have to install MySQL module:
MySQLdb
On Debian, I install it this way: aptitude install python-
mysqldb
That shoul be the problem.
Sql injection and mysqldb
Programming
Software Development
13 Years Ago
by Zeref
… around with the python module
MySQLdb
and looking at sql injection. [CODE] import
MySQLdb
def hack(name): db=
MySQLdb
.connect('xxx','xxx','xxx…
Re: Installing mySQLdb in Ubuntu
Programming
Software Development
13 Years Ago
by slate
You misspelled it. import
MySQLdb
The directory's name containing a file named __init__.py can be imported.
1
2
3
12
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC