Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
1k views

MySQL: Suddenly connection error without making any changes

I'm running MySQL 5.6.30 - MySQL Community Server (GPL) on ubuntu-16.04-x86_64 and I'm using phpMyAdmin 4.7.7. Sometimes, without doing anything on the Server or phpMyAdmin, I'm getting this error ...
user avatar
1 vote
0 answers
777 views

MySQL and phpmyadmin are giving me errors

I was following instructions all over the internet and when I configured both MySQL and phpMyAdmin. phpMyAdmin gave me some errors and when I try to connect to mywebsite.com/phpmyadmin I get these two ...
Nemanja Ranković's user avatar
0 votes
2 answers
1k views

phpMyAdmin and Apache - Query string - 404 Error

When phpMyAdmin tries to access URL as https://example.com/phpmyadmin/server_variables.php&filter=long_query_time, Apache throws a 404 Error. What might be the problem? The requested URL /...
devondre's user avatar
  • 103
0 votes
0 answers
297 views

Inserting values on mysql produces 'a foreign key constraint fails'

I'm running Yetiforce which is built on vtiger, I am needing some help moving some database lines across. I am getting this error when i do a simple export and import.( in Vtiger-Attachments table) ...
stoneseraphim's user avatar
4 votes
1 answer
2k views

nginx shows 200 ok status but doesn't load page

I have installed nginx,php7.0-fpm and mysql on my ubuntu 16.04 server. Everything works fine however It doesn't load a setup page of phpmyadmin. Below is my phpmyadmin nginx block. location /...
Shailesh Sutar's user avatar