Page 1 of 2
phpmyadmin problem
Posted: Sat May 11, 2013 6:38 am
by phpBrandNew
Hi,
I already installed phpMyAdmin, but when I place this :
http://localhost/phpmyadmin/ in the browser, I got this in browser :
https://docs.google.com/file/d/0B4UYFQD ... sp=sharing. Where did I do wrong ?
Thanks for help.
Re: phpmyadmin problem
Posted: Sat May 11, 2013 6:52 am
by requinix
You haven't installed PHP.
Re: phpmyadmin problem
Posted: Sun May 12, 2013 12:43 am
by phpBrandNew
Hi,
I have tried many ways searching the web on how to install PHP, but still could not get it done. May I know where can I get the right source of installing PHP ?
Re: phpmyadmin problem
Posted: Sun May 12, 2013 5:18 am
by requinix
Sure. What operating system and what web server software?
Re: phpmyadmin problem
Posted: Sun May 12, 2013 11:08 pm
by phpBrandNew
Hi,
I am using Apachee 2.2.22 & windows XP sp3
Re: phpmyadmin problem
Posted: Sun May 12, 2013 11:44 pm
by requinix
Start here. Or you can find yourself a package deal, like WAMP or XAMPP.
Re: phpmyadmin problem
Posted: Mon May 13, 2013 6:35 am
by phpBrandNew
I have already got my PHP in hand.
However, I have an error with phpMyAdmin. I have this error when I place this in browser -
http://localhost/phpmyadmin/.
error:
phpMyAdmin - Error
The mysqli extension is missing. Please check your PHP configuration. <a href="Documentation.html#faqmysql" target="documentation"><img src="themes/dot.gif" title="Documentation" alt="Documentation" class="icon ic_b_help" /></a>
Hope this can be solved.
Re: phpmyadmin problem
Posted: Mon May 13, 2013 1:54 pm
by requinix
That sure looks like a link there in that error message. Did you click it?
Re: phpmyadmin problem
Posted: Mon May 13, 2013 9:14 pm
by phpBrandNew
Yes. I click mysqli. Same error occur.
I found this somewhere, but I do not know how to do and no sure whether it will work :
[If you run PHPMyAdmin on localhost uncomment in file /etc/php5/apache2/php.ini this line:
mysqli.allow_local_infile = On
Restart Apache:
sudo /etc/init.d/apache2 restart
share|improve this answer
edited Sep 14 '12 at 7:00
todofixthis
3,50642042
answered Sep 11 '12 at 17:48
Nilson Dimas
311
Thanks for this. This solution is used when the MySQLi extension is properly installed, but phpMyAdmin is running on localhost. – PolishHurricane May 1 at 17:47]
Re: phpmyadmin problem
Posted: Tue May 14, 2013 12:01 am
by requinix
Actually it seems more that you don't have mysqli installed at all, while that answer is about enabling a setting for mysqli.
Find your php.ini and uncomment the line that looks like
Then restart Apache.
Re: phpmyadmin problem
Posted: Wed May 15, 2013 9:40 pm
by phpBrandNew
I am still stuck, may be you can check for me my php.ini.
https://docs.google.com/file/d/0B4UYFQD ... sp=sharing
Re: phpmyadmin problem
Posted: Wed May 15, 2013 10:22 pm
by requinix
Enabling all the extensions is not a good idea. In fact I'll just say it's a bad idea. Enable only the ones you actually need and use.
That aside, it does look like the extension should be loading. What does phpinfo() say about the loaded extensions?
Re: phpmyadmin problem
Posted: Thu May 16, 2013 7:09 am
by johngill2810
Hello,
First you have to install PHP properly and check it again.If the same error occurs then check that your browser is compatible with php version or not.
Re: phpmyadmin problem
Posted: Thu May 16, 2013 11:13 pm
by phpBrandNew
Re: phpmyadmin problem
Posted: Fri May 17, 2013 1:02 am
by requinix
mysqli isn't enabled.
Configuration File (php.ini) Path
C:\WINDOWS
Are you editing C:\WINDOWS\php.ini? Because that's the file you have to edit.