phpmyadmin problem
Moderator: General Moderators
-
phpBrandNew
- Forum Commoner
- Posts: 36
- Joined: Thu Sep 02, 2010 12:51 am
phpmyadmin problem
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.
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
You haven't installed PHP.
-
phpBrandNew
- Forum Commoner
- Posts: 36
- Joined: Thu Sep 02, 2010 12:51 am
Re: phpmyadmin problem
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 ?
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
Sure. What operating system and what web server software?
-
phpBrandNew
- Forum Commoner
- Posts: 36
- Joined: Thu Sep 02, 2010 12:51 am
Re: phpmyadmin problem
Hi,
I am using Apachee 2.2.22 & windows XP sp3
I am using Apachee 2.2.22 & windows XP sp3
Re: phpmyadmin problem
Start here. Or you can find yourself a package deal, like WAMP or XAMPP.
-
phpBrandNew
- Forum Commoner
- Posts: 36
- Joined: Thu Sep 02, 2010 12:51 am
Re: phpmyadmin problem
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.
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
That sure looks like a link there in that error message. Did you click it?
-
phpBrandNew
- Forum Commoner
- Posts: 36
- Joined: Thu Sep 02, 2010 12:51 am
Re: phpmyadmin problem
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]
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
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.
Find your php.ini and uncomment the line that looks like
Code: Select all
;extension = php_mysqli.dll-
phpBrandNew
- Forum Commoner
- Posts: 36
- Joined: Thu Sep 02, 2010 12:51 am
Re: phpmyadmin problem
I am still stuck, may be you can check for me my php.ini.
https://docs.google.com/file/d/0B4UYFQD ... sp=sharing
https://docs.google.com/file/d/0B4UYFQD ... sp=sharing
Re: phpmyadmin problem
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?
That aside, it does look like the extension should be loading. What does phpinfo() say about the loaded extensions?
-
johngill2810
- Forum Newbie
- Posts: 6
- Joined: Tue May 14, 2013 9:52 am
Re: phpmyadmin problem
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.
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.
-
phpBrandNew
- Forum Commoner
- Posts: 36
- Joined: Thu Sep 02, 2010 12:51 am
Re: phpmyadmin problem
mysqli isn't enabled.
Are you editing C:\WINDOWS\php.ini? Because that's the file you have to edit.Configuration File (php.ini) Path
C:\WINDOWS