Top "Phpmyadmin" questions

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

phpmyadmin error "#1062 - Duplicate entry '1' for key 1"

I dropped all tables from a database then restore(import) a backup. Afterwards I am getting error #1062 - Duplicate entry …

php mysql database phpmyadmin mysql-error-1062
Can I set a MySQL event schedule using phpMyAdmin?

I want to increment a field on the first minute of every day, and then once it hits a certain …

mysql events phpmyadmin mysql-event
Script timeout passed, if you want to finish import, please resubmit the same file and import will resume

I have a database Un-zipped size 50mb zipped size 7mb So when I try to import the database zipped(7mb) …

php mysql import phpmyadmin ini
phpMyAdmin "No database selected" MySQL

I downloaded a MySQL backup file and promptly imported into MAMP's phpMyAdmin. I got this return: Error SQL query: -- …

mysql phpmyadmin mamp
SQL syntax error near gunzip when restoring a database using .sql.gz file

I am trying to restore a mysql db using a .sql.gz file. I am using mySql console to run …

mysql database windows phpmyadmin database-restore
phpMyAdmin Duplicate Table

Is there some way to get phpMyAdmin to spit out the SQL needed to duplicate the table in another DB? …

php database phpmyadmin
Generate CSV based on MySQL query from phpMyAdmin

Can I generate a CSV file from phpMyAdmin based on a MySQL query? For example, let's say I queried a …

mysql csv phpmyadmin
export large database mysql phpmyadmin

I am using phpmyadmin on my windows os. I have a database with one table which has 100M records with …

mysql phpmyadmin fatal-error
phpMyAdmin - Error You should upgrade to MySQL 5.5.0 or later

I installed phpMyAdmin-4.2.9.1-english on a Centos 6.5 platform. 2.6.32-431.23.3.el6.x86_64 #1 SMP Thu Jul 31 17:20:51 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux …

mysql phpmyadmin upgrade require
Is there a simple way to convert MySQL data into Title Case?

I have a MySQL table where all the data in one column was entered in UPPERCASE, but I need to …

mysql phpmyadmin title-case