Is anyone using MySQL and can give me a little bit of information of how it does with Jaws? Thanks, Greg B.
Are you talking about making databases or administering it? I tried PhpMyAdmin a few years ago with another screenreader and found the ui quite cluttered. I think there is a webmin module for managing mysql, so you could use that to make databases and thenpopulate them by coding using something like notepad. On 30/03/2011, Greg B. <gbobo@woh.rr.com> wrote:
Is anyone using MySQL and can give me a little bit of information of how it does with Jaws?
Thanks,
Greg B.
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org http://lists.hodgsonfamily.org/listinfo/blind-sysadmins
I am going to be doing some database creation, inserting data into the tables and retrieving the data via SQL query. I am doing this for a course that I am taking in grad school. Greg B. -----Original Message----- From: blind-sysadmins-bounces@lists.hodgsonfamily.org [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Ben Mustill-Rose Sent: Tuesday, March 29, 2011 8:13 PM To: Blind sysadmins list Subject: Re: [Blind-sysadmins] MySQL Are you talking about making databases or administering it? I tried PhpMyAdmin a few years ago with another screenreader and found the ui quite cluttered. I think there is a webmin module for managing mysql, so you could use that to make databases and thenpopulate them by coding using something like notepad. On 30/03/2011, Greg B. <gbobo@woh.rr.com> wrote:
Is anyone using MySQL and can give me a little bit of information of how it does with Jaws?
Thanks,
Greg B.
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org http://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org http://lists.hodgsonfamily.org/listinfo/blind-sysadmins
The way to run MYSQL is in a *nix environment. Then, everything is command line or done through the mysql / mysqladmin commands. I've done a fair bit of this from the admin side including setting up replication but wouldn't dream of ever doing this under windows. Thanks Scott On Mar 29, 2011, at 5:26 PM, Greg B. wrote:
I am going to be doing some database creation, inserting data into the tables and retrieving the data via SQL query. I am doing this for a course that I am taking in grad school.
Greg B.
-----Original Message----- From: blind-sysadmins-bounces@lists.hodgsonfamily.org [mailto:blind-sysadmins-bounces@lists.hodgsonfamily.org] On Behalf Of Ben Mustill-Rose Sent: Tuesday, March 29, 2011 8:13 PM To: Blind sysadmins list Subject: Re: [Blind-sysadmins] MySQL
Are you talking about making databases or administering it? I tried PhpMyAdmin a few years ago with another screenreader and found the ui quite cluttered. I think there is a webmin module for managing mysql, so you could use that to make databases and thenpopulate them by coding using something like notepad.
On 30/03/2011, Greg B. <gbobo@woh.rr.com> wrote:
Is anyone using MySQL and can give me a little bit of information of how it does with Jaws?
Thanks,
Greg B.
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org http://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org http://lists.hodgsonfamily.org/listinfo/blind-sysadmins
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org http://lists.hodgsonfamily.org/listinfo/blind-sysadmins
The most accessible interface is offered by the MySQL CLI client which is the same under Linux and Windows. You need to use the command: mysql -u [username] -p [password] [database_name] Then you will be able to type (or paste) on that prompt the SQL commands you want. The GUI clients are helpful only for 2 reasons: when you don't know SQL and you don't want to learn it, and for displaying the lists of records in a list view/list box/grid, which is more nice and easy to use than the CLI client. However, unfortunately, most of the GUI clients have accessibility problems. Octavian ----- Original Message ----- From: "Greg B." <gbobo@woh.rr.com> To: "'Blind sysadmins list'" <blind-sysadmins@lists.hodgsonfamily.org> Sent: Wednesday, March 30, 2011 3:02 AM Subject: [Blind-sysadmins] MySQL
Is anyone using MySQL and can give me a little bit of information of how it does with Jaws?
Thanks,
Greg B.
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org http://lists.hodgsonfamily.org/listinfo/blind-sysadmins
participants (4)
-
Ben Mustill-Rose
-
Greg B.
-
Octavian Rasnita
-
Scott Granados