A simple question:
How does one use command line for creating/editing a MySQL database? In Windows, I use XAMPP, type CMD into the start menu, go into DOS, type: /mysql -u root -p/ without the backslashes, enter the password (blank by default) and go to town.
How do I do this with MAMP? Is it even possible with terminal to basically do the same thing and just type mysql -u root -p?
I'm in a web development program in school right now and were doing everything by hand coding. I'd like to have this same setup on the mac side of things and full control over the sql files.
Thanks!