Hi,
I was using my root username/password to access a MySQL database via Hibernate / Spring merrily until I made some changes to a couple of tables.
I am now getting an exception right off the bet:
Code:
"...Caused by: org.hibernate.HibernateException: Missing column: birth_day in demoDb.consumer
at org.hibernate.mapping.Table.validateColumns(Table.java:254)
at org.hibernate.cfg.Configuration.validateSchema(Configuration.java:1089)
at
....."
The missing column is certainly there.
I tried creating a new user (with DBA privileges) and used that to access the Db instead of root (suggestions found via Google). That didn't help. I created a new user without DBA priviledge and that didn't help either
I don't know what else to try and I cannot get pass this problem. I am stuck.
Please HELP.
Many Thanks in advance.