Top "Phpmyadmin" questions

phpMyAdmin is an open-source, web-based MySQL administration tool written in PHP.

Access denied for user 'root'@'localhost' with PHPMyAdmin

When I set the root password in PHPMyAdmin, I get this error: #1045 - Access denied for user 'root'@'localhost' (using …

php mysql phpmyadmin wampserver
How to solve time out in phpmyadmin?

I want import huge (at least 300 mb) sql scripts via phpMyAdmin. I've tried: post_max_size = 750M upload_max_filesize = 750…

php mysql phpmyadmin execution-time
phpmysql error - #1273 - #1273 - Unknown collation: 'utf8mb4_general_ci'

I have just installed PhpMyAdmin v4.1.5 English only I have set it up to access 2 servers - the local one …

php mysql phpmyadmin collation
phpMyAdmin on MySQL 8.0

UPDATE Newer versions of phpMyAdmin solved this issue. I've successfully tested with phpMyAdmin 5.0.1 I have installed the MySQL 8.0 server and …

mysql phpmyadmin database-connection mysql-8.0
Is there a way to view past mysql queries with phpmyadmin?

I'm trying to track down a bug that's deleting rows in a mysql table. For the life of me I …

mysql phpmyadmin
where does MySQL store database files?

I have uninstall wamp server and now I need my database to restore. How can I do this process?

mysql phpmyadmin wamp recover
How to enable relation view in phpmyadmin

When working in XAMPP with phpmyadmin, after creating a table I have the option to click "relation view" after clicking …

mysql phpmyadmin
Forbidden: You don't have permission to access / on this server, WAMP Error

I have installed wamp on windows 8 and received above error whenever I go to localhost or phpmyadmin. After much searching …

apache windows-8 phpmyadmin wamp wampserver
Putting a password to a user in PhpMyAdmin in Wamp

How do you change the password for the root user in phpMyAdmin on WAMP server? because I'm locked out of …

phpmyadmin wampserver
PHP: maximum execution time when importing .SQL data file

I am trying to import a large .sql data file using phpMyAdmin in XAMPP. However this is taking a lot …

php mysql sql phpmyadmin xampp