Skip to main content
Participant
May 27, 2010
Answered

Help getting MAMP to work

  • May 27, 2010
  • 1 reply
  • 543 views

Hello,

I just downloaded MAMP so that I can build and start testing a PHP driven site, but I can't get MAMP to work. When I go the create a table and I fill in all my field's data, when I save it I get a message. "//localhost says that is not a number!" I tried changing my ports from the default 8888 to 80 - 3306 but that did not work. Is this because I am not the adminstrator on my computer. Help please I am a total Noob at this.

Thanks in advance,

This topic has been closed for replies.
Correct answer

Hi,

this is not a problem of MAMP.

That's a message from phpMyAdmin. The message is shown if you want to create a table and do not set the number of fields or you want to add a field to a table and set the type to VARCHAR and do not set a length ... or something like this.

Dirk

1 reply

Correct answer
May 28, 2010

Hi,

this is not a problem of MAMP.

That's a message from phpMyAdmin. The message is shown if you want to create a table and do not set the number of fields or you want to add a field to a table and set the type to VARCHAR and do not set a length ... or something like this.

Dirk

BearHNCAuthor
Participant
May 28, 2010

Thank you, I should of figured that out when I read the button said "go" and not "save". Thanks again.