Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[PAYING] Help installing PhpMyAdmin

Canadian
Loyal Member
Joined
Dec 4, 2007
Messages
1,936
Reaction score
96
Hey guys,

I have absolutely no experience with computer software poop. My friend installed nginx, PHP, and MySQL for me, and now there's a folder on my VPS where I can see the files online. But I try to put PhpMyAdmin in that folder and when I go to it I get a "mysqli isn't an extension" or something error.

I'm willing to pay for this to be set up for me, and any other bugs I encounter to be fixed.

mikemersereau on Skype
 
The one and only!
Loyal Member
Joined
Nov 24, 2008
Messages
2,529
Reaction score
1,435
Go into your php.ini file (should be with the PHP installation) and uncomment the line "extension=php_mysqli.dll" by removing the semi-colon from the front of it. Then restart PHP and it should work.
 
Canadian
Loyal Member
Joined
Dec 4, 2007
Messages
1,936
Reaction score
96
I've already tried that.
 
Slothstronaut
Loyal Member
Joined
Aug 5, 2011
Messages
2,907
Reaction score
2,279
Moved to the support zone, goodluck getting somebody to help you.
 
Praise the Sun!
Loyal Member
Joined
Dec 4, 2007
Messages
2,502
Reaction score
986
Assuming you're on linux.

"apt-get install phpmyadmin" or "yum install phpmyadmin", dependant on your linux distribution.
 
The one and only!
Loyal Member
Joined
Nov 24, 2008
Messages
2,529
Reaction score
1,435
did you restart the sevice after? and what are you useing, IIS, WAMP, AMP?

do you know if the PHP your using is the right ver for it?
Read the thread, he's using nginx.
 
Canadian
Loyal Member
Joined
Dec 4, 2007
Messages
1,936
Reaction score
96
Thanks for the help everyone, I really appreciate it. I hired Liam to fix everything and then install something else. He was able to install PhpMyAdmin for me just fine, not sure what he did. Just waiting on him to fix a problem with something else he installed.
 
Banned
Banned
Joined
Jan 13, 2007
Messages
1,898
Reaction score
65
next time if you havent got a clue use this, it basicly sets itself up
 
Canadian
Loyal Member
Joined
Dec 4, 2007
Messages
1,936
Reaction score
96
Thanks. Free likes and rep for everyone who tried to help!
 
Back
Top