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
566 Views Asked by Puzzler3141 At
1
There are 1 best solutions below
Related Questions in PHP
- php Variable name must change in for loop
- register_shutdown_function is not getting called
- Query returning zero rows despite entries existing
- Retrieving *number* pages by page id
- Automatically closing tags in form input?
- How to resize images with PHP PARSE SDK
- how to send email from localhost using codeigniter?
- Mariadb max Error while sending QUERY packet PID
- Multiusers login redirect different page in php
- Imaginary folder when I use "DirectoryIterator" in PHP?
- CodeIgniter + XDebug: debug only working in the main controller, index() function
- PHP script timeout when I use sleep()
- posting javascript populated form to another php page
- AJAX PHP - Reload div after submit
- PHP : How can I check Array in array?
Related Questions in MAMP
- Adding to MAMP database in SQL/PHP
- PHP won't appear in my local host
- How to set allow_url_include On in MAMP mac OSX?
- PECL installed gnupg calls return null
- how to set php-rewrite on mamp?
- php extension not loading in MAMP
- PHP gnupg 'import failed'
- MAMP PRO localhost waiting and waiting
- Installing Pear's PHP CodeSniffer in MAMP
- How can I recover MediaWiki pages from an old MAMP install?
- MAMP on Yosemite - connection error : SQLSTATE[HY000] [2002] No such file or directory
- MAMP Not Updating localhost and saying 'It works'
- Mysql - unknown variable 'table_cache=64'
- Configure socket.io on MAMP localhost
- How to check that the audio files in a directory match the file names stored in a database
Related Questions in MYSQLND
- PHP mysqlnd sha256_password plugin "Access denied", user works from cli mysql
- mysqlnd noticeable slower than libmysql using PDO
- Mysqlnd active connections number is too big. Is this normal?
- Can't use Get_result or fetch_assoc, mysqlnd not on shared servers
- Will removing the mysql driver and replacing it with mysqlnd break plesk?
- PHP: mysqlnd_ms don't replicate
- How to "disable" mysqlnd native type cast support in PHP
- num_rows alternative for webspace without MySQLnd
- WAMPSERVER PHP MYSQL - (mysqlnd 5.0.10 error)
- I need to check my db to see if a username or email is already in use
- PHP PDO FOUND_ROWS() returns 0
- MySQLi get_result() undefined when mysqlnd is installed
- Is possible to enable MySQL Native Driver (mysqlnd)?
- Installing mysqlnd_qc plugin
- Does mysqli_get_client_stats send requests to sql server
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)
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?
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.