Forum Moderators: coopster

Message Too Old, No Replies

MySQL industry standard

is there one?

         

Gomez

6:04 pm on Aug 25, 2005 (gmt 0)

10+ Year Member



I am a MySql newbie, and have been using phpMyadmin to manipulate the databases I create. I would like to know if there is an "industry standard" for setting up a MySql DB. Is using an interface like phpmyadmin considered an acceptable practice, or should I only use MySQL commands typed into the command line? Does it really matter? Is this the equivalent of typing HTML and CSS instead of using a WYSIWYG?

Thanks

freeflight2

6:10 pm on Aug 25, 2005 (gmt 0)

10+ Year Member



it's eactly the same thing, don;t worry.

Gomez

11:18 pm on Aug 25, 2005 (gmt 0)

10+ Year Member



Cool Thanks!

SeanW

11:32 am on Aug 26, 2005 (gmt 0)

10+ Year Member



A DBA should use whatever tools he feels comfortable with.

Personally, I use phpMyAdmin for maintenance, structure changes, and if I need a quick way to add/modify rows. I use the command line when building queries and testing them for performance (ie anything that I have to do, tweak, and then re test)

Sean