473,386 Members | 1,795 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

GUI interface

I have set up a bit of MS databases before and enjoy the simplicity of
graphical interfaces. Does it exist something similar for MySQL? I have
tried the MySql control center, but it seems very limited. What I
really need is also to be able to set foreign keys, relations and so
forth. Does it exist for MySql, or is a harder user inteface the price
you pay in order not to pay MS a lot of money?

Jul 20 '05 #1
2 1986
Tore Voldbekk wrote:
I have set up a bit of MS databases before and enjoy the simplicity of
graphical interfaces. Does it exist something similar for MySQL? I have
tried the MySql control center, but it seems very limited. What I
really need is also to be able to set foreign keys, relations and so
forth. Does it exist for MySql, or is a harder user inteface the price
you pay in order not to pay MS a lot of money?


I've been happy with phpMyAdmin, which is a browser-based interface to
MySQL. You need a PHP-capable web server to run it, though.
http://www.phpmyadmin.net/

For database server administration tasks, MySQL's MySQL Administrator is
nice, but it's more for monitoring and configuring the server, not
building databases.

But if you want to evaluate other MySQL GUI front-ends, mysql.com has a
large catalog of 3rd party tools:
http://solutions.mysql.com/software/?c=tools

As for foreign keys, yes, you can do that, but remember that you need to
define your database tables as InnoDB table type.
See: http://mysql.he.net/doc/mysql/en/Inn...nstraints.html

Regards,
Bill K.
Jul 20 '05 #2
On Thu, 14 Oct 2004 12:59:21 -0700, Bill Karwin wrote:
Tore Voldbekk wrote:
I have set up a bit of MS databases before and enjoy the simplicity of
graphical interfaces. Does it exist something similar for MySQL? I have
tried the MySql control center, but it seems very limited. What I
really need is also to be able to set foreign keys, relations and so
forth. Does it exist for MySql, or is a harder user inteface the price
you pay in order not to pay MS a lot of money?


I've been happy with phpMyAdmin, which is a browser-based interface to
MySQL. You need a PHP-capable web server to run it, though.
http://www.phpmyadmin.net/

For database server administration tasks, MySQL's MySQL Administrator is
nice, but it's more for monitoring and configuring the server, not
building databases.

But if you want to evaluate other MySQL GUI front-ends, mysql.com has a
large catalog of 3rd party tools:
http://solutions.mysql.com/software/?c=tools

As for foreign keys, yes, you can do that, but remember that you need to
define your database tables as InnoDB table type.
See: http://mysql.he.net/doc/mysql/en/Inn...nstraints.html

Regards,
Bill K.


I have both MySQLCC and knoda running as an experiment. Both are useful
with the latter being somewhat easier and more of what I think you want.
However it needs a few extra libraries and I still can't get it to
recognise the mysql I have running directly, but it does see it as ODBC
providing you put that service in too.

Regards
Mike R.

Jul 23 '05 #3

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

Similar topics

4
by: Roy Pereira | last post by:
I have an application that is composed of a set of "Content" dlls and a viewer application. The viewer calls a standard set of functions that are present in all the dlls. I maintain this by...
9
by: Anon Email | last post by:
Hi people, I'm learning about header files in C++. The following is code from Bartosz Milewski: // Code const int maxStack = 16; class IStack
4
by: Doug | last post by:
I am working on an existing .NET (C Sharp) component that had a com interface that was used by a VB component. When it was originally written, it had the SSEAssemblyCom class below - minus the two...
3
by: zlst | last post by:
Many technological innovations rely upon User Interface Design to elevate their technical complexity to a usable product. Technology alone may not win user acceptance and subsequent marketability....
6
by: Alex Sedow | last post by:
Example 1 interface I { string ToString(); } public class C : I { public void f() {
20
by: Ole Hanson | last post by:
I am accessing my database through an interface, to allow future substitution of the physical datastore - hence I would like to declare in my Interface that my DAL-objects implementing the...
2
by: Alex Sedow | last post by:
Why interface-event-declaration does not support multiple declarators like event-declaration? Grammar from C# spec: variable-declarators: variable-declarator variable-declarators ","...
0
by: YellowFin Announcements | last post by:
Introduction Usability and relevance have been identified as the major factors preventing mass adoption of Business Intelligence applications. What we have today are traditional BI tools that...
15
by: Xah Lee | last post by:
On Java's Interface Xah Lee, 20050223 In Java the language, there's this a keyword “interface”. In a functional language, a function can be specified by its name and parameter specs....
8
by: rn5a | last post by:
Suppose I have the following class code: Imports System Imports System.Data Imports System.Data.SqlClient Public Class DBSettings Private sqlCmd As SqlCommand Private sqlConn As...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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...

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.