Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #29964

Re: keeping information about players around

Path csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <dwightdhutto@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.032
X-Spam-Evidence '*H*': 0.94; '*S*': 0.00; 'parsed': 0.09; 'received :mail-vc0-f174.google.com': 0.09; 'sep': 0.09; 'cc:addr:python- list': 0.10; 'gui': 0.11; '24,': 0.16; 'url:sqlite': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'cc:2**0': 0.23; "i've": 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply- To:1': 0.25; 'am,': 0.27; 'subject:information': 0.27; 'message- id:@mail.gmail.com': 0.27; 'received:209.85.220.174': 0.29; 'servers.': 0.29; 'no,': 0.29; 'maybe': 0.29; 'worked': 0.30; 'file': 0.32; 'anywhere': 0.33; 'received:google.com': 0.34; 'data,': 0.35; 'pm,': 0.35; 'received:209.85.220': 0.35; "won't": 0.35; 'received:209.85': 0.35; 'but': 0.36; 'should': 0.36; 'received:209': 0.37; 'data': 0.37; 'subject:: ': 0.38; 'sure': 0.38; 'header:Received:5': 0.40; 'most': 0.61; 'great': 0.64; 'absolutely.': 0.84; 'hole,': 0.84; 'subject:around': 0.84; 'url:phpmyadmin': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=IpeU8IcNOHLhyzNpgDKxA5Eh/Pw3ZecshF+/UxHdr04=; b=wQKq+l1zDD5zovW+IbMdzF+FTUuRRml8voTOVaKKkSeKW1Lc1y6wBfYNMt40B14aME ZpbZSqFlpDgbiZoztmDZqL+VsPGBoRWCAq7Mt7tDzVq8r924kK4+ILqfcsHPI/i2OzzX CQOmk/b9MxYnfiKNHc8G4TbK3QPbyBQ6Gx/wzoWzgetjj6uhAwstSmOpzTITpX+MIApm eMr8tgwr+iCXoMnYsW745GuW/ZWYSY/LkMxJrfDM1XBab7CgbjWZ4SLKs+ulqNpXsxHh 5bYP8JIlILejHgx3QEWucCsFtD+EwPuguv+S0fgiNcWCv0IITSoXfY7cKJwGMmAcwlYL Z63Q==
MIME-Version 1.0
In-Reply-To <144ddc26-b1e0-4fad-8651-53b5b6cd100e@n7g2000pbj.googlegroups.com>
References <505FB849.2080201@tysdomain.com> <CA+vVgJUuVng=3h_t4WS0O8jezOLA0shAhrq+25-q14KNqXJmEw@mail.gmail.com> <CAPTjJmox0LjLFq+ZaFWHb2Cp2iCEqYndqZskzb_LKBRY4MX6kg@mail.gmail.com> <mailman.1226.1348525912.27098.python-list@python.org> <144ddc26-b1e0-4fad-8651-53b5b6cd100e@n7g2000pbj.googlegroups.com>
Date Mon, 24 Sep 2012 19:44:36 -0400
Subject Re: keeping information about players around
From Dwight Hutto <dwightdhutto@gmail.com>
To alex23 <wuwei23@gmail.com>
Content-Type text/plain; charset=ISO-8859-1
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1243.1348530278.27098.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1348530278 news.xs4all.nl 6889 [2001:888:2000:d::a6]:46578
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:29964

Show key headers only | View raw


On Mon, Sep 24, 2012 at 7:28 PM, alex23 <wuwei23@gmail.com> wrote:
> On Sep 25, 8:32 am, Dwight Hutto <dwightdhu...@gmail.com> wrote:
>> No, but phpmyadmin is a great GUI for MySQL
>
> If you're recommending MySQL use on the basis of phpmyadmin, you
> should also make sure to mention:
> http://www.phpmyadmin.net/home_page/security/
>
> Great GUI, maybe. Huge security hole, absolutely. Most organisations
> I've worked for won't allow it anywhere near their servers.
 What DB are you recommending, check out sqlite's:

http://www.cvedetails.com/vulnerability-list/vendor_id-9237/Sqlite.html

Maybe just a parsed file with data, and accessing data that you design.

-- 
Best Regards,
David Hutto
CEO: http://www.hitwebdevelopment.com

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: keeping information about players around Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-24 18:31 -0400
  Re: keeping information about players around alex23 <wuwei23@gmail.com> - 2012-09-24 16:28 -0700
    Re: keeping information about players around Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-24 19:44 -0400
      Re: keeping information about players around alex23 <wuwei23@gmail.com> - 2012-09-24 16:52 -0700
        Re: keeping information about players around Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-24 20:31 -0400
        Re: keeping information about players around Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-24 21:14 -0400

csiph-web