MySql

/Tag:MySql

MySQL basic syntax examples

MySQL – syntax examples: create table, primary and foreign keys Last night I was asked for very basic example how create tables in MySQL and how to set keys up. I want to publish it here maybe it’ll be helpful for somebody, especially for beginners. […]

By | Maj 22nd, 2013|Categories: Development, Tips and Tricks|Tags: |Możliwość komentowania MySQL basic syntax examples została wyłączona

List of Hibernate SQL Dialects

There is a handy list of Hibernate Dialogs. DB Engine Dialect DB2 org.hibernate.dialect.DB2Dialect DB2 AS/400 org.hibernate.dialect.DB2400Dialect DB2 OS390 org.hibernate.dialect.DB2390Dialect PostgreSQL org.hibernate.dialect.PostgreSQLDialect MySQL org.hibernate.dialect.MySQLDialect MySQL with InnoDB org.hibernate.dialect.MySQLInnoDBDialect MySQL with MyISAM org.hibernate.dialect.MySQLMyISAMDialect Oracle (any version) org.hibernate.dialect.OracleDialect Oracle 9i/10g org.hibernate.dialect.Oracle9Dialect Sybase org.hibernate.dialect.SybaseDialect Sybase Anywhere org.hibernate.dialect.SybaseAnywhereDialect Microsoft SQL Server org.hibernate.dialect.SQLServerDialect SAP DB org.hibernate.dialect.SAPDBDialect Informix org.hibernate.dialect.InformixDialect HypersonicSQL org.hibernate.dialect.HSQLDialect Ingres [...]

By | Kwiecień 24th, 2013|Categories: Development, Programowanie|Tags: , , , , , |Możliwość komentowania List of Hibernate SQL Dialects została wyłączona

Mysql i Snow Leopard

Po aktualizacji systemu do MacOS X 10.6 (Snow Leopard) zauważyłem, że nie startuje moja baza danych Mysql. Sprawdziłem ręcznie co jest nie tak: [crayon-662cf13388f3b571553209/] aha! Poszedłem więc do /usr/local i zrobiłem link symboliczny sudo ln -s mysql* mysql Po ponownej próbie uruchomienia bazy danych otrzymałem komunikat: Starting MySQL database server Czyli wszystko ok. .

By | Listopad 4th, 2009|Categories: Tips and Tricks|Tags: , |Możliwość komentowania Mysql i Snow Leopard została wyłączona