[ s@ ]

f[^x[X̏
mysqldumpɂčꂽu./db/mysql.sqlvp
f[^x[X𕜌B

@f[^x[X̍쐬
mysql -u[U -ppX[h
create database hello;
exit;

A
mysql -u[U -ppX[h hello < mysql.sql

Hibernate\t@C̏C
t́ucustom-hibernate.cfg.xmlvҏWB
L̍ڂCӏłB
f[^x[XA[UApX[hꂼCӂ̖OɏCB
L̗łƃf[^x[X
<property name="hibernate.connection.url">jdbc:mysql://localhost/hello</property>
ƂΗǂB

<!-- MySQL -->
<property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="hibernate.connection.url">jdbc:mysql://localhost/f[^x[X</property>
<property name="hibernate.connection.username">[U[</property>
<property name="hibernate.connection.password">pX[h</property>
<property name="hibernate.dialect">org.hibernate.dialect.MySQLInnoDBDialect</property>

s
texample-hibernate-x.x.x.jar_uNbNΗǂB
삷ɂJRE1.5.0ȍ~KvƂȂB
