From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw0-f182.google.com (mail-yw0-f182.google.com [209.85.211.182]) by speech.braille.uwo.ca (Postfix) with ESMTP id A68C110DBF for ; Fri, 23 Oct 2009 10:19:10 -0400 (EDT) Received: by ywh12 with SMTP id 12so5130207ywh.21 for ; Fri, 23 Oct 2009 07:19:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:subject :in-reply-to:references:comments:date; bh=edFhmIAflCtpIpWvkt3vl8naOgIpFtGoyKileH/lzOk=; b=psIbZ3oiKMtHKmNIhbKdglfIZIVi0YIrYtajKHaDsyCcPk8B694tZ/pANY0JzLUAc+ jY5AN5klQW3sFqAa2TMUM79VSiONNNTifw32FcyMrV5vfBse4K8PfBhaxbNzHPmsXS7m uK4/Juxa4e9rtRLWvh/jJcEdoMxIgaYGV1gts= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:subject:in-reply-to:references:comments:date; b=wkpX3RZ8n673JHah+B7B0879tTl8Odpd0q68LSsTS0GaS2yJrQ8GQIJl7ncIbj/avK 5dVPzrKpXDFuv9j/vJC2104cpCDWavcOGoHlxH+JY4qD5aFKR0oGOrJMTIFHTReEAb7g ZjTIpdBtbQg5UrhLH5CvfFYS6f938acHdBwgQ= Received: by 10.101.181.26 with SMTP id i26mr6882360anp.56.1256307550046; Fri, 23 Oct 2009 07:19:10 -0700 (PDT) Received: from localhost (ip24-253-221-18.ok.ok.cox.net [24.253.221.18]) by mx.google.com with ESMTPS id 22sm276279ywh.15.2009.10.23.07.19.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 23 Oct 2009 07:19:09 -0700 (PDT) Message-ID: <4ae1bb5d.1608c00a.4630.1aae@mx.google.com> From: Chris Brannon To: "Speakup is a screen review system for Linux." Subject: Re: Database software In-reply-to: <20091023135626.GA4007@Betsy> References: <20091023135626.GA4007@Betsy> Comments: In-reply-to David Sexton message dated "Fri, 23 Oct 2009 03:56:26 -1000." Date: Fri, 23 Oct 2009 09:19:12 -0500 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.12 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2009 14:19:11 -0000 David Sexton wrote: > Hi, I am looking for database software that will let me create, > edit, and view mysql > databases. > Any out there that work especially well with speakup? The good old mysql command-line client works beautifully. In fact, every Unix RDBMS that I've ever used has a command-line client. They're fairly straightforward. Edbrowse can also do some database operations, as long as your RDBMS supports the ODBC interface. MySQL does, but I believe that the ODBC wrapper is packaged separately. I haven't used the database functions of edbrowse too much, so I can't give many details. While we're on the subject of databases, you might also want to have a look at PostgreSQL, the other popular free RDBMS. I prefer it to MySQL for several reasons. Please do investigate both, if you haven't already done so. -- Chris