Questions tagged [phpmyadmin]
A web application that allows users to manage a MySQL database.
79 questions
0
votes
0
answers
140
views
It doesn't show up even though I add Featured Image in Wordpress
About 10 days ago, I changed my hosting company and I asked the hosting company I just switched to to move my site's files to their own servers. And then the transition was made, my website was ...
1
vote
1
answer
1k
views
How to deploy a single HTML file to static hosting and have it show up for requests to my domain
Yes, the title is right. I would like to use a completely static HTML file as a website.
Well, I must confess I have absolutely zero knowledge in this area.
My provider is using phpMyAdmin and sFTP. I'...
2
votes
0
answers
204
views
Network error when exporting from localhost in phpMyAdmin
I am managing a database on AWS but I am doing that with the latest Docker image (of phpMyAdmin) running on the localhost. Most things work well but I get the message "Network error" when I ...
3
votes
0
answers
108
views
How to configure phpMyAdmin settings on Virtualmin VS creation
I am having an issue with Virtualmin, I can create virtual servers and create databases fine, although when I access phpMyAdmin, it only shows one database, no matter how many I add.
I found some ...
1
vote
0
answers
429
views
#1044 - Access denied for user 'cpses001'@'localhost' to database 'test_db'
I have purchase i hosting with cpanel in godaddy and I am migrating a WordPress site, but the problem when I am trying to import database it gave me this error #1044 - Access denied for user 'cpses001'...
1
vote
0
answers
82
views
PhpMyAdmin session is closed after 1440 seconds
Adding this to config file is supposed to avoid it
$cfg['Servers'][$i]['LoginCookieValidity'] = 2592000;
Now checking cookies I can see the one named pmaUser-1 expires on March 21, that's correct.
...
0
votes
0
answers
18
views
Joomla admin log in denied
I moved my site from wordpress to Joomla. I created account and was working fine. I tried to log into admin few days later but now my credentials arent being accepted. tried retrieving username and ...
1
vote
1
answer
850
views
Non-existent tablespace when importing MySQL from phpMyAdmin
I usually export a Drupal database from one instance of phpMyAdmin to another on a different server without any issues but lately I have been getting the error when I import:
#3510 - Tablespace ...
1
vote
0
answers
1k
views
mysqli_connect() & GoDaddy (New Versions of PHP) [closed]
I am using GoDaddy to host my website and it says in php that I have a Fatal error: Uncaught Error: Call to undefined function
There is a problem when I use "mysqli_connect()" function in ...
2
votes
1
answer
324
views
Phpmyadmin - How to let users create and manage their own databases without allowing them to see other databases
In PhpMyAdmin I want to allow certain users the ability to create and manage databases without having to manually give them permission to every database they need. I've noticed when giving a user the ...
0
votes
1
answer
1k
views
Unable to export query result from PHPMyAdmin
I want to export query result in to CSV file from PHPMyAdmin
How to do that?
See the below picture. Normally I can see the option to check all, edit and delete rows.
But when I run this query
...
1
vote
2
answers
11k
views
How to export query result in a csv file from phpmyadmin
I am running a query in PHPMyAdmin. The query is fine. it's showing the correct result.
I want to export that result in a CSV file. It's not on the local server. It's on the webserver
This is my ...
2
votes
0
answers
766
views
"mod_fcgid: process graceful kill" and 500 error each time a large SQL file is uploaded to phpMyAdmin [closed]
This is what I'm getting when I tried to upload 19MB SQL file to phpMyAdmin.
This is part of my php.ini most important config:
php_value session.gc_maxlifetime 10800
php_value max_input_time ...
1
vote
1
answer
1k
views
How can I edit the php.ini folder on shared hosting (in /etc/php7/)?
Using this simple script (<?php phpinfo(); ?>) reveals me that my php.ini file is located in /etc/php7/php.ini folder.
However, my hosting company's master ftp user account does not have an ...
1
vote
2
answers
637
views
Configuring phpmyadmin on nginx server for laravel project
I have been trying to install phpmyadmin on the nginx server for laravel project, i have installed the phpmyadmin and setup the symlink to point /var/www/laravel/phpmyadmin.
When i am trying to ...