You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Garner Shawn <sh...@gmail.com> on 2006/09/08 16:00:57 UTC

[HELP][Struts 2] problem initializing hibernate in spring xml file

 ERROR main org.hibernate.tool.hbm2ddl.SchemaExport - Access denied
for user: 'agejsoftuser@%' to database 'agejsoft'
 ERROR main org.hibernate.tool.hbm2ddl.SchemaExport - Unsuccessful:
create table products (product_id integer not null auto_increment,
product_name varchar(255), product_desc varchar(255), curr_max_version
integer, curr_min_version integer, thumb_url varchar(255),
screenshot_url varchar(255), meta_keywords varchar(255),
meta_description varchar(255), primary key (product_id)) type=MyISAM


Seems like there should be say localhost where the percent is.  Any help?

Shawn

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: [HELP][Struts 2] problem initializing hibernate in spring xml file

Posted by David Durham <dd...@vailsys.com>.
This is a mysql related issue.

Garner Shawn wrote:
> ERROR main org.hibernate.tool.hbm2ddl.SchemaExport - Access denied
> for user: 'agejsoftuser@%' to database 'agejsoft'
> ERROR main org.hibernate.tool.hbm2ddl.SchemaExport - Unsuccessful:
> create table products (product_id integer not null auto_increment,
> product_name varchar(255), product_desc varchar(255), curr_max_version
> integer, curr_min_version integer, thumb_url varchar(255),
> screenshot_url varchar(255), meta_keywords varchar(255),
> meta_description varchar(255), primary key (product_id)) type=MyISAM
> 
> 
> Seems like there should be say localhost where the percent is.  Any help?
> 
> Shawn
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org