Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'received:192.168.178': 0.07; "'utf8',": 0.16; 'andreas': 0.16; 'bye,': 0.16; 'charset': 0.16; 'password,': 0.16; 'received:192.168.178.20': 0.16; 'subject:fails': 0.16; 'subject:when': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'this:': 0.26; 'header:In-Reply- To:1': 0.27; 'host': 0.29; "skip:' 10": 0.31; 'received:google.com': 0.35; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'real': 0.63; '8bit%:100': 0.72; 'subject:get': 0.81 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=o/ZLtzIRQLTCoH319zAJkWCWL2Jtiq/1MtECt9kzUP0=; b=LNW8LIhOVioT4UskaiMUDDLpYtBhOtpNj1m5FjiqEpd4z60KzfhL+mWulD0gJLUsHL KmpT5hYu2VqQUMDMD6lbfqR2OgmRgZ+j8qfD8gawF93qdvNkGjnZZBCA2y3NRnzk+v9I LCs1bsffPVRz/4Z+IV26LEZVTaHGVStKdbFF9pejf9+upGPzon88dStahpmk0nCI6vAf 7cG0qzkI/du6gaAZaUCmDtilxTDLC6++cAUJiaZux6mTa+Wyx7w0uhaSvBVP9Nqt7RBw 98oGnb+M0RrhZRzYzF43gIIHLm2YVPAtErHkc/xKi5BveXUVsEvV8G4Rd6BsA3I3GUrA plvQ== X-Received: by 10.205.35.15 with SMTP id su15mr18322968bkb.21.1380988083535; Sat, 05 Oct 2013 08:48:03 -0700 (PDT) Date: Sat, 05 Oct 2013 17:47:58 +0200 From: Andreas Perstinger User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Select fails when cookie tried to get a numeric value References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1380988091 news.xs4all.nl 15888 [2001:888:2000:d::a6]:33949 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:56198 On 05.10.2013 17:31, Νίκος Αλεξόπουλος wrote: > Now i have it like this: > > # connect to database > con = pymysql.connect( db = 'nikos_metrites', user = 'nikos_root', > passwd = 't1abhp2r!', charset = 'utf8', host = 'localhost' ) Just to be sure: That's not your real password, is it? Bye, Andreas