Greetings,
>
> Didn't find any fields in table 'blah'
> 031208 18:15:16 InnoDB error:
> Cannot find table db/blah from the internal data dictionary
> of InnoDB though the .frm file for the table exists. Maybe you
> have deleted and recreated InnoDB data files but have forgotten
> to delete the c
Greetings,
I am having a difficult time understanding my replication error. I have
two mysql installs both 3.23.54. I executed the following for my
replication setup.
On master:
- stop mysql
- add the following to my.cnf:
[mysqld]
log-bin
server-id=1
- tar up data dir, copy to slave
-