Top "Mysql-error-1146" questions

Error 1146 - Table 'dbname.

Mysql 1050 Error "Table already exists" when in fact, it does not

I'm adding this table: CREATE TABLE contenttype ( contenttypeid INT UNSIGNED NOT NULL AUTO_INCREMENT, class VARBINARY(50) NOT NULL, packageid INT …

mysql sql mysql-error-1146 mysql-error-1050
Bug? #1146 - Table 'xxx.xxxxx' doesn't exist

I am using windows XP. I am creating a table in phpMyAdmin using its built-in create table feature, my database …

mysql phpmyadmin mysql-error-1146
Populating a database in a Laravel migration file

I'm just learning Laravel, and have a working migration file creating a users table. I am trying to populate a …

php laravel migration mysql-error-1146
MySQL Table does not exist error, but it does exist

Does anyone know under what conditions you can receive an 1146: Table '<database>.<table>' doesn't …

php mysql mysql-error-1146
Table doesn't exist after CREATE TABLE

I'm trying to import this sql in my database name symfony CREATE TABLE IF NOT EXISTS ingredient ( `id` int(11) NOT …

mysql symfony xampp mysql-error-1146
In MySQL: How to pass a table name as stored procedure and/or function argument?

For instance, this does not work: DELIMITER // CREATE PROCEDURE countRows(tbl_name VARCHAR(40)) BEGIN SELECT COUNT(*) as ct FROM tbl_…

sql mysql stored-procedures mysql-error-1146
InnoDB tables exist in MySQL but says they do not exist after copying database to new server

I used mysqldump to export my database and then I imported it into MySQL on my other server. I can …

mysql innodb mysqldump mysql-error-1146 my.cnf
restoring a MySQL database

I have created a file named ab.sql using the mysqldump utility of a database named library. It worked fine. …

mysql sql mysql-error-1146
Magento - Base Table core_file_storage Doesn't exist

When I look in the error log for my Magento store it is full of these errors: [02-Jun-2011 13:49:12] PHP Fatal …

php mysql magento mysql-error-1146
What is wrong here? Sql query give me an error 1146

I am trying to use all columns for each row from one table (party), and some columns from another (customer). …

sql mysql-error-1146