Quote:
|
Originally Posted by proc355
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.
|
Yeah I have been using the command line, it's just this book (or manual) tells you to build some weird web interface and use that to send querys and I was wondering if there was anything better.
I'll give the actual MySQL manual a go though.