|
Posted by J.O. Aho on 09/05/07 16:25
Blue_Hatter wrote:
> I'm new to the world of programming and all, what I would like to know
> is how to create MySQL databases and resources that would help an
> aspiring programmer like myself at getting the hang of the whole world
> of MySQL, I love the idea of writing dynamic websites and such are ther
> like editors for MySQL databases? I am like totally clueless
Much depends on what you call "editor", there are quite many different tools
that you can "edit" with.
1. Database administration (mysql-administrator)
These tools allow you to easilly "edit" the settings for the database server
2. Query browsers (mysqlnavigator, mysql-query-browser)
These tools give you a frontend to communicate with your database
3. IDE (KDevelop)
Allows you to develop software and has syntax coloring, so you can see
easily if you done things right or not
If you want to make dynamic web pages, but not spend the time to learn SQL and
PHP, then you have a load of CMS projects at freshmeat.net that you can use.
--
//Aho
Navigation:
[Reply to this message]
|