server/contrib/mysql_to_pgsql
VladimirMangos fe6e2e1746 [9122] Updated copyright notice for new year.
Also fix some lost in past cases.
2010-01-08 00:02:21 +03:00
..
cmake [8221] Removed trailing whitespaces 2009-07-20 17:53:14 +02:00
src [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
CMakeLists.txt [7691] Added MySQL to PostgreSQL converter. 2009-04-20 22:24:30 +04:00
README [7691] Added MySQL to PostgreSQL converter. 2009-04-20 22:24:30 +04:00

Using cmake on a Windows
------------------
    1. install cmake (http://www.cmake.org/cmake/resources/software.html)
    2. cmake -i
    3. Project.sln
    4. {Debug/Release}/mysql2pgsql.exe

Using cmake on a Unix/Linux
------------------
    1. install cmake
    2. cmake -i
    3. make
    4. ./mysql2pgsql