search for: mysqldb

Displaying 20 results from an estimated 22 matches for "mysqldb".

Did you mean: mysqld
2010 Jun 26
2
Upgrading MySQLdb
Hi; I've got MySQLdb installed (bridge to Python) and I can't figure out how to upgrade it. I did a find and got these paths: /usr/lib/python2.6/site-packages/SQLAlchemy-0.6beta2-py2.6.egg/sqlalchemy/dialects/mysql/mysqldb.py /usr/lib/python2.6/site-packages/SQLAlchemy-0.6beta2-py2.6.egg/sqlalchemy/dialects/mysql/...
2010 Jun 28
3
Upgrading MySQL
Hi; I'm trying to install django and got this error: django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is required; you have 1.2.1 So then I tried yum upgrade mysql and got this: No Packages marked for Update Please advise. TIA, Susan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100628/f...
2012 Feb 06
2
R-RApache to develop Knowledge Base
...ke to use it for further analysis using R over a web interface. The web interface which I am thnking off, just does not serve the purose of statistical analysis, it should also serve as displaying data in grids and interactive maps etc on web interface. I had thought of doing the same using python-MySQLdb to store data and then R-rpy for further statistical analysis. But as R is now directly made to work on web I am very much excited about RApache project. Very recently I was introducing Rapache project and concept of building knowledge base using Rapache-R-MySQL combination to our team memebrs, Unf...
2011 Oct 28
1
Upgrading MySQL
Hi; Upon trying to run django, I get this error: ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is required; you have 1.2.1 If I run yum update mysql I don't upgrade (expected). What do? TIA, Jack
2010 Mar 25
1
mysql-python
Is it me or does the MySQLdb module in Centos not support python's DBAPI 2.0?
2011 Feb 02
2
Centos + python + sqlalchemy + mysql
...y", line 244, in create_engine return strategy.create(*args, **kwargs) File "/usr/lib/python2.6/site-packages/sqlalchemy/engine/strategies.py", line 60, in create dbapi = dialect_cls.dbapi(**dbapi_args) File "/usr/lib/python2.6/site-packages/sqlalchemy/dialects/mysql/mysqldb.py", line 101, in dbapi return __import__('MySQLdb') File "/usr/lib64/python2.4/site-packages/MySQLdb/__init__.py", line 19, in <module> import _mysql ImportError: /usr/lib64/python2.4/site-packages/_mysql.so: undefined symbol: Py_InitModule4 Did anybody face...
2015 Jul 02
1
autocreating folders with special chars stored in mysql-userdb
...point a conversion to latin1 is performed which ruins the utf8 chars. Creating a folder post?powa? by imap-client is no problem. Hmm, what should i do now? I dont know how to influence dovecot to process retrieved utf8 data furthermore as utf8. Which charset is using dovecot when connecting to mysqldb and how to take influence? Thanks, Hajo
2009 Sep 09
1
MySQL question
An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090909/4ba848c0/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: bhfisher.vcf Type: text/x-vcard Size: 253 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20090909/4ba848c0/attachment.vcf
2017 Jul 12
2
Asterisk realtime - Error with index length in alembic script
Hi! I just tried setting up Asterisk realtime database following the wiki article https://wiki.asterisk.org/wiki/display/AST/Setting+up+PJSIP+Realtime on a Debian 9 machine (which switched from MyQSL to MariaDB). One has to install mariadb-plugin-connect, python-mysqldb and alembic packages (alembic does not work when installed via pip). Additionally - since MariaDB by default does not have a root user password set and running mysql -u root requires sudo as well - you need to execute the following: sudo mysql_secure_installation sudo mysql_upgrade -p --force So f...
2015 Sep 24
2
problems with PJSIP install on UBUNTU 14.04
On 15-09-24 04:42 PM, Ryan, Travis wrote: > Did something change DB-wise with PJSIP and realtime between 13.3.2 > and 13.5.0? I'm getting an unknown column error and unsure where I > need that column and the type it needs to be. Yes, the schema can change between versions. Following the instructions on
2020 Feb 06
2
ldb errors after upgrade, cause?
...quite sure we're not reaching the max open files limit (16k), but that leaves me fresh out of ideas :) Thanks a lot, Roel ---/--- ii libtevent0:amd64 0.9.37-1 ii libwbclient0:amd64 2:4.9.5+dfsg-5+deb10u1 ii python-ldb 2:1.5.1+really1.4.6-3 ii python-mysqldb 1.3.10-2 ii python-samba 2:4.9.5+dfsg-5+deb10u1 ii python-talloc:amd64 2.1.14-2 ii python-tdb 1.3.16-2+b1 ii samba 2:4.9.5+dfsg-5+deb10u1 ii samba-common 2:4.9.5+dfsg-5+deb10u1 ii samba-common-bin...
2008 May 27
1
Dovecot quota for mailadministrator
Hallo, i have a question for the quota with dovecot. I plan to go from our cyrus installation to dovecot. I have just install dovecot without problem with mysqldb and quota per user. Quota work well and the user receive always via Webmail or client the quota information. My question is: With cyrus the mailadministrator has the possibility to see the quota for all users with the command "quota". Output or example: 300000 9 28305 user.tinfo...
2006 Jan 12
0
Sending commands to Asterisk via FastAGI
I have a fast agi python script that reads some numbers from MySQL, and then instructs asterisk to try those numbers in sequential order. ie: def run(self): agi = AGI(self.client) db = MySQLdb.connect(host="192.168.10.15",user="user",passwd="password",db="somedb") c = db.cursor() c.execute("""Select * from ast_dp""") data = c.fetchall() for i in data: str = "EXE...
2009 Mar 05
0
Insert using Rake Task
Hi, Anyone can help me, I run my source code using rake task. It seems no error was trace, but when I look the table it doesn''t insert.I select the data here MysqlDB.Tablename and update/insert here SQLserverDB.TableName. # Start Here # rake mysqldata_select:sqldata_update def clean_html(html) new_html = strip_tags(html) # remove html tags new_html = decode_entities(new_html) # remove html encoded items new_html = new_html.strip # remove any whitespace f...
2017 Jul 12
2
Asterisk realtime - Error with index length in alembic script
...Hi! > > I just tried setting up Asterisk realtime database following the wiki > article https://wiki.asterisk.org/wiki/display/AST/Setting+up+ > PJSIP+Realtime on a Debian 9 machine (which switched from MyQSL to > MariaDB). > > One has to install mariadb-plugin-connect, python-mysqldb and alembic > packages (alembic does not work when installed via pip). > Additionally - since MariaDB by default does not have a root user password > set and running mysql -u root requires sudo as well - you need to execute > the following: > sudo mysql_secure_installation > sudo...
2020 Feb 11
1
ldb errors after upgrade, cause?
...of ideas :) > > > > Thanks a lot, > > > > Roel > > > > ---/--- > > ii libtevent0:amd64 0.9.37-1 > > ii libwbclient0:amd64 2:4.9.5+dfsg-5+deb10u1 > > ii python-ldb 2:1.5.1+really1.4.6-3 > > ii python-mysqldb 1.3.10-2 > > ii python-samba 2:4.9.5+dfsg-5+deb10u1 > > ii python-talloc:amd64 2.1.14-2 > > ii python-tdb 1.3.16-2+b1 > > ii samba 2:4.9.5+dfsg-5+deb10u1 > > ii samba-common...
2020 Feb 06
0
ldb errors after upgrade, cause?
...mit (16k), > but that leaves me fresh out of ideas :) > > Thanks a lot, > > Roel > > ---/--- > ii libtevent0:amd64 0.9.37-1 > ii libwbclient0:amd64 2:4.9.5+dfsg-5+deb10u1 > ii python-ldb 2:1.5.1+really1.4.6-3 > ii python-mysqldb 1.3.10-2 > ii python-samba 2:4.9.5+dfsg-5+deb10u1 > ii python-talloc:amd64 2.1.14-2 > ii python-tdb 1.3.16-2+b1 > ii samba 2:4.9.5+dfsg-5+deb10u1 > ii samba-common 2:4.9.5+dfsg-5+deb10u1 &g...
2007 Sep 11
1
Does the list work?
Hi all Does the list work? I have sent two mail without answer up today. I want to change Courrier-imap by dovecot but i have problems with quota and sieve in dovecot. would you help validating dovecot? I this does not work i would have to stay with courier-imap. This is the mail I sent before. Hi Well my problem is with quota it is not taken into account by deliver i compiled dovecot from
2020 Feb 05
2
ldb errors after upgrade, cause?
Hi! recently we upgraded a Debian jessie server to Debian buster, with Samba being upgraded from 4.5.12 (+dfsg-2+deb9u3) to 4.9.5 (+dfsg-5+deb10u1). A few hours later we saw these errors in syslog: smbd[26024]: [2020/02/03 11:13:13.631613, 0] ../lib/ldb-samba/ldb_wrap.c:79(ldb_wrap_debug) smbd[26024]: ldb: Failure during ltdb_lock_read(): Locking error ? Busy smbd[26024]:
2004 Nov 02
2
A little more on R, mdbtools and Access databases
Hi again, I have played a little more with mdbtools and R. I downloaded the latest version of mdbtools from sourceforge (version 0.6pre1). Quickly scanning the mailing list suggests that ODBC seems to work with PHP but I have not been able to get it to work with R. I can make a connection to the database and when I do a query I get back the names of the rows but not the data. I must admit I have