Learning MySQL
3 Message(s) by 3 Author(s) originally posted in php sql
| From: Blue_Hatter |
Date: Wednesday, September 05, 2007
|
I'm new to the world of
programming and all, what I'd like to know
is how to create MySQL
database s and resources that'd 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
| From: J.O. Aho |
Date: Wednesday, September 05, 2007
|
wrote in message:
I'm new to the world of programming and all, what I'd like to know
is how to create MySQL databases and resources that'd 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 notIf you want to make dynamic web pages, but not spend the time to learn
SQL and
PHP, then you've a
load of
CMS projects at freshmeat.net that you can use.
--
//Aho
| From: esoterik |
Date: Sunday, September 09, 2007
|
wrote in message:
I'm new to the world of programming and all, what I'd like to know
is how to create MySQL databases and resources that'd 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 cluelessI'd grab a cheap webhost (cpanel type, few bucks a month) and play
around with it. If youre on windows, you can grab a copy of Xampp which is
an all in one apache/mysql/php/curl
release that is pretty easy to work
with.
The reason I liked starting with these was phpMyadmin made it easy to
check out what my scripts were doing to the database, and it wasnt
intimidating like working on a
command line. Leafing through a few books
at the bookstore also helped to make sense of the more complex ides too..
-eso
Next Message: ADOdb w/MySQL
Blogs related to Learning MySQL
Learning Php Mysql. The Gradual Triumph Of Linux
learning php mysql 2005. If you do one thing to improve your public relations TODAY start using the impressive functionality of PRWeb. With PRWeb you will achieve greater media exposure, improve online visibility and search engine
...
Learning MySQL
MySQL, the most popular open-source database, offers the power of a relational database in a package that's easy to set up and administer, and
Learning MySQL provides all the tools you need to get started. This densely packed tutorial
...
Learning MySQL: Designing Databases
A friend of mine is
learning PHP and
MySQL development the same way I did: by noting a needed application and setting out to write it. I suppose I had a slight advantage, since I have a programming background (
PHP is a lot easier to
...
Hey I have a fairly large and complicated MySQL database running a ...
Mootools is fast, jQuery a bit more "strong" but
learning them has been great. I'm like, 98%
PHP but I love those classes. we basically have about 4000 sites on our network, all with their own IP allocations, and very specific details
...
Learning PHP & MySQL, Second Ed.--New from O'Reilly
Learning PHP &
MySQL, Second Edition (O'Reilly, $29.99), is the perfect way to learn this potent web development combination quickly and easily. This updated second edition is perfect for newcomers to programming as well as hobbyists
...
i want to just get the raw exact data from the post and then use ...
I have a
php script that generates text files from a
mysql database. The files are probably 20-60 kb in size each and about 5-15 files at a time. When this script is running, although only a few seconds, I cannot execute other
php ...