Softaculous


Topic : phpMyAdmin Error


Posted By: n1kko on March 28, 2015, 9:42 am
Getting the following error when trying to access phpMyAdmin

phpMyAdmin - Error
The mysqli|mysql extension is missing. Please check your PHP configuration. See our documentation for more information

I have mysql & mysqli on in php extensions and restarted apache, still same error

Posted By: Rishi_P on March 30, 2015, 8:15 am | Post: 1
Hi n1kko

Open php.ini
search for this two line.

;extension=php_mysql.dll
;extension=php_mysqli.dll

remove semi-colon and save it.

if you still getting error then try with different php version.

Which Operating System you are using.

Posted By: n1kko on March 30, 2015, 8:43 am | Post: 2
Thanks for replying, I have done that and still same issue.

I'm running on os x yosemite was working fine on previous version of Ampps just not latest version.

Posted By: Rishi_P on March 30, 2015, 8:45 am | Post: 3
Hi

Stop Apache and MySQL, close Ampps

Run this two commands in your Terminal.

cd /usr/local/lib

ln -s /Applications/AMPPS/mysql/lib/libmysqlclient.18.dylib   





Edited by Rishi_P : March 30, 2015, 8:46 am

Posted By: n1kko on March 30, 2015, 8:51 am | Post: 4
I have no lib

cd: /usr/local/lib: No such file or directory

Posted By: n1kko on March 30, 2015, 8:55 am | Post: 5
Ok I have created the lib directory and ran

ln -s /Applications/AMPPS/mysql/lib/libmysqlclient.18.dylib

now get Permission denied after running above command.

Posted By: Rishi_P on March 30, 2015, 8:57 am | Post: 6
Hi

Try with sudo

sudo ln -s /Applications/AMPPS/mysql/lib/libmysqlclient.18.dylib   

Posted By: n1kko on March 30, 2015, 9:07 am | Post: 7
Awesome thank you working now :D

Posted By: markpea on April 1, 2015, 2:45 pm | Post: 8
Quote From : Rishi_P March 30, 2015, 8:57 am
Hi

Try with sudo

sudo ln -s /Applications/AMPPS/mysql/lib/libmysqlclient.18.dylib   


I had exactly the same error and was tearing my hair out because the mysqli.so file was in the correct place. So Rishi_P, how did you figure out the solution ? Very neat.
Thanks for this -- saved me a ton of time and frustration. :-)


Powered By AEF 1.0.8 © 2007-2008 Electron Inc.