02-05-2021



Google uses cookies and data to:

  • Deliver and maintain services, like tracking outages and protecting against spam, fraud, and abuse
  • Measure audience engagement and site statistics to understand how our services are used
If you agree, we’ll also use cookies and data to:2019
  • Improve the quality of our services and develop new ones
  • Deliver and measure the effectiveness of ads
  • Show personalized content, depending on your settings
  • Show personalized or generic ads, depending on your settings, on Google and across the web

Jul 24, 2020 MAMP installation successfully completed Launching and configuring MAMP. After the installation is completed, it is time to launch the server for the first time. Please remember to authorize access through the Windows Firewall. Then start the app from the shortcut or the start menu. You’ll immediately see the MAMP command center. In this tutorial I show you how to install MAMP on to windows 10. MAMP is software that turns your computer into a localhost. This allows you to run PHP code. Installing MAMP There is a screen cast of this process below on YouTube. You can watch the screen cast and follow along to complete the tasks. There are notes below the YouTube video as well. MAMP & MAMP PRO: See our latest tutorials on MAMP.tv.

For non-personalized content and ads, what you see may be influenced by things like the content you’re currently viewing and your location (ad serving is based on general location). Personalized content and ads can be based on those things and your activity like Google searches and videos you watch on YouTube. Personalized content and ads include things like more relevant results and recommendations, a customized YouTube homepage, and ads that are tailored to your interests.

Click “Customize” to review options, including controls to reject the use of cookies for personalization and information about browser-level controls to reject some or all cookies for other uses. You can also visit g.co/privacytools anytime.

I installed the mamp, created the website in wordpresss, shut down my pc and now mamp wont start.

There is some issue with SQL, it says on the mamp admin this:MySQL said: Documentation

Cannot connect: invalid settings. mysqli_real_connect(): (HY000/2002): No connection could be made because the target machine actively refused it. phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.

Mamp Youtube

Please help.Thank you

I don't use MAMP, myself but on my XAMPP local server, there's a setting to switch on SQL services as well as Apache. That's what opens access to phpMyAdmin. Maybe you need to switch on a setting like that for it to work.

Thank you Jonathan Grieve . Where do you do this?

I read several sources and followed this route: C:MAMPbinphpMyAdminand opened config.inc in Brackets and in the following code I had:

$cfg['Servers'][$i]['AllowNoPassword'] = false;

and changed it to:

$cfg['Servers'][$i]['AllowNoPassword'] = true;

But it's not working at all.

/* Authentication type /$cfg['Servers'][$i]['auth_type'] = 'config';/ Server parameters /$cfg['Servers'][$i]['host'] = 'localhost';$cfg['Servers'][$i]['connect_type'] = 'tcp';$cfg['Servers'][$i]['compress'] = false;/ Select mysql if your server does not have mysqli */$cfg['Servers'][$i]['extension'] = 'mysqli';$cfg['Servers'][$i]['AllowNoPassword'] = true;$cfg['Servers'][$i]['port'] = '3306'; // MySQL port $cfg['Servers'][$i]['user'] = 'root'; // MySQL user$cfg['Servers'][$i]['password'] = 'root'; // MySQL password

The issue is where I go from MAMP application and go to WebStart page: http://localhost/MAMP/?language=English

The page is being blocked and it says to check connection and proxy and firewall settings.The site cannot be reached.

Youtube

Map Youtube

Because of this I cannot even go to Mamp Admin settings.

Please could someone help me.

Map Youtube

Hi Alexandra, maybe the answer I provided on this post might help you: https://teamtreehouse.com/community/mysql-server-light-is-not-lit-up-its-not-on

Mamp Youtube Movies

Posting to the forum is only allowed for members with active accounts.
Please sign in or sign up to post.