MAMP PRO vs VHX7 vs AMPPS vs Native OSX config - mysql

I didn't find much on the net and that why i would like to ask your point of views regarding setting up a local web environment on an iMac
1- Which of the mentioned apps is recommended to install on a Mac, which is low in resources.
2- Does MAMP or AMPPS use the native OSX apache and PHP, or do they install their own versions?
Thanks in advance for your cooperation
Cheers

MAMP and VHX7 each installs its own server software, not the default macOS versions.

Related

Why won't MySQL 8.0.28 install on macOS 12 Monterey?

I downloaded the community version of MySQL but it won't install on macOS. How come?
Since the introduction of Apple M1 CPU, software like MySQL provided 2 versions for Apple M1 CPU (arm) and Intel CPU (x86).
Please make sure you downloaded the right version.
This works for me:
To download the MySQL Community Server, go to MySQL Community Downloads page and click Download button for macOS 11 (ARM, 64bit), DMG Archive. This will download the MySQL Community Server version 8.0. 27 file in your macOS' Download folde
I got the error below :
"mysql-8.0.31-macos12-x86_64.pkg” cannot be opened because it is from an unidentified developer."
Below steps resolved this issue on my mac m1.
Download the x86 version(DMG) for Mac M1.
Double click the DMG and it'll open the .pkg file.
Rather than double clicking on the .pkg file, right click and open the package.
I encountered the same issue. I was able to resolve it by downloading the x86 version on my Macbook
As an workaround you also could consider getting mysql from brew with brew install mysql.
I found the Solution. You have to allow it to pass through in the system setting. Watch this video https://www.youtube.com/watch?v=W1AxFoomV0c

Can't download MySql in windows 10

I can't install MySql, every it shows that "MySql didn't find packages in the current bundle suitable for installation
MySql-download problem
if you are using Web community edition, try with the offline version and install it. In case of issue persist after download disconnect your internet. it should work.
I had to uninstall the previously installed versions. I had some kind of network problem so when I installed it for the first time, the installation wasn't complete. And I tried to install it again.

How to install MySQL 8.0.20 in Windows?

I have tried several suggestions from the web and I have all the prerequisites to installing MySQL. I have all Visual C++ installed on my laptop.
What could the problem be or is there something I am missing somewhere? Here is the image of the installation process with the error highlighted:
Clear all the installation paths and installed files.. again reinstall it.. Go services and see

Ejabberd source code Installation in windows 10

I want to know the procedure to install Ejabberd from source code in windows 10. In their documentation, the installation with source code is only given for the Linux based operating system. I am struggling to find any good documentation on the same.
I think the windows installer is, in fact, compiled and packaged in Linux or other operating system. Following this reasoning, there's a way to get your self-compiled ejabberd running in Windows:
Download and install the latest ejabberd binary package in your Windows server. See what Erlang/OTP version and what ejabberd version you have.
Now, go to a development machine where you know ejabberd can be compiled: GNU/Linux, BSD, maybe Mac.
Download the same Erlang/OTP version, and download the source code of the same ejabberd version
Compile ejabberd
Copy the resulting *.beam files from the development machine to the Windows server, overwriting the originally installed ones

XAMPP on iMac - will it adversely affect built in Apache, Perl, PHP

The issue of importance here is installing and using MySQL on my iMac. To my knowledge, OS X (currently running OS X 10.5.8) has the Apache web server, Perl and PHP already installed (I've verified that by experiment). It does not have MySQL installed however and I'd like to install it.
I stumbled upon a couple versions of the Apache, Perl, PHP, MySQL bundle known by various names such as MAMP, XAMP and XAMPP. XAMPP seems to be the best of the bunch, but that's somewhat irrelevant to the discussion. What I'd like to know is if I install, say XAMPP, will this affect the built-in Apache, Perl and PHP instances installed on the machine? I don't want to mess those up in any way (i.e. will installing XAMPP change those installations?). If it's a separate install, could there be conflicts of some sort between the built-in Apache and the one installed from XAMPP?
In case it isn't obvious, I know next to nothing about web servers or their configuration.
See earlier SO question: XAMPP or MAMP on Mac OS X 10.6.2 (Snow Leopard)
Read the docs: XAMPP - and Bitnami for that matter http://bitnami.org/stacks - don't change or impact current OS X installs of apache, php, etc.
XAMPP docs say that XAMPP "comes as a Mac OS X Installer package which contains all the necessary files and requires no dependencies."
Regarding BitNami, I'd like to mention that if the installer detects any software running in the default port (for instance if you have your own Apache server running in your system), it will asked you to select a different port for BitNami and it will configure the new server using that port. You don't need to manually configure it after the installation, it is automatically done.