mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[7691] Added MySQL to PostgreSQL converter.
Tested on PostgreSQL 8.3 and MySQL 5.0. For compile see README.
This commit is contained in:
parent
fc0e1ecdf1
commit
c4c093dac6
7 changed files with 704 additions and 1 deletions
14
contrib/mysql_to_pgsql/README
Normal file
14
contrib/mysql_to_pgsql/README
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue