cfusion2k
Jan 31 2005, 03:22 AM
| | May I know what is a good GUI for manipulating mysql? Perhaps in the league of mysqlcc will be a good one Thanks for the help.
And btw, who uses GUI for their Mysql here? I know that some people like to use console to type  |
Reply
mastercomputers
Jan 31 2005, 04:38 AM
QUOTE(cfusion2k @ Jan 31 2005, 04:22 PM) May I know what is a good GUI for manipulating mysql? Perhaps in the league of mysqlcc will be a good one  Thanks for the help. And btw, who uses GUI for their Mysql here? I know that some people like to use console to type  I prefer console, doing it in PHP or SQL scripts, depends whether I'm working in the program or not at the time. Other than that, there's the web based alternative phpMyAdmin which is quite good. I haven't really looked into GUI's for MySQL although I've heard good feedback for SQLyog, maybe give that a go? Point and click methods are slower to me and there's really no need for me to use a frontend when I can plan everything out in advance, even just writing everything I want to happen in a text file and saving it for later references to see what structure I used in creating it. Well hopefully you find something that is suited to your needs. MC
Reply
matty_023
Jan 31 2005, 05:13 AM
I’ve tried using phpMyAdmin, but in the end found console is much easier and faster. If you know mySQL I suggest using console, it means you can write your code whether you have internet access at the time or not. If you don’t know mySQL well it isn’t that difficult to learn, I learnt in a few days, it’s relatively simple compared to most other programming operations. Once you learn it, it is well worth it. After which you can even write on paper what you wish to implement if you are stuck somewhere waiting. Sometimes back to the basics is just easier.
Reply
miCRoSCoPiC^eaRthLinG
Feb 1 2005, 07:50 PM
I'd go along with the others - console access is way much faster and easier than any of the GUI's. Alternatively try the new MySQL Administrator + Query Browser from mysql.com - the deprecated mysqlcc has been now broken down into two components. Ummm...  other than that - you do have a few good ones, for example, EMS MySQL Manager/Importer/Exported/Query Browser - a suite of 4 very handy tools - unfortunately they are not free. But if you are desperate enough, you could try downloading them from http://www.phazeddl.com (do a search for 'SQL' once you get to the site).
Reply
arunkumarhg
Feb 17 2005, 08:53 AM
Hi, There are lot of open source tools available under GNU GPL license, but i preffer you to go for MySqlAdmin from mysql.com, and with mysql5.0 u will get a built in admin tool. Search the net with kweyword "MySql Admin tool" And once again it depends on either do u need a web based tool or a standalone one. Cheers Arun
Reply
marijnnn
Feb 17 2005, 10:10 PM
i agree on mysql admin tool but a long time ago, i installed php & mysql & apache with winlamp, an auto installer (long ago, when i was a noob) and they had a great tool included. you have to pay for it, but the older versions were free and did their job just as wel, and still run fine on winxp. i'll have a look if i still have it somewhere but check the mysql.org site, they have some nice tools. still, i wish i could remember the tool  ok: i found it: it's mysql front: http://mysqlfront.venturemedia.de/nice tool! really! i remeber their version 2.5 being free. maybe you should google the net for that version. or download winlamp, i think they still include that version! edit: just checked the winlamp site ( http://www.dctkc.com/winlamp.php) and they do include 2.5 if you can't find it apart, it's word the 90mb download
Reply
Josh_Jpn
Feb 21 2005, 12:07 PM
I don't do much coding in MySql yet but I find it's easier to follow your own logic if you use console. Phpadmin seems ok also.
Reply
miCRoSCoPiC^eaRthLinG
Feb 22 2005, 10:41 AM
QUOTE(Josh_Jpn @ Feb 21 2005, 07:07 PM) I don't do much coding in MySql yet but I find it's easier to follow your own logic if you use console. Phpadmin seems ok also. Yups I agree to that - console access allows you to deal with problems much faster - and you get a good dose of the real HANDS-ON MySQL.. You cannot learn something through a GUI - if you REALLY WANT TO LEARN. In the end the gui will bend you down on your knees and make you go running back to the console.. Nothing like the console... Long live the console.... and linux (there, I did it again..lol)
Reply
marijnnn
Feb 22 2005, 03:39 PM
yeah, but gui apps are easier to add data. search google for mysql front 2.5 it's free there's a linux app too that is really good, but i forgot the name.
Reply
amkint
Feb 23 2005, 07:15 AM
i use the mysql prompt or sometimes phpmyadmin. phpmyadmin is good.... easy and fast.
Reply
Latest Entries
moonwitch
Mar 5 2005, 03:48 PM
Well, I don't have much hands on experience in MySQL, even though I do have it on my pc to look around in it. I also have phpMyAdmin which I found to be pretty ok, I tried the MySQL Admin and Query Browser and was completely lost and utterly confused. So I would have to agree to go for the command line option  And indeed, you will learn much more about MySQL through the commandline (at one point we did get this course in school - too bad I didn't pay attention  ) The commandline is also pretty straight forward, and there is a good help function in there as well  I just found the GUI made it more complex than it is in all honesty.
Reply
wwheeler
Mar 4 2005, 09:36 AM
Which Platform are you wondering about? For web-based acces there is nothing better than MyPHPAdmin... For PC-based access, I still uses MySQLGui, it can be found hereThere are a bunch of different PO-based guis listed and downloadable from the MYSql Download page, here. I've not really had any experiance with any other GUI's, but I'm sure some exist... Some Relevant Results from a Google on "MySQL GUIs": The Whole list of results can be found here
Reply
thedevil
Feb 28 2005, 12:09 PM
i use phpmyadmin and its easy to manipulate mysql database server... i have not tried others yet so cant say about others....
Reply
Recent Queries:--
mysql console gui - 171.30 hr back. (1)
-
winlamp free downlod - 253.66 hr back. (1)
Similar Topics
Keywords : good, gui, mysql
- Login System
I want to make a login system using Mysql. I am amateur in these thing (6)
Mysql Overhead
(3) Sometimes in a table especially if i do alot of things in it i start seeing overhead then a size
near it? what is overhead? and is it essential to optimize the table to fix it? I know its just a
press of a button but i'd like to know what happens when i optimize a table. Also when you make
a new table you can limit the size of VARCHAR to a number, that number would be the number
characters allowed in that column per entry. I'd like to know how the limit works for texts, is
it in KB? or number of characters? Cuz i made a messaging system. And i remember reading s....
Mysql Multiple Tables
(1) It is good practice to use multiple tables to sort out big amounts of data. But once you do that it
becomes increasingly hard to cross reference the tables. Mysql has a little beautiful command
structure that they have added. You can select multiple tables within one sql query. Example of a
basic sql query CODE $sql = "SELECT * FROM table WHERE row=1"; If you noticed that I selected
all of the rows in the table. Normally you will try to not select the entire table from the database
unless you absolutely want all of the table. I would recommend against it; just gra....
Any Website Provide Free Host Mysql Host?
(4) any website provide free host mysql host? i need it because i am using 000webhost.com now but it
only provide 2 mysql database... can i know where or how can i get more databases regards....
Mysql On Computer
XD (9) I posted PHP on computer? , but for some reason it doesn't show :/. Anyways I am wondering if
there is MYSQL on my computer, meaning can i make a data base on my computer? that way i make what i
want and upload it when i get hosted =)....
Mysql Database Entry By Excel Sheets
(2) Hello .. I would like to ask if i can use use Microsoft excel files in order to make entries to
mysql database. Thanks....
Mysql Database Management
(1) Hi i am new, I have a problem in understanding the query decomposition in D-DB. Can anyone help me
to understand the first question of the exercise 25.21 of Elmasri-Navath 4th edition? Consider the
following relations: BOOKS (Book#, Primary_author, Topic, Total_stock, $price) BOOKSTORE (Store#,
City, State, Zip, Inventory_value) STOCK (Store#, Book#, Qty) Consider a distributed database for a
bookstore chain called National Books with 3 sites called EAST, MIDDLE, and WEST. Consider that
BOOKS are fragmented by $price amounts into: B1:BOOK1:up to $20. B2:BOOK2:from ....
Mysql And User File_priv
(0) HI, I've hit the grain while trying to import file to mysql database - I need to enable file
permissions of the database user but this seems not possible with most of the hosting providers.
The problem is to set file_priv of the database user to "Y" . This is done in the "user" table of
the maintanance database named "mysql". cPanel doesn't allow this. Via the cPanel you can only
allow privileges on table querries but you cannot grant host file privileges to the database user -
which makes querries like: "LOAD DATA INFILE 'filename' INTO TABLE tablen....
I Have An Error With My Mysql Connection
mysql connection error (7) ok so here's my web page... http://lacrossems.t35.org/ it only lags cause its trying to
connect to the my sql server...i followed this guide
http://forum.ragezone.com/showthread.php?t=387249 and when i edit my config.php to my host and
login info i always get the error cannot connect to the database here is my config.php if you can
help me CODE $host = 'CENSORED'; // my host $host =
'righto'; // my database username $host = 'CENSORED'; // my database
password $host = 'odinms'; // my datab....
Mysql Backup With Another Address?
(4) I just got my site hacked!! (don't worry because it is not on astahost) Actually it is a
wordpress blog. So I backed up my MySQL Databases with cpanel. Now when I get my hosting approved
here at astahost, can I restore those backups? Is the change of the site address going to interfere
with this? Is there anyway I can edit those databases to work with my new address? Please help me
out here!....
Sun Bought Mysql
(6) SUN bought the swedish company MYSQL for much money, around 2million each worker got in the company,
they did it to come in to the database market, is it a good reson to buy it?....
Mysql Problem
Linking tables (1) Hello guys, I'm making a PHP/MySQL site for a friend of mine who plays an online game where you
can create towns, add buildings to them and upgrade them to a newer level. I've offered to make
him a small site where he can input his data into a database and keep track of his towns, buildings
and levels. I'll show you my database design and then explain what i want to do. Table: towns
field 1: TownID (primary key, auto-increment) field 2: TownName field 3: TownType field 4: Town
Description Table: buildings field 1: BuildingID (primary key, auto-incremen....
Mysql - So Hard
Come in here if you think MySQL is soo hard! (14) Doesn't anybody think MySQL is so hard to code? I mean think about it, you need loads of
databases just for one little script and you have to type things in like ;Host-Username:
(blahblah) ;Host-Password: (blahblah) ;Host-DatabaseName: (blahblah) Ok, that MySQL code was
random, and it is alot harder than that. If you have expierenced it being hard, you are free to
post right in here, mate.....
Mysql Script Help
help me lol, (3) ok im a real noob to this myswql stuff i know what its for but can any1 write me a script for it for
user sigh up and like a myspace type of profile with a forms peferbly Wii FC code Games. Also can
some1 explain how to add the forms if it doset bother u guys too much TY....
Not Understanding Mysql
(4) Im not understanding MySql stuff can someone help me when u got to the MySql site and all that other
stuff is this like a log of your web stuff or does it help u desigen your website just wanted to
know what it does and how do u use this thing.....
Apache Php With Mysql On Windows [solved]
(9) I have problems running PHP MySQL function in a windows set web environment. PhP scripts are
executed but if I try to use mysql connect and other like functions I get a blank window (while
using the browser). The command line client is working...I've added the path to libmysql.dll
and the extension=php_mysql.dll in the php.ini.....
Subqueries In Mysql
Using subqueries in MySQL. Very helpful. (1) This method is very useful. I always use this when simple queries of linking two tables is not
enough. This method is putting a query inside a query. Example: SELECT * FROM table1 LEFT JOIN
(SELECT * FROM table2 WHERE field1='id') AS subtable or joining multiple queries SELECT *
FROM (SELECT * FROM table1 WHERE userid='001') AS subtable1 LEFT JOIN (SELECT * FROM table2
WHERE field1='id') AS subtable2 You can join more than two queries depending on the output
you want. If someone already posted this topic here I'm sorry I don't know.....
Oracle Vs. Mysql Vs. Postgresql
POLL!! Choses you preferred db s/w! (9) Hey Everyone!, Please choose your preferred database s/w! Regards, Avell....
Login System Using A Mysql Db
How do i do this? (5) Hi guys, ive got a registration system that looks something like the one below: Firstname:
Lastname: Then i have inset.php, which looks like the following: $con =
mysql_connect("localhost","autobot","abc123"); if (!$con) { die('Could not connect: ' .
mysql_error()); }mysql_select_db("my_db", $con);$sql="INSERT INTO person (username, password) VALUES
('$_POST ','$_POST ')";if (!mysql_query($sql,$con)) { die('Error: ' .
mysql_error()); } echo "1 record added";mysql_close($con) ?> Now my question is, how do i creat....
Problems With Php Saving Data Into Mysql
HELP! I can't get my php documents to work with the mySQL (6) i have a server that says it allows php and mysql and in the control panel i can access mysqladmin
and phpmyadmin but i cant get the php to save data into the mysql, i am trying to make a text-based
MMOG so i need to save my users/passwords into a database(i thought) and it won't do it, can
anyone help me....
Mysql And Php
When trying to install Joomla (15) I don't know if this is the correct forum, but here is my question: I'm trying to test
Joomla and some forums in my computer, I have already installed MySQL with the GUI tools, Apache,
and PHP with the MySQL and MySQLi extensions, but when I'm trying to install Joomla I get this
error: Required Settings Check: ------------------------------------- PHP version >= 4.1.0
Yes - zlib compression support Available - XML support Available - MySQL support
Unavailable configuration.php Writeable Session save path Unwriteable Not ....
Permission Problem With Mysql Database Creation
Please Help! (8) I seem to have a problem with accessing my database with proper permissions. I have set the my
database correctly giving my db username all priviliges yet i seem to be unable to even log on with
this username with a denied access error. Any ideas on resolving this?....
Navcat For MySQL
is Navcat any good? (9) Hello all, i ve recently come across NavCat (GUI tool) for MySQL. I have not bought a copy yet, just
played around with the demo. Has any one used it beore, if so please let me know if its worth
buying. I already have PhpMyadmin, Just wanna know if NavCat is better than PhpMyAdmin in usibility
and functionality. Regards....
MySQL, Multiple Tables
(24) Ok, I'm coding a project which is a leap than what I'd normally do. Before, I've always
learned ONE table... put EVERYTHING in one database table. I'm making a profile system so there
needs to be at least two tables: 1 for users, 1 for content. My problem is, how do I link the two
together? I could probably figure this out faster if someone explained and posted sample SQL code
that shows how the two are linked together. Thanks!! F....
MySQL Output Database Question
(18) I am new to MySql and have just created a database after using a script. My problem is not the
script, but what it says about putting it into the output file. I cant figure out the right terms
to put it in, I keep getting errors. I try using; SELECT*FROM 'database name' WHERE
'location' but it isnt working. I'm lost with this stuff, I really am. Can someone
please help me out?....
How To Connect MySQL With Flash?
Help me connect my flash Work with MySql (8) I know Flash and mysql but could not figure out if I could ever connect these? I want to have a
dynamic content in my flash object that could be retrieved from the database directly without myself
needing to update it again and again. How can I achieve this ? Do I have to install any additional
controls or connectors to do that ? If yes any one tell me....
Mirror My MySQL Database To Another Mysql Server
(4) Hi..I want to ask if its possible to automatically mirror my mysql databases into another mysql
server?or create a small php script to do this? The reason is because, we all know that database is
very improtant if we have dynamic website. I have my forum hosted and i want to automatically
mirror this or backup into another mysql server(free). Like in freesql.org. So that im not afraid
that i forgot to backup my database..also i have one central backup database. Thanks for the
help..Im looking forward for this posibility.....
Recover Tables From A MySQL .frm File
(8) I have a couple of .frm files with no corresponding data or index files. Is it possible to recover
the table structure (field names, types, sizes, rows,col, etc) from these files? The table type is
innodb....
MySQL Realtime Replication
how to replicate mysql in realtime (4) i dont know if this might be useful to ppl here, but this is a very good knowledge for serious
siteadmins. while i was digging for mysql backup techniques, i've found that mysql is able to
do realtime replication. the idea is that there are master server and slave server. both are having
the same version of mysql installed. the data flows; Master >copy> Slave ( in realtime!)
you'll never have to manually copy the database file of wasting your time to manually use the
mysqldump command. here are the links; http://dev.mysql.com/doc/mysql/en/Replication_HOWTO.h....
MySQL - Trouble With Bulk Insert Statements
(3) I'm trying to insert about 500 rows into mysql, but I keep getting errors. If I copy and paste
too many (about 50) insert statements at a time I get errors sometimes. I sometimes even get errors
but then the row is skipped so I don't know there was an error (I'm using linux and SSH).
What's the best way to get my insert statements to put the data in MySQL? Is there anyway that I
can have it tell me if there where any errors all the statements are executed? Thanks for your
help.....
Looking for good, gui, mysql
|
*SIMILAR VIDEOS*
Searching Video's for good, gui, mysql
|
advertisement
|
|