This is a discussion on using mySQL database for my PC within the MySQL forums, part of the Database Server Software category; --> I was using MS Access for my own database in my PC. However, MS Access was uncomfortable for me. ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I was using MS Access for my own database in my PC. However, MS Access was uncomfortable for me. So I am thinking to use a mySQL database for my PC. I installed mySQL server for localhost, and I am using it on command-line prompt. but I hope to have an application which creates, deletes, maintains a table, and so on by clicking mouse button. Is there any application to do them for user? Thanks in advance. |
| |||
| Raous wrote: > I was using MS Access for my own database in my PC. > However, MS Access was uncomfortable for me. > > So I am thinking to use a mySQL database for my PC. > > I installed mySQL server for localhost, > and I am using it on command-line prompt. > > but I hope to have an application > which creates, deletes, maintains a table, and so on > by clicking mouse button. > > Is there any application to do them for user? Yes, MySQL provides a range of GUI tools on their website. You probably want "MySQL Administrator" and "MySQL Query Browser". Cheers, Nicholas Sherlock -- http://www.sherlocksoftware.org |
| |||
| Raous wrote: > I was using MS Access for my own database in my PC. > However, MS Access was uncomfortable for me. > > So I am thinking to use a mySQL database for my PC. > > I installed mySQL server for localhost, > and I am using it on command-line prompt. > > but I hope to have an application > which creates, deletes, maintains a table, and so on > by clicking mouse button. > > Is there any application to do them for user? > > Thanks in advance. > All the GUI stuff is here: http://dev.mysql.com/downloads/gui-tools/5.0.html |
| ||||
| you are in the same condition with me "Nicholas Sherlock дµÀ£º " > Raous wrote: > > I was using MS Access for my own database in my PC. > > However, MS Access was uncomfortable for me. > > > > So I am thinking to use a mySQL database for my PC. > > > > I installed mySQL server for localhost, > > and I am using it on command-line prompt. > > > > but I hope to have an application > > which creates, deletes, maintains a table, and so on > > by clicking mouse button. > > > > Is there any application to do them for user? > > Yes, MySQL provides a range of GUI tools on their website. You probably > want "MySQL Administrator" and "MySQL Query Browser". > > Cheers, > Nicholas Sherlock > > -- > http://www.sherlocksoftware.org |