PhpMyAdmin not working - XAMPP [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I've installed XAMPP Windows 1.8.2 and after installing and turning on Apache & MySQL, I can't load my PMA webpage: http://localhost/phpmyadmin/ . It still loading, but nothing happens. I really don't know, what I am doing wrong. Also I can't use any PHP application, which is trying to use MySQL connection (like Symfony2). If I turn off MySQL in XAMPP Control Panel and trying to reload this URL, same problem.
Thanks for any help.

From this point, I would recommend for you to use 1.5.1 version of Xammp right away. Long story why (shortly, this is a Windows matter and with this answer its irrelevant).
So....
Uninstal that version
find 1.5.1
Install
However, when you install 1.5.x you might have problems with PMA when larger tables are loaded. This sorts things out
Find PMA version 2.11.11.3 package (this baby is really stable)
Unpack
c/p all files from pack to your xampp/PMA folder and overwrite everything :P
And thats it.
You may, later on, upgrade PHP to ie 5.3.0 and there is a trick how to do that painless somewhere on www (google ekhm) but cant remember where exactly. Enjoy.
ps: If you dont like this answer, youre probably on XP and you need something like vcredist_x86.exe but problems wont stop there ;)

Related

How can I download and install correctly apache with PHP, MySQL, etc... for localhost? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
Please I need help, I have a project, but i'm tired of making my code and uploading it to the server, I need a localhost to make it more faster and I was thinking of apache but I don't know how to download it correctly
Well if you are going to install them one by one it will be a bit tricky (for beginners).
If you have never done it before I recommend Zend Server Community edition. The installer is pretty good it sets up everything for you.
http://www.zend.com/en/products/server/free-edition
But if you are an adventurous kind the minimum I would imagine you would need to install is
Apache Httpd => http://httpd.apache.org/download.cgi
PHP => http://php.net/downloads.php
MySQL => http://dev.mysql.com/downloads/mysql/
As you haven't mentioned which OS you want to configure it on. But I think you will find a lot of tutorials for any platform for each.
man just download XAMPP, a few click install.. and done.. since you sound like you have no idea of how to start... then this would be perfect.. just check it out for your self.

How to Update PHPmyadmin to 4.0.4.1 on a Debian VPS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I am attempting to update from phpmyadmin 3.3.7deb7 to the latest or closest possible to 4.0.4.1. I dislike the look of 3.3.7 and would really like to update. But not knowing how to do much in a Linux environment, I've looked on Google and other search engines. But nothing is simple enough to follow for a "noob".
Any help is greatly appreciated ;D
I am on VPS which uses debian-6.0-x86 64-cvps-base
Unfortunately, for your version of Debian the packaged version is the 3.x branch of phpMyAdmin, so relying on the packaged version isn't going to work for you.
There are theoretically ways to force installing a package from another version in to yours, but I would not advise that (unless you're quite careful you can end up with a mess of dependencies).
What I'd suggest is simply to remove the Debian packaged version and install your own. You can download it from https://phpmyadmin.net, and installation takes only a few minutes and minimal configuration. You can learn a lot about the process from the phpMyAdmin documentation.
Good luck!

How do I install PHP on an Earthlink Linux server? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
My ultimate, simple goal, is to install Wordpress.
Unfortunately, Wordpress requires PHP 5.2.4 or greater, while the server my site is hosted on is only running 5.2.17. When I contacted Earthlink, they said they couldn't update it, but that I could.
However, after a little bit of searching, I'm not sure where to begin. I have very little command line experience, and no Linux experience. I'm not even sure what flavor of Linux they're using. Does anyone know of any walkthrough guides or tutorials?
The odd thing is, Earthlink has a Wordpress installer built in to their control center (I'm opting for an FTP install, because I want to install in a subdomain). So alternatively, can I get away with installing on the server with PHP 5.2.17? If they're doing it, why can't I?
Thanks,
Scott
I don't think you understand PHP versions. PHP 5.2.17 is a newer version than 5.2.4. Wordpress should work just fine on 5.2.17. Have you run into issues while installing it?

I would like to run PHP 4 and PHP 5 at the sametime on the same page using Apache [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Most results I get on Google is how to get both versions running simultaneously on the same page but at different URLS but that's not what I want, I'd like for example to get http:\localhost to run PHP4 and PHP5 at the same time on the same page because I got a website that has old code from PHP4 that breaks up when loaded only in PHP5, and it has some parts made only in PHP5, so I would like to run both PHP versions at the same spot.
I'm on Windows XP running Apache, I wouldn't mind switching to IIS 2007 if it's required. I really need to do this I'm already aware of the security risk.
I know it's a repost but I got downvoted to oblivion because some of you don't want me to do this but I know I need to do this.
Update: the issue is that I have a site running locally that connects to a database I was told some of the code was in PHP4 and some in PHP5 and that both versions were required, I was assigned to fix this by running both versions, it's not a website that's connected to the internet so I figured no issues would happen.
Nopez. Not possible.
I think you have two options:
'embed' the other php version (iframe / ajax)
'patch' the old project to PHP5
I had to the second option a couple of times and it is do-able (all depending on the size and the code used of the project of course).

roundcube mssql setup [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
Installing roundcube webmail: I have the DB set up (win serv 2008, MS SQL 2008 - though even that was a battle!) i can navigate to the installer but when I go to set up everything there is no SQL Server option in the list of DBs?
Anyone got any idea what thats all about? I can see MySql, MySqli and PgSql but no MSSQL.
Roundcube installer doesn't detect mssql!
Select with mysql option while you are install ms sql driver for php.
there is a complete installation guide http://www.ifunky.net/Blog/post/How-To-Install-RoundCube-With-hMailServer-and-Windows-2008-IIS7.aspx
Make sure you've activated the MSSQL extension in your php.ini. I don't know this script, but often installers first detect which database extensions are available and let you only use these.
So find your php.ini and search it for something like this:
extension=msql.dll
If you can't find the line, add it to the file (maybe restart your webserver) and try again.
It's because Roundcube Installer doesn't detect MSSQL, but you can install/run it without Installer.

Categories