All Questions
Tagged with php phpmyadmin
20 questions
0
votes
0
answers
449
views
Cant Access Phpmyadmin on Ubuntu LTS 22.04 (HTTP Error Code 500)
I just installed phpmyadmin on my PC. I followed several instructions such as:
sudo apt update
sudo apt install phpmyadmin
sudo ln -s /usr/share/phpmyadmin /var/www/your_domain/phpmyadmin
I use NGINX ...
0
votes
0
answers
27
views
Solution to phpMyAdmin login problem seems unsafe
I had trouble logging into my myPhpAdmin web interface, so after finding numerous posts suggesting I added my un/pw to the config file like this:
$cfg['Servers'][$i]['user'] = 'root'; //mysql username ...
0
votes
1
answer
1k
views
Install phpMyAdmin 5.2.1 with apt on Debian 11 with php8.1
apt install phpmyadmin on Debian 11 installs the old versin 5.0.4 that is not php8.1 compatible.
How do I install the latest version via apt?
0
votes
1
answer
346
views
How to use Available Package instead of Installed Package when Yum spits out a required error
First and foremost, I blindly followed a tutorial to upgrade from PHP 7.3 to PHP 7.4, which called for yum remove "php*" -y
Of course this just screwed up everything. It removed two very ...
1
vote
1
answer
334
views
phpMyAdmin don't have permission to read file
I want to create a secure connection between PHP and MySQL database.
In order to do this, I need to store the DB infos in a separated file, with -r-------- permission (readonly for owner). But doing ...
0
votes
0
answers
999
views
Apache appears to be running the wrong version of PHP for phpMyAdmin
OS: Linux Mint 18.3
I am using phpMyAdmin 4.5.4.1. This is the most recent version as per Synaptic. But I wanted to install a more recent version so I downloaded and extracted 5.0.1 and hopefully ...
0
votes
1
answer
348
views
How install Phpmyadmin on linux lite (ubuntu based)?
I tried:
sudo apt-get install phpmyadmin
Didn't work -- it doesn't find the package.
What repository do I need? I added: ppa:ondrej/php
I searched on "synaptic package manager" too, and nothing!
1
vote
1
answer
533
views
PhpMyadmin times out with small SQL file
I am trying to upload bump to phpmyadmin, which has has only 2MB but it has 12 thousand lines.
I always get this error:
Service Unavailable
The server is temporarily unable to service your request ...
1
vote
0
answers
45
views
unable to install phpmyadmin in RHEL 6
I am using red hat 6.0 Linux.Currently php 5.3.2 is installed.I want to install phpMyAdmin in it.for that php5.5 is required.
I already installed epel ,remi repository in my system.
I am trying to ...
0
votes
0
answers
862
views
Can't install php7 and phpmyadmin in centos 6.9 - adding repository failed
I was trying to install php7 and phpmyadmin in centos 6.9.
I have added epel-release and remi-release repository for centos 6
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch....
1
vote
1
answer
682
views
Centos 6.9 error installing phpMyAdmin
i'm trying to install phpMyAdmin and I get this error
php71w-common conflicts with php-common-5.4.45-13.el6.remi.x86_64
here goes some info
# rpm -qa php\*
php-bcmath-5.4.45-13.el6.remi.x86_64
...
1
vote
0
answers
2k
views
1 FastCGI sent in stderr: "PHP message: PHP Fatal error: session_start(): Failed to initialize storage module:
I installed phpMyAdmin on my Arch Linux box. I then created a sym link named phpmyadmin in my /usr/share/nginx/html/ to /usr/share/webapps/phpMyAdmin/. When I visit http://127.0.0.1:8080/phpmyadmin/ ...
0
votes
1
answer
9k
views
How to change root password for mysql and phpmyadmin-mint Linux
I have recently installed Linux Mint. I have installed
1) Lamp
2) Set up MySQL
3) Test Apache
4) Test PHP
5) Phpmyadmin
Everything was working fine. Unfortunately my password include $ ...
2
votes
1
answer
2k
views
Can't get Phpmyadmin
I recently installed Linux mint.But i can't get phpmyadmin when i hit http://localhost/phpmyadmin/.I did the following commends
1)Install the LAMP Server using
sudo apt-get install lamp-server^ -y
2)...
1
vote
0
answers
597
views
Problem with installing phpmyadmin
I use Linux Mint 18.1 KDE Edition and I installed php 7.0, psp-mysql, apache2 and phpmyadmin. But when I go to url in my Google Chrome I see these errors:
<?php
/* vim: set expandtab sw=4 ts=4 sts=...