python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Can I replace MariaDB with MySQL in Bitnami MAMP?
I am maintaining an old, large CakePHP project which relies on the JSON database column type. This type is supported by MySQL but not by MariaDB. Changing out the JSON type is not a practical option.
...
Simon
Votes: 0
Answers: 1
cURL error 60: SSL certificate problem: certificate has expired on Magento cloud cli installation
I'm working on macOS Retina, Late 2013, I faced issue while installing Magento Cloud Cli.
I followed Magento documentation https://devdocs.magento.com/cloud/reference/cli-ref-topic.html
I tried every...

Rida
Votes: 0
Answers: 1
How can I see my php scripts files in MAMP?
I'm trying to learn PHP and I've installed MAMP (5.0.4)
I see that my files are in MAMP\htdocs
if I create an index.html file in place it in that direction how to I get it to show.
I fire up MAMP (se...

vswindell
Votes: 0
Answers: 1
Fatal error: Uncaught PDOException: could not find driver - windows MAMP php. The PHP.ini file has the correct part uncommented
I have the below error -
Fatal error: Uncaught PDOException: could not find driver
When trying to connect via PDO.
<?php
$host = '127.0.0.1';
$db = 'mytodo';
$user = 'root';
$pass = 'root';
$...

Matt Fuller
Votes: 0
Answers: 1