Need a little support.

Newbie Member
9Aug2007,00:56   #1
nabachi's Avatar
Hi,

Im new to this forum and to mysql. Im using Fedora core 7, and i have installed mysql. I tried to create a database in the terminal, but its very confusing.

Is there any GUI application to creat databases in mysql? and i would appriciate if someone gives me some hints and tips.

thanks in advance
Go4Expert Founder
9Aug2007,11:06   #2
shabbir's Avatar
MySQL Query Browser is there for windows but I am not sure if it has any version for *nix.
Team Leader
9Aug2007,11:10   #3
pradeep's Avatar
Yes, MySQL Query Browser has a *nix version too! If you have trouble installing it, phpMyAdmin is the best solution!
Newbie Member
11Aug2007,01:41   #4
nabachi's Avatar
HI..
thanks for your help........I really appreciate it.
but it seems that i need to create the database first, because both of them requires to connect to it first......can anyone give me an easy way to create the database and tables tables...or a link to a nice tutorial ??

and one more thing, do you know where the tables are located in linux?

cheers
Team Leader
11Aug2007,10:06   #5
pradeep's Avatar
Check this out http://www.go4expert.com/showthread.php?t=567
Go4Expert Founder
11Aug2007,10:17   #6
shabbir's Avatar
Code:
CREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name
    (create_definition,...)
    [table_option ...]
For complete details refer - Create Tables

Code:
CREATE {DATABASE | SCHEMA} [IF NOT EXISTS] db_name
    [create_specification [create_specification] ...]
For complete details refer - Create Databases
Newbie Member
11Aug2007,23:22   #7
nabachi's Avatar
Hi all...
Thanks agian. Your replies gave me an incredible amount of knowledge for me about this. Thanks a lot. and by the way, i have installed webmin which seems a nice web interface tool. Is this a good tool for server administration? forgive me if this is out of my topic. I just wanted your opinion.

Thanks to all that helped me. I will try these tutorials and let you know.

nabachi.