| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
berserker than thou
Join Date: Sep 2005
Location: Bristol
Posts: 450
|
Creating MySQL databases
What do you use? I'm just starting out now and the method outlined in the book I'm learning from just isn't working for me. One of the developers mentioned using the official MySQL GUI application. Anyone else use this or something else? Cheers. |
|
|
|
|
|
#3 (permalink) |
|
berserker than thou
Join Date: Sep 2005
Location: Bristol
Posts: 450
|
Cheers Larixk. Yeah I've tried using plain sql it's just difficult with this book. I think I need to maybe change the book I'm learning from. Got any recommendations for that? The one I'm using at the moment is PHP & MySQL for Dummies, which is really clear for the PHP side but is making it confusing on the MySQL side of things. |
|
|
|
#8 (permalink) |
|
Trailer Trash™
Join Date: Sep 2006
Posts: 851
|
use the fricking command line already—then you'll actually know what you're doing; since you'll be writing sql to query your db anyway, you may as well learn how through the console, it gives you decent feedback. phpMyAdmin is all well and good if that's all the access your host gives you but you should set up a local server so you can test your queries etc - phpMyAdmin is as slow as shit for playing in. …and RTFM, the MySQL manual is top quality and has a good tutorial. gui's indeed; more hassle than they are worth. meh.
|
|
|
|
#11 (permalink) | |
|
berserker than thou
Join Date: Sep 2005
Location: Bristol
Posts: 450
|
Quote:
I'll give the actual MySQL manual a go though. |
|
|
|
|
#13 (permalink) |
|
Grumpy old man
Join Date: Oct 2007
Location: North Japan
Posts: 1,457
|
For a number of years, I created databases through the code. It always seemed pretty normal since you often needed a database initialization script to wipe/rebuild the database when testing/developing, but these days I use phpMyAdmin like everyone else. |
|
|
|
#16 (permalink) | |
|
Trailer Trash™
Join Date: Sep 2006
Posts: 851
|
Quote:
there's no advantage typing the same commands in to phpMyAdmin—especially when it's a lot slower to give you feedback. a far more frustrating experience if you're a ‘newbie’ imo by the nature of these tools, there is never anything you can do via the cli that can be done via a gui—the opposite is not true. perhaps you would care to elaborate why you feel clicking a submit button is easier than hitting return? i dont even use mysql much any more (i use postgresql, or sqlite for simpler things) but i'ts cli is one of the best i've used. meh.
|
|
|
![]() |