When trying to import a database that was created using mysqldump, I kept finding an error popping up:
mysqlserver:~# mysql -u root -p < fullbackup.sql.orig Enter password: ERROR 1054 (42S22) at line 3693: Unknown column ‘table.FieldName’ in ‘field list’
After digging around a little while, I found that the mysqldump was creating a table with uppercase names [...]
Popularity: 12% [?]



Latest Comments