473,471 Members | 1,721 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Is there a good user interface to mysql?


I'm looking for something that would let me scroll through tables and
edit rows and columns graphically in windows. Does anyone know of such a
program?

Jim
Jul 20 '05 #1
8 1526
"James Johnson" <jj@yaaho.com> wrote in message
news:66********************************@4ax.com...

I'm looking for something that would let me scroll through tables and
edit rows and columns graphically in windows. Does anyone know of such a
program?


Are you doing this from an MS Windows workstation?
I know of nothing better for this than MS Access. Even if you *never* work
with MS Access databases, using it as a front end to MySQL (or Oracle, or
PostGres, or SQL server) will make you happy.

Are you doing this from a Linux (GUI) Workstation?
The closest equivalent I know of is a product called Rekall. Sorry I
haven't tried it.

Thomas Bartkus
Jul 20 '05 #2
James Johnson wrote:

I'm looking for something that would let me scroll through tables and
edit rows and columns graphically in windows. Does anyone know of such
a program?


MySQL Control Center (developed by MySQL) which unfortunately they have
stopped development on. However, it is a very useful tool.
http://dev.mysql.com/downloads/other/mysqlcc.html

There's also the MySQL Query Browser which works a lot like the MSSQL
version: http://dev.mysql.com/downloads/query-browser/1.1.html

And finally MySQL Administrator which is for admining databases:
http://dev.mysql.com/downloads/administrator/1.0.html

--
Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/
Jul 20 '05 #3
On Mon, 27 Dec 2004 16:21:53 -0600, "Thomas Bartkus" <to*@dtsam.com>
wrote:
"James Johnson" <jj@yaaho.com> wrote in message
news:66********************************@4ax.com.. .

I'm looking for something that would let me scroll through tables and
edit rows and columns graphically in windows. Does anyone know of such a
program?


Are you doing this from an MS Windows workstation?
I know of nothing better for this than MS Access. Even if you *never* work
with MS Access databases, using it as a front end to MySQL (or Oracle, or
PostGres, or SQL server) will make you happy.

Are you doing this from a Linux (GUI) Workstation?
The closest equivalent I know of is a product called Rekall. Sorry I
haven't tried it.

Thomas Bartkus


Yes, I'm doing this from windows. I had no idea that access could talk
to mysql. Do you know where I can find out how to do this?

Jim

Jul 20 '05 #4
James Johnson wrote:
On Mon, 27 Dec 2004 16:21:53 -0600, "Thomas Bartkus" <to*@dtsam.com>
wrote:
"James Johnson" <jj@yaaho.com> wrote in message
news:66********************************@4ax.com. ..

I'm looking for something that would let me scroll through tables
and edit rows and columns graphically in windows. Does anyone know
of such a program?


Are you doing this from an MS Windows workstation?
I know of nothing better for this than MS Access. Even if you *never*
work with MS Access databases, using it as a front end to MySQL (or
Oracle, or
PostGres, or SQL server) will make you happy.

Are you doing this from a Linux (GUI) Workstation?
The closest equivalent I know of is a product called Rekall. Sorry I
haven't tried it.

Thomas Bartkus


Yes, I'm doing this from windows. I had no idea that access could talk
to mysql. Do you know where I can find out how to do this?


There's an ODBC driver at http://www.mysql.com/products/connector/odbc/

--
Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/
Jul 20 '05 #5
On Mon, 27 Dec 2004 21:12:56 -0500, James Johnson wrote:

Yes, I'm doing this from windows. I had no idea that access could talk
to mysql. Do you know where I can find out how to do this?

You will want to download and install the MySQL ODBC driver. Once this is
done, you can create linked tables in Access to your MySQL tables. They
will look and act just like Access tables even though the data will
actually reside on your MySQL server. You will be able to scroll through
the tables and edit rows and columns. You can also create queries using
the Access graphical query builder.

Any good book on Access will talk about using ODBC and linked tables.

Thomas Bartkus

Jul 20 '05 #6
Thomas Bartkus wrote:
On Mon, 27 Dec 2004 21:12:56 -0500, James Johnson wrote:

Yes, I'm doing this from windows. I had no idea that access could
talk to mysql. Do you know where I can find out how to do this?

You will want to download and install the MySQL ODBC driver. Once
this is done, you can create linked tables in Access to your MySQL
tables. They will look and act just like Access tables even though the
data will actually reside on your MySQL server. You will be able to
scroll through
the tables and edit rows and columns. You can also create queries
using the Access graphical query builder.


Just be wary of the queries Access creates. The SQL is often pretty
crappy and overly complex with lots of unecessary parentheses.

--
Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/
Jul 20 '05 #7
On Tue, 28 Dec 2004 17:22:58 +1300, Chris Hope wrote:
Just be wary of the queries Access creates. The SQL is often pretty
crappy and overly complex with lots of unecessary parentheses.


As will be the case whenever you let a computer generate code for you.
That doesn't diminish its utility nor does it prevent you from writing
your own clean and efficient SQL directly into queries. You also get to
define "PassThrough" queries that bypass the Microsoft SQL parsing engine
completely. In other words, when you don't need the training wheels you
just kick them off.

All in all, Access is pretty slick as a front end to MySQL.
Thomas Bartkus

Jul 20 '05 #8
On Tue, 28 Dec 2004 07:26:55 -0600, Thomas Bartkus
<Th***********@Remove.comcast.net> wrote:
On Tue, 28 Dec 2004 17:22:58 +1300, Chris Hope wrote:
Just be wary of the queries Access creates. The SQL is often pretty
crappy and overly complex with lots of unecessary parentheses.


As will be the case whenever you let a computer generate code for you.
That doesn't diminish its utility nor does it prevent you from writing
your own clean and efficient SQL directly into queries. You also get to
define "PassThrough" queries that bypass the Microsoft SQL parsing engine
completely. In other words, when you don't need the training wheels you
just kick them off.

All in all, Access is pretty slick as a front end to MySQL.
Thomas Bartkus


time to buy an access book.

Jul 20 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: philippe Tressard | last post by:
Hi, I've 2 instances of apache 1.3.27 with php 4.2.3 and mysql 3.23.42 running on the same server. The 1st apache listens the port number 80 and communicates with the 1st mysql with the...
3
by: tamdino | last post by:
I'm looking for suggestions for a really good tutorial, either book or website, on MySQL and PHP. I'm not a newbie to programming, but I am a newbie to MySQL and PHP. Any suggestions would be...
5
by: AaronV | last post by:
Hello, I'm a webmaster for a college newspaper and I'm implementing an article search. I'm running PHP with a MySQL database to store the weekly stories. Does anyone know of an article that...
1
by: Bill Warner | last post by:
I am looking for a good mod_perl/mysql application to study. I have been teaching myself perl for a few years now and have been doing things the way I have interpreted documentation. There are...
1
by: QQ | last post by:
hello I am trying to use C++ to write a program to access mySQL database. Any good tutorial about it? Thanks a lot!
1
by: steve | last post by:
I am researching mysql performance optimization. Does anyone who good books, or good url’s for this. I have seen a couple of good books on Amazon, but if you have read anything good, let me...
0
by: Mike | last post by:
Announcing MyGeneration (100% Free) MyGeneration is a .NET developer tool that generates code from templates effectively and efficiently by combining a well known scripting engine with a...
6
by: Craig Taylor | last post by:
Just curious as to opinions on the best DB interface for mysql ... I typically use the PEAR DB package but curious as to what others see as strengths and weaknesses in PDO, native mysql drivers and...
18
by: Jens | last post by:
I'm starting a project in data mining, and I'm considering Python and Java as possible platforms. I'm conserned by performance. Most benchmarks report that Java is about 10-15 times faster than...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.