Forum Moderators: open
So far im self taught but would love to try getting qualified, anyway, what would you all say the best way to learn how to create databases is?
I have a connection to my server through phpMyadmin, or should I learn and get use to using my MySQL Command Line Prompt instead.
Cheers for all advice.
Geoffb
Anyway, the best way to learn is to play around with different things, but of course you need a starting place. I'd go to your local library and pick up a cheap book on beginning MySQL or similar, or even visit their site: mysql.com. Read everything you can get your hands on and try out each thing you read. You do this for awhile and you'll be well on your way to dealing with databases.
Good luck :)
Id get the mysql admin and mysql query browser tools from the mysql site and use those to learn with.
The query browser is very good as good if net better than the enterprise manager that I had when I worked on oracle databases.
I also recomend [oreilly.com...] which covers the sytax for the main sql varaints (this is for a bit later when you just need to look up how mysql does somthing as opposed to oracle, posgress sqlserver)
That means you can get on with the more essential learning - INSERT, SELECT and UPDATE. I rarely see MySQL-based systems which create tables or databases after a run-once setup, so if you only have time to learn a few commands, then yes - skip over those - use something which does them for you!