Child pages
  • Getting Started

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The web server should be up and running. You should be able to access it through your browser, by typing "127.0.0.1" in the address bar. 127.0.0.1 is the "localhost", meaning "your computer": it is a loopback address which directs the browser to any local server. In effect, 127.0.0.1 and localhost are synonymous: you can use one or the other interchangeably.
  • The database server should be up and running. MySQL is where all your data is stored. The AMP package should provide you with a clear indicator whether MySQL is running or not.
  • The phpMyAdmin tool should be accessible. This is the web application that helps you handle data stored in MySQL. Its location depends on which AMP packaging you chose: it can be found at 127.0.0.1/phpmyadmin (XAMPP, WampServer, MAMP), 127.0.0.1/mysql (EasyPHP), or maybe at another location. Check your packages package's documentation – it might even provide a phpMyAdmin button of sort that would open the correct URL in your browser.

...