sql >> Database >  >> RDS >> Mysql

Fout bij het configureren van de slaapstand 5.0.1 en MySQL

Dus hier is de oplossing.

Vervangen

<hibernate-configuration
        xmlns="http://www.hibernate.org/xsd/hibernate-configuration"
        xsi:schemaLocation="http://www.hibernate.org/xsd/hibernate-configuration hibernate-configuration-4.0.xsd"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

met

<hibernate-configuration>

en voeg onderstaande code toe bovenaan het bestand.

<!DOCTYPE hibernate-configuration PUBLIC 
        "-//Hibernate/Hibernate Configuration DTD 3.0//EN" 
        "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd"> 

Vervang ook in het configuratiebestand <mapping resource=...> naar <mapping class=...>



  1. SQLT en partitionering

  2. MySQL-conversiefunctie

  3. MySQL Full-text zoeken Tijdelijke oplossing voor innoDB-tabellen

  4. Wat zijn rij-, pagina- en tabelvergrendelingen? En wanneer zijn ze verworven?