Devious Designs wrote:I downloaded mamp, but I'd like to know what's up with access denied.
OK:
1) Open up the MAMP application.
2) When it is open, click the OPEN START PAGE button
3) Click PhpMyAdmin link at the top
4) Click priveledges
5) Add A New User
6) Create a new user, and assign a USERNAME and PASSWORD
7) Assign what tasks you would like that user to be allowed to perform...
And bob's your uncle, you should be able to do whatever you want.........
THEN, you can create the database and tables within PhpMyAdmin, or you can write PHP scripts to do it. If you are more comfortable with SQL, you can click the SQL link after the db has been created and run your lines / scripts from there.
Hope that helps.