Questions tagged [phpmyadmin]

phpMyAdmin is a PHP based web application designed to administrate MySQL databases

phpMyAdmin is a PHP based web application designed to administrate MySQL databases. It provides a simple to use GUI for MySQL database interactions. Also features like monitoring the MySQL server and getting advice on how to optimize the server are provided.
More information can be found here: http://www.phpmyadmin.net/home_page/index.php

74 questions
7
votes
1 answer

nginx server config with multiple locations does not work

I have been trying to get this to work for hours now! I would like to set up a simple web server. My web files shall be in /var/www. I also want to have phpmyadmin. I created a directory /var/phpmyadmin. Now I want to acces the normal web files in…
BrainStone
  • 3,534
  • 12
  • 32
  • 53
6
votes
1 answer

Cannot install phpmyadmin

I cannod install phpmyadmin. The installation process fails with the following error. I can normally log in to the mysql database. What should I do? Normally I would expect "(using password: Yes)". What is making apt to not to bother to give the…
user194659
6
votes
5 answers

What is a symbolic link made from? Understanding the structure of symlinks

I use Ubuntu 15.10 and I'm very new in Linux. After reading in Wikipedia what is a symbolic link in general, and after executing a symlink creation command in the Ubuntu Unix-bash terminal, I ought to better understand the structure of a symlink I…
user149572
4
votes
2 answers

How to obtain phpMyAdmin version from command line?

My question applies to Debian/Ubuntu: Prior to updating/upgrading my Linux environment I want to implement best-practice procedures by taking a snapshot of my components' versions through a simple script that records into a text file version…
Dave White
  • 230
  • 1
  • 2
  • 9
4
votes
1 answer

Unable to install phpmyadmin

I have installed nginx on Raspberry Pi running Raspbian Stretch and installed Wordpress In the process I ran the following sudo apt install mysql-server sudo apt install php-mysql I setup MariaDB and set up WordPress Database with sudo…
Milliways
  • 1,348
  • 5
  • 18
  • 35
3
votes
2 answers

Accessing PHPMyAdmin as installed by its distro package-index from the domain of each website

I have a remote machine with LAMP and PHPMyAdmin (PMA). Let's assume this distro is Debian/Ubuntu. If I install PMA via apt install phpmyadmin (which will make it to be installed under /usr/share/phpmyadmin/ I think) then I wouldn't be able to…
user149572
2
votes
4 answers

Run a specific function from a file that contains 2 or more functions, in a detached tmux session

I use Ubuntu 16.04 with Bash and I have a file that contains many different functions. In between these functions, there is this one: tdm() { chmod -R a-x,a=rX,u+w "$drt"/phpmyadmin/ sleep 2h chmod -R 000 "$drt"/phpmyadmin/ tmux…
Arcticooling
  • 1
  • 12
  • 44
  • 103
2
votes
1 answer

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)Set up mysql 3)Test Apache(success) 4)Install…
shanu
  • 21
  • 2
2
votes
2 answers

How to Upgrade PHP from 5.4.16 to >= PHP 5.6.5 / PHP 7 on Centos 7?

I am using centos 7 and it came with php 5.4.16. Now i have to install moodle moodle 3.2 which requires at least PHP 5.6.5. I tried installing php from remi and IUS repositories but no luck. All i get is error: conflict with the previous install. If…
Vamshi
  • 123
  • 1
  • 1
  • 4
2
votes
2 answers

A script that is executed fine from file breaks when executed with Heredoc (in PHPmyadmin installation)

I can run the following script just fine using the traditional way of: cd ~ && vi script.sh [PASTE SCRIPT INSIDE] && chmod +x script.sh && ./script.sh && rm -rf script.sh Yet, if I execute the exact same script with Heredoc (to just paste and…
user149572
2
votes
2 answers

Why am I denied access to phpmyadmin?

Here is what my phpmyadmin.conf file looks like: # # Web application to manage MySQL # Order Deny,Allow Allow from 192.168.0.2 Allow from 192.168.0.219 Alias /phpmyadmin…
Duck Puncher
  • 51
  • 1
  • 1
  • 5
2
votes
2 answers

Can't Login to phpmyadmin without using password

I would like to logging into phpmyadmin without using password. However I changed AllowNoPassword to TRUE in /etc/webapps/phpmyadmin/config.inc.php : $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['AllowNoPassword'] = true; But,…
Hamed Kamrava
  • 6,678
  • 12
  • 35
  • 47
2
votes
1 answer

phpmyadmin doesn't work after installing php5-mysqlnd

I am currently running into some problems with phpMyAdmin. I set everything up correctly and made sure everything worked. Then later after some developing on some pages I noticed I couldn't execute mysqli_result::fetch_all(). So I did my research…
BrainStone
  • 3,534
  • 12
  • 32
  • 53
1
vote
0 answers

No package phpmyadmin available. Error nothing to do

Im using system Centos 7 Now in my VPS I have configure correct LAMP and directadmin. Php, apache web server etc working correct. I have issue with phpmyadmin. I see phpmyadmin is not available in build in repo centos and require install EPEL. So I…
1
vote
0 answers

CentOs 8 Stream phpMyAdmin - "Access denied" when accessing via browser

after fresh install of phpMyAdmin on CentOS 8 Stream I've got problem with "Access Denied". There isn't more than only simple text. Console of browser says: Failed to load resource: the server responded with a status of 403 (Forbidden) The…
kalview
  • 11
  • 2
1
2 3 4 5