Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #29944 > unrolled thread
| Started by | Dwight Hutto <dwightdhutto@gmail.com> |
|---|---|
| First post | 2012-09-24 18:31 -0400 |
| Last post | 2012-09-24 21:14 -0400 |
| Articles | 6 — 2 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
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
| From | Dwight Hutto <dwightdhutto@gmail.com> |
|---|---|
| Date | 2012-09-24 18:31 -0400 |
| Subject | Re: keeping information about players around |
| Message-ID | <mailman.1226.1348525912.27098.python-list@python.org> |
On Mon, Sep 24, 2012 at 6:19 PM, Chris Angelico <rosuav@gmail.com> wrote: > On Tue, Sep 25, 2012 at 7:14 AM, Dwight Hutto <dwightdhutto@gmail.com> wrote: >> Also, If this is a browser app I'd go with phpmyadmin, and MySQL >> >> If a tkinter/wxpython/etc app, then maybe sqlite. > > Out of curiosity, why? MySQL isn't magically better for everything > where data ends up displayed in a web browser. No, but phpmyadmin is a great GUI for MySQL Unless you're planning > to also reference this database from some other language, it's going > to make little difference what backend you use; and even if you are > using multiple languages, it's usually not difficult to find overlap. Well this is python, but in the browser a little echo, instead of print, isn't that bad for conversational php. And in the end it's usually html, php, css, javascript in the browser, atleast for me it is. I'm just starting to utilize python in that area, so excuse the naivety. -- Best Regards, David Hutto CEO: http://www.hitwebdevelopment.com
[toc] | [next] | [standalone]
| From | alex23 <wuwei23@gmail.com> |
|---|---|
| Date | 2012-09-24 16:28 -0700 |
| Message-ID | <144ddc26-b1e0-4fad-8651-53b5b6cd100e@n7g2000pbj.googlegroups.com> |
| In reply to | #29944 |
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.
[toc] | [prev] | [next] | [standalone]
| From | Dwight Hutto <dwightdhutto@gmail.com> |
|---|---|
| Date | 2012-09-24 19:44 -0400 |
| Message-ID | <mailman.1243.1348530278.27098.python-list@python.org> |
| In reply to | #29959 |
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
[toc] | [prev] | [next] | [standalone]
| From | alex23 <wuwei23@gmail.com> |
|---|---|
| Date | 2012-09-24 16:52 -0700 |
| Message-ID | <66da5330-e517-4712-a9e0-be01f0bae480@lo4g2000pbb.googlegroups.com> |
| In reply to | #29964 |
On Sep 25, 9:44 am, Dwight Hutto <dwightdhu...@gmail.com> wrote: > What DB are you recommending, check out sqlite's: > > http://www.cvedetails.com/vulnerability-list/vendor_id-9237/Sqlite.html Are you _seriously_ comparing _four_ vulnerabilities to 60+? > Maybe just a parsed file with data, and accessing data that you design. Just stop.
[toc] | [prev] | [next] | [standalone]
| From | Dwight Hutto <dwightdhutto@gmail.com> |
|---|---|
| Date | 2012-09-24 20:31 -0400 |
| Message-ID | <mailman.1252.1348533072.27098.python-list@python.org> |
| In reply to | #29968 |
On Mon, Sep 24, 2012 at 7:52 PM, alex23 <wuwei23@gmail.com> wrote: > On Sep 25, 9:44 am, Dwight Hutto <dwightdhu...@gmail.com> wrote: >> What DB are you recommending, check out sqlite's: >> >> http://www.cvedetails.com/vulnerability-list/vendor_id-9237/Sqlite.html > > Are you _seriously_ comparing _four_ vulnerabilities to 60+? > Even less if you use your own DB structure, and evn less in mysql if you reject the injections of the known vulnerablities. >> Maybe just a parsed file with data, and accessing data that you design. > > Just stop. Why not suggest odbm or relational db's, this shows your lack of complexity in design, so please stop your own Dunner-Kruning. -- Best Regards, David Hutto CEO: http://www.hitwebdevelopment.com
[toc] | [prev] | [next] | [standalone]
| From | Dwight Hutto <dwightdhutto@gmail.com> |
|---|---|
| Date | 2012-09-24 21:14 -0400 |
| Message-ID | <mailman.1259.1348535677.27098.python-list@python.org> |
| In reply to | #29968 |
Anything else? -- Best Regards, David Hutto CEO: http://www.hitwebdevelopment.com
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web