Jump to content

Which software you use to administer your sql database?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
22 replies to this topic

#1
jessje

jessje

    Learning Programmer

  • Members
  • PipPipPip
  • 64 posts
Which software do you use to administer your sql database?
Software like phpmyadmin or some other sql database software?

#2
wahkiz

wahkiz

    Learning Programmer

  • Members
  • PipPipPip
  • 30 posts
phpMyAdmin =D its by the far the easiest to use.

Would like to see someone suggest some alternatives tho

#3
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,298 posts
I use phpMyAdmin aswell for some things, but mostly I use MySQL's own GUI-Tool named MySQL Query Browser, downloadable for free from mysql.

the advantages with this is:

tabs to hold and work on several queries and resultsets at the same time.
it can load larger sql-scripts than phpMyAdmin can manage.
you get SQL syntax highlighting while writing your queries
you can as easy as with phpMyAdmin magnage your tables creating and modifying tables and stuff.

many web hotels don't allow access from remote to the sql-server though :/

#4
wahkiz

wahkiz

    Learning Programmer

  • Members
  • PipPipPip
  • 30 posts
Yeap, I would say that I find phpMyAdmin more useful than a GUI tool, because it's accessible regardless of how restricted the web access is. And second, I think it has the simplest and easily adaptable interface.

I remember XAMPP bundled a GUI tool to use with the MYSQL server, but I was so used to pma that I placed pma to use in local instead LOL.

#5
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I use a mixture of tools, but mainly Database Workbench Pro.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#6
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I use PHPMyAdmin for MySQL and Toad for Oracle. Zend Studio has a built in MySQL tool that I'll probably be using in the future.

#7
wahkiz

wahkiz

    Learning Programmer

  • Members
  • PipPipPip
  • 30 posts
Lol, I am wondering what is the advantages of Oracle over mysql. Sounds interesting.

#8
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
My observations on Oracle vs MS SQL vs Firebird:
Firebird is free, open-source, cross-platform, and works well until you get to around 20 GB in size. At that point it starts to slow down.
MS SQL is easy to manage, but does a few odd things, especially with Collations
Oracle is a pain in the rump to manage. It will not auto-truncate strings for you, it has very odd rules for handling date/time fields, etc. I think all this is to enable better internationalization, but it makes it a real pain for day-to-day usage.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#9
Guest_Jaan_*

Guest_Jaan_*
  • Guests
I use phpMyAdmin also.. but Jordan.. I have Zend Studio and it's very lame.. believe me

#10
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Do you have the new version based on Eclipse or the old version?? I really like the new version plus it is cross-platform. I can use it here at work in Windows, go home and load it in Linux. Not to mention I just took a week long class from Zend on using it.

I agree though, the old version was crap.

#11
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
I use phpmyadmin. I find it good enough for my uses and it was pre-installed on my web server software. :)

#12
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
I don't use anything, I don't have DBs. :(
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums