Just wondering what your guys thought of using one vs. the other. I am on 10.6.8 and starting Web Development.
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!
Just use PHPMyAdmin. You control it inside a browser. This comes with MAMP by default, have you not seen this?
Nope, havent had the chance. All the web development ive been doing thus far has been in windows (on which i use xampp and it works just fine).
I tried installing XAMPP on mac though, and couldnt get to logging into mysql. Got frustrated and went back to windows.