So I've been working with MAMP to develop a site locally on my computer, but one of the things that has been really bugging me is that MAMP doesn't come with the MySQL Natural Driver for PHP. So I can't use the lovely get_result() function. I even tried compiling PHP manually with the driver, but that quickly went up in flames. If it is impossible to set MAMP up with the mysqlnd, then could someone explain what would be the best way to go about getting it? Running Mac OS X 10.7 Lion.
MAMP with MySQL natural driver
569 views Asked by Puzzler3141 At
1
There are 1 answers
Related Questions in PHP
- How to add the dynamic new rows from my registration form in my database?
- Issue in payment form gateway
- How to create a facet for WP gridbuilder that displays both parent and child custom fields?
- Function in anonymous Laravel Blade component
- How to change woocomerce or full wordpress currency with value from USD to AUD
- General questions about creating a custom theme Moodle CMS
- How to add logging to an abstract class in php
- error 500 on IIS FastCGI but no clue despite multiple error loggings activated
- Composer installation fails and reverts ./composer.json and ./composer.lock to original content
- How to isolate PHP apps from each other on a local machine(Windows or Linux)?
- Laravel: Using belongsToMany relationship with MongoDB
- window.location.href redirects but is causing problems on the webpage
- Key provided is shorter than 256 bits, only 64 bits provided
- Laravel's whereBetween method not working with two timestamps
- Implementing UUID as primary key in Laravel intermediate table
Related Questions in MAMP
- Cannot edit functions.php and any of the website pages anymore on localhost
- MAMP not showing my Duplicator Pro downloaded WordPress website locally
- Trouble Integrating MySQL 8.0 with MAMP for Joomla 5 on an Older iMac
- Php 8.2 curl extension not working windows + mamp
- I want to install php 7.2.34 in MAMP but the version available in MAMP is php8. I tried copying the files from the brew install
- Support AVIF in MAMP
- How can I install Python Packages to MAMP Python installation or get MAMP to use a local installation or virtual environment?
- Problems with MAMP and MacOS Sonoma
- How to upload csv file onto MySQL database using PHP and MySQL
- localhost can't find file even though it exists (HTTP ERROR 500), MAMP server
- Cannot access public folder via Url - Laravel 10 / Apache
- Install extensions mongodb in php 7.4 failed with error symbol not found in flat namespace (_ZSTD_compress)
- How do I connect Selenium to localhost?
- 500 Server Error when starting local server with MAMP
- MAMP and PHP new versions
Related Questions in MYSQLND
- Mariadb 11.3.2 + PHP: Server sent charset (0) unknown to the client. Please, report to the developers
- How to connect in PHP to a MySQL database without getting errors due to cPanel?
- Cannot save emojis in utf8mb3 tables… Overnight, since MariaDB 10.6 update and switching to nd_mysqli
- Troubles Completing the 'pdo_mysql' Installation on PHP 8
- How to determine mysqlnd version for PHP (for usage of iconv())?
- MySQLnd gone missing? How can I work with host provider?
- Updating DB table when Mysqli result is cached
- mysqli_fetch_all raising undefined function error in PHP 7.3
- Install mysqlnd_memcache on Ubuntu for pre-installed innodb_memcache plugin
- Wordpress blog with technical difficulties after migrating to a PHP 7.3 server and even disabling all plugins
- alternative to mysql_nd functions
- How to count returned rows number without using get_result() in mysqli?
- Does mysqli_get_client_stats send requests to sql server
- Installing mysqlnd_qc plugin
- Should I need to explictly cast hard-coded values in UNION joins for ints not to end up as strings using mysqlnd?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Vagrant is most likely the best solution for conflicting issues with PHP, MySQL and etc. While many people are timid at configuring their own virtual machine you can use a preconfigured box like the one listed here:
http://laravel.com/docs/homestead
This allows you to get up and running quickly and modify MySQL anyway you prefer.