CentOS 5 :: Use Yum To Install Phpmyadmin

Nov 28, 2010

I am trying to use yum to install phpmyadmin, but yum tells me this:

[Code]....

I did a few searches, but I still cannot figure out (widely varying opinions on what to do).

View 2 Replies


ADVERTISEMENT

CentOS 5 :: 403 Forbidden Error On PHPMyAdmin Install Attempt?

Feb 9, 2010

I get "403 Forbidden You don't have permission to access" after attempting an installation of phpmyadmin.

CentOS 5.4
Permissions for directory set to 755 recursively (chomd -R 755 <directory name>)
Directory is in /var/www/html/

I have other test pages in the /var/www/html/ directory that I can access ... I know this seems like a permission issue and in fact the error log states this is a permission issue, but I cannot figure what is the problem here.

View 16 Replies View Related

CentOS 5 Server :: Getting PhpMyAdmin Package To Work

May 15, 2009

i have apache, php, mysql, etc installed, and running.

Phpinfo displays properly, and i can even do a few simple database calls via databases i made from the commandline.

I try to install the phpMyAdmin package (i think its from RPMForge, but it might be from EPEL). The package installs without problems, yet when i attempt to go to localhost/phpMyAdmin, i get a 404 error.

Is there something i need to do with my apache configuration to make this work? There seems to be very little documentation on this package.

If there isnt anything i could do, i could go through and do it by hand, but i want to have the advantage of using packages for the automatic updates.

EDIT1: Ok, i reinstalled the package, and now i get a 403:Forbidden instead of a 404.

Again, localhost/phpMyAdmin.

View 3 Replies View Related

CentOS 5 :: Cannot Load Mysql Extension For PhpMyAdmin?

Aug 30, 2010

I have a centos 5.5 machine. First I upgraded my php to php 5.3. So I was then installing phpMyAdmin so I just put the whole folder into my /var/www/html/phpMyAdmin.The I tried to run my phpMyAdmin and I got this error Cannot load mysql extension. Then I uinstall my mysql db and reinstall it. Again it show me the same error.For addition info via the php info page for the Configure Command I saw this option -without-mysql' .

View 5 Replies View Related

CentOS 5 :: Opening PHPMyAdmin - Server Not Responding

Sep 16, 2010

I got this error when opening phpmyadmin, I check that my mysql is keep automatic closed.
#2002 - The server is not responding (or the local MySQL server's socket is not correctly config).

View 5 Replies View Related

CentOS 5 :: Phpmyadmin Unable To Create A New User In Mysql Database

May 13, 2010

I have installed on a remote server phpmyadmin 3.3.1 and mysql 5.1.46 on a centos 5.4 OS.

Any newly created user with phamyadmin is unable to login both from mysql command line (from localhost) and phpmyadmin (localhost and remotely).

No prob when the user is created with mysql command line (from localhost). All of the users created with phpmyadmin, are not "visible" recognized from the show user command via the mysql command line. The setting I used when I create any user was the same as the ones with the mysql command line creation.

The error message I get when accessing from mysql command line (from localhost) is the following: "Access denied for user ... @localhost (using password: yes)"

View 2 Replies View Related

CentOS 5 Server :: Configuring Alias Phpmyadmin In Virtual Host?

Nov 10, 2010

i have linux server application based on centos 5 that run httpd daemon from /usr/local/pf/conf/httpd.conf which is generated from the /usr/local/pf/conf/templates/httpd.conf.apache22 file

the problem is every time i run my linux server application i am not able to access phpmyadmin unless i stop my linux server application which is stop it httpd daemon then start "service httpd start"

i have been told by forum moderator to create an alias for my phpmyadmin in Virtual Host but it stil dont work, i am not able access my phpmyadmin site

this is what i have done to solve this problem

- open /usr/local/pf/conf/templates/httpd.conf.apache22 file then look for <VirtualHost *:%%admin_port%%>
- add Alias /phpmyadmin "/usr/share/phpmyadmin" (Failed)
- add Alias /phpmyadmin /usr/share/phpmyadmin (Failed)
- add Alias /phpmyadmin "/usr/share/phpmyadmin/" (Failed)

[Code]....

NB : my phpmyadmin is install on /usr/share/phpmyadmin with /etc/httpd/conf.d/phpmyadmin.conf as phpmyadmin configuration file

why i still cant open my phpmyadmin site ? or why i cant run phpmyadmin together with my linux server application because it use the same daemon (httpd daemon)

View 1 Replies View Related

CentOS 5 :: PhpMyAdmin Complains Of MySQL Client Library And Server Version Mismatch

Sep 18, 2010

Summary: Does a discrepancy between MySQL client library 5.0.x and MySQL server of 5.1.50 cause "inconsistent behavior", as reported by phpMyAdmin? The longer version: Windows Sysadmin taking the plunge into Linux. I tried to spare you all the rookie questions and did a fair bit of reading. I'm rather happy I was able to get CentOS 5.5 installed and running, configured iptables, got the kernel updated, Apache, MySQL and PHP installed. Then upgraded PHP to 5.2 after I figured out how repos and priorities work.

I got phpMyAdmin installed and running, then decided to upgrade from 2.11 to 3.3.7 but it keeps complaining that my MySQL client libraries are something like 5.0.63, while my server is 5.1.50, and this may cause "inconsistent behavior" or something of the like. So, feeling industrious, I decided to find an updated client.

MySQL-client-community-5.1.50-1.rhel5.i386.rpm

But it wouldn't let me install it as it conflicted with the default mysql-server installation. I also couldn't remove just the old client, to update to a newer one. So I blew away everything mysql on my server and installed the above client

MySQL-server-community-5.1.50-1.rhel5.i386.rpm

and that server file. I'm assuming I'm missing dependencies now as phpMyAdmin claims it can't load the mysql extension. Attempting to 'yum' php-mysql tried to install 'mysql' as a dependency, which immediately conflicted with the files I'd installed. At this point I'm wondering if I'm closing in on successfully installing a version that phpMyAdmin doesn't complain about, or if I should even care that it is complaining and just go back to all the repo versions of everything.

# rpm -e MySQL-shared-community-5.1.50-1.rhel5.i386.rpm
error: package MySQL-shared-community-5.1.50-1.rhel5.i386.rpm is not installed

View 4 Replies View Related

OpenSUSE Install :: Phpmyadmin But Cannot Do It?

Dec 6, 2010

I'm running OpenSuse 11.3 on VitualBox on Windows7. I have installed Apache, and PHP without problems. Now I want to install phpmyadmin but I cannot do it.I've followed these instructions and also tried from here and here but I got this message(File) could not be saved, because the source file could not be readI have also tried YaST search, but it can't find anything.

View 3 Replies View Related

Software :: How To Install Phpmyadmin 3.3.7-english.tar.gz

Sep 22, 2010

How to installed phpMyAdmin-3.3.7-english.tar.gz . i have run follwing command

#tar -zxvf phpMyAdmin-3.3.7-english.tar.gz

but no option for installing. went through README file install file.

View 1 Replies View Related

General :: Amazon Ec2 - Install PHPMyAdmin On EC2 Instance?

May 31, 2011

I just finished setting up a default Linux EC2 instance and would like to install PHPMyAdmin. I already have Apache and MySQL installed but cannot seem to install PHPMyAdmin. I tried using

sudo apt-get phpmyadmin but the command apt-get is not recognized.

I also tried sudo yum install phpmyadmin but that I get the message No package phpmyadmin available.

View 2 Replies View Related

Ubuntu Servers :: Install Mcrypt For Use In PhpMyAdmin?

Jul 17, 2010

I am trying to install mcrypt for use in phpMyAdmin but am having some trouble. I apt-get'd the mcrypt-php5 package and it installed, but it seems to only function on the Apache Module version of php5 and not the CGI version. Both versions show the mcrypt extension installed in phpinfo, but in phpMyAdmin only one of them removes the error about mcrypt. Other extensions (such as cURL) which I installed with apt-get have worked, so I'm not sure why this one does not.

EDIT: I also compared the CGI php.ini and the apache2 php.ini and there were no differences there. I also confirmed that the php.ini file for the CGI version is loading from that location.

View 1 Replies View Related

Server :: Install Of Phpmyadmin On Ubuntu 11.04 Won't Accept Log In

Jun 11, 2011

I seem to have a working install of Ubuntu Server 11.04 (Samba running without issue on same machine). The lamp stack seems to be running fine as well. (Apache index.html page works, phpinfo() works, mysql works from the mysql command line.) I have installed phpmyadmin. After install I had to reboot the server (restarting Apache still said error in PHP and couldn't start). After reboot, the welcome screen comes up, but using root with password doesn't work. Using an admin user that I created with privileges in *.* doesn't work either. There are no errors on the screen, it just simply loops back to the beginning screen.

There is an error in apache2 error.log saying that it can't find the page [URL] which seems strange because you can bring up the welcome page, you just can't log into phpmyadmin with any of the created users that I made from the mysql commandline. I don't see any php errors in syslog (which is where the php errors are being directed) except a notice that CRON is running for some purpose for PHP.

View 6 Replies View Related

Slackware :: Running Apache / Php / MySQL On Startup And Install PhpMyAdmin?

Dec 29, 2008

After a new install of Slackware 12.2, I carried out the following procedures to get everything working successfully right out of the box. The server is a standalone system, used for testing and educational purposes, so please bear that in mind. NB: Throughout this post when you see a single # at the start of a line it means you are typing the commands as root user. You should not include the #, only the text after it.

### setup Apache with php enabled
Login as root user on your Slackware box and type:
# pico -w /etc/httpd/httpd.conf

[code].....

View 18 Replies View Related

CentOS 5 :: Setting Up PhpMyAdmin - Error "no Such File Or Directory"

Jul 7, 2010

problem installing phpMyAdmin on CentOS 5 I believe i did install phpMyAdmin Correctly I can even see it in the directory in usr/share/phpmyadmin I also setup the blowfish password and i also change the [auth] cookies to html. and i allow 127.0.0.1 to access it But when i type [URL] it replies no such file or directory. I even tried [URL]

View 5 Replies View Related

Server :: Using CentOs On A Remote Server But Can't Access PhpmyAdmin

Oct 25, 2010

Im using CentOs on a remote server. I've recently installed phpmyadmin but cant access from [URL] I checked the files and found only 3 folders in /var/lib/phpmyadmin -config / save / upload - all of them empty. Whenever I try intstall phpmyadmin again it just says its already installed and up to day.

View 2 Replies View Related

Ubuntu :: Can't Log Into PhpMyAdmin?

Feb 18, 2010

I'm trying to log into phpMyAdmin, but when I go to the page, I type in my username and password, click Go, and then the page refreshes with no error message

View 6 Replies View Related

Ubuntu :: Cannot Log Into Phpmyadmin?

Apr 23, 2011

I have XAMPP on my local pc runnung ubuntu that i use it for testing purposes...During the initial XAMPP Security configuration the password i put for the phpmyadmin was the same as my main Ubuntu password so i wanted to change into something different.. (I had to share phpmyadmin with others so i didn't wanted to reveal my Ubuntu password)I changed the password but now i can't log into PHP my admin!is there any way i can reset the password or add another root user with all DB privileges?Here is what I did (I am writing this only by remembrance cause now i can't access phpmyadmin :S ):1. Clicked on the Privileges tab2. Selected the root user3. Changed the password *4. After several unsuccessful attempts to change the root password i repeat the same steps above and additionally I checked the field that said something like: "Delete the user and create a new one with the new password"

View 4 Replies View Related

Fedora :: Can't Log Periodically Into PhpMyAdmin

Jul 1, 2010

I have Apache, MySql server, and phpMyAdmin installed on my desktop. With the default installation of phpMyAdmin, I should be able to log in as root without a password. (Or at least every other time I have installed it, I could.) However, that isn't the case. I can't log in to phpMyAdmin period. I have tried setting the password for root with MySql through the terminal. Still no results. No matter what I do, when I try to log in to phpMyAdmin, I am denied access.

this is a fairly common issue (though I have never encountered it before) as I found similar posts in numerous forums, etc. I finally found a solution and now have it working. In case others have a similar problem, I am posting the solution that I used here. First open a terminal. Then use the following command

Code:
mysqladmin -u root password NEWPASSWORD
Substitute NEWPASSWORD with the password that you want to use and then you should be able to log in to phpMyAdmin as root with the new password.

View 2 Replies View Related

Ubuntu :: How To Test Phpmyadmin

Feb 17, 2010

Through synaptic i installed phpmyadmin, apache2 and php5.

of course during the installation i got an error about some database linking or what not.

of course.

naturally.

anyway, apache seems to be working when i point to 127.0.1.1

now how do i get to the phpmyadmin page from here? as in, whats the most common method?

View 3 Replies View Related

Ubuntu :: Phpmyadmin Is Not Working

Feb 19, 2010

I installed phpmyadmin using synaptic manager (selected apache2 as server option ) and then i opened localhost /phpmyadmin .It gives the following error :phpMyAdmin - Error

Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.I have apache,php and mysql already installed and I am using them with default configuration . There are many files in /var/log/apache2 and i am not not able to figure out anything

View 1 Replies View Related

Ubuntu :: Phpmyadmin Not Seen In Www Folder?

Mar 3, 2010

wondered why I never noticed but for a while now the phpmyadmin folder seems to be missing from the www folder.It still works in local host, but I'm a bit perplexed as to where it has gone.

View 2 Replies View Related

General :: Can't Logon To PhpMyAdmin?

Dec 22, 2009

I've just installed phpmyadmin on my ubuntu home server. When I go to the http://(myip)/myphpadmin the logon screen shows up. I put in my root username peter and the password that I use for mysql which I also used when I setup phpmyadmin. I get an error message: "#1045 - Access denied for user 'Peter'@'localhost' (using password: YES)"Do I need to add something to a config file somewhere?

View 1 Replies View Related

Server :: MySQL - PhpMyAdmin ?

Aug 22, 2010

I have 2 Servers
Server A running apache, php, phpmyadmin
Sever B running MySQL

Server A has IP of 192.168.1.110
Server B has IP of 192.168.1.120

I edited /etc/phpmyadmin/config.inc.php

To have these:

(This par was confusing to I just re-added the line above instead of searching for it all).

Then I set the MySQL vi /etc/mysql/my.cnf to comment out #bind-address = 127.0.0.1

There is another line that most of the guides asked me to comment out but I cannot find that like: # skip-networking

The Next closest match to that is: skip-external-locking

I will assume that is not it and leave it alone....

I keep getting errors for example: "Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly"

Another error was it canno connect because it is not accepting connections from the IP Address of my webserver...

View 2 Replies View Related

Ubuntu :: Phpmyadmin Cannot Be Run On Browser

Sep 17, 2010

I have a problem with phpmyadmin. I use Ubuntu 10.04. I have already installed Apache, MySQL, and PHP. They are working properly. Finally I install phpmyadmin. Installation is successful by using command'apt-get install phpmyadmin'.I can't understand how to access phpmyadmin from browser. I type the URL... Browser show me file not found.

View 1 Replies View Related

Ubuntu :: Phpmyadmin Cannot Be Run On Browser?

Sep 17, 2010

I have a problem with phpmyadmin. I use Ubuntu 10.04. I have already installed Apache, MySQL, and PHP. They are working properly. Finally I install phpmyadmin. Installation is successful by using command'apt-get install phpmyadmin'. I can't understand how to access phpmyadmin from browser. I type the URL "http://localhost/phpmyadmin/". Browser show me file not found.

View 2 Replies View Related

Debian :: Installing And Upgrading PhpMyAdmin On A VPS Using Ssh?

Mar 9, 2010

I am trying to install phpMyAdmin using ssh (I use putty to connect to my Virtual Private server from my windows home computer)

I have managed to download the latest phpMyAdmin from sourceforge and I have renamed it to phpMyAdmin.tar.gz

Now I don't know how to install it. I have tried "apt-get install phpMyAdmin.tar.gz" but that gives me:
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package phpMyAdmin.tar.gz
So I assume I should not use apt-get

[Code]....

View 14 Replies View Related

Fedora :: What Will Be The Username And Password For Phpmyadmin

Jun 10, 2011

when i started phpmyadmin by localhost/phpmyadmin ..it ask a username and password ....so i know password will be of mysql but what will be the username when..bcoz when i installed mysql it only asks me the password ...it doesnt ask any username to enter at that time

View 3 Replies View Related

OpenSUSE :: Update Causes PhpMyAdmin Error?

Jul 13, 2011

The past couple of updates have messed up my localhost phpMyAdmin application. After the update I get the following error. Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.

I have the old files backed up and when I restore them everything is ok. Why doesn't the update work? I figured it had to be a path or permissions problem. I gave unrestricted access to all users on all files and it still does not work. I found a php script in a phpMyAdmin wiki and it gives me this: If a session could be started successfully you should not see any Warning(s), otherwise check the path/folder mentioned in the warning(s) for proper access rights.The current "session.save_path" is "/var/lib/php5". Session file name: "sess_dee3dp1j6takbdtpvl702nbcptdivh82". which seems to me to say everything is cool pathwise.

View 4 Replies View Related

OpenSUSE Network :: Get PhpMyAdmin Going On Server 11.3?

Dec 20, 2010

Setup - PmaWiki tells me that for some reason openSUSE does not support the setupscript.

I have been following the The Perfect Server - OpenSUSE 11.3 x86_64 [ISPConfig 3] | HowtoForge - Linux Howtos and Tutorials but used for i586. Everything works fine, except i am not able to find a way to set a password to be checked by dovecot/pam, to enter a mailbox via squirrelmail. The args are set, but i simply can not find out where to set the password and username.

The password set in ISPConfig does not apply to the squirrelmail login for dovecot.

The general idea than was to get phpMyAdmin running, and set up passwords there...(i do not even know if that is going to work, but get phpMyAdmin to work would not be bad at all..)

So, to know how to set a password/username in/for dovecot would be fine also... (i've read all the wikipages like: AuthDatabase/PasswdFile - Dovecot Wiki but now i still do not know where and how to set them.

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved