![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I'm a database guy but have barely used mySQL. What I intend to do is this: export an Access database with 10 to 15 tables (not much seed data though) to mySQL on Mac. Here, I have a bunch of questions. a) Migration options and constraints (I'm on Windows OS) option 1 download and install mySQL myself export the db: Access db -> ODBC driver -> mySQL (for Windows) generate ddl db script and export data dump script(s) |
|
having someone with Mac to download & install mySQL for Mac run the db scripts that I generated and create this database with data on the mySQL for Mac server (not sure how easy or difficult this process would be for a non- techie Mac user...) |
|
b) With regard to mySQL for Mac 1. Would Mac OS X ver. 10.6 (x86, 32-bit) work under Mac OS X 64 bit as well? 2. Of DMG Archive and Compressed TAR, which one is easier for installation? c) Could mySQL for Mac installation be automated with an installation script something? Because this db is a component of a software package. And let me know if you know another simpler or easier option. Thank you very much. |
#3
| |||
| |||
|
|
justaguy wrote: Hi, I'm a database guy but have barely used mySQL. *What I intend to do is this: export an Access database with 10 to 15 tables (not much seed data though) to mySQL on Mac. Here, I have a bunch of questions. a) Migration options and constraints (I'm on Windows OS) option 1 *download and install mySQL myself *export the db: Access db -> ODBC driver -> mySQL (for Windows) *generate ddl db script and export data dump script(s) May be easier to export as CSV and import using LOAD command *having someone with Mac to download & install mySQL for Mac *run the db scripts that I generated and create this database with data on the mySQL for Mac server *(not sure how easy or difficult this process would be for a non- techie Mac user...) All mac users are non techie. b) *With regard to mySQL for Mac 1. Would Mac OS X ver. 10.6 (x86, 32-bit) work under Mac OS X 64 bit as well? 2. *Of DMG Archive and Compressed TAR, which one is easier for installation? c) Could mySQL for Mac installation be automated with an installation script something? Because this db is a component of a software package. And let me know if you know another simpler or easier option. Thank you very much. |
#4
| |||
| |||
|
|
c) Could mySQL for Mac installation be automated with an installation script something? Because this db is a component of a software package. |
#5
| |||
| |||
|
|
On Nov 25, 6:29 am, The Natural Philosopher <t... (AT) invalid (DOT) invalid wrote: justaguy wrote: Hi, I'm a database guy but have barely used mySQL. What I intend to do is this: export an Access database with 10 to 15 tables (not much seed data though) to mySQL on Mac. Here, I have a bunch of questions. a) Migration options and constraints (I'm on Windows OS) option 1 download and install mySQL myself export the db: Access db -> ODBC driver -> mySQL (for Windows) generate ddl db script and export data dump script(s) May be easier to export as CSV and import using LOAD command having someone with Mac to download & install mySQL for Mac run the db scripts that I generated and create this database with data on the mySQL for Mac server (not sure how easy or difficult this process would be for a non- techie Mac user...) All mac users are non techie. b) With regard to mySQL for Mac 1. Would Mac OS X ver. 10.6 (x86, 32-bit) work under Mac OS X 64 bit as well? 2. Of DMG Archive and Compressed TAR, which one is easier for installation? c) Could mySQL for Mac installation be automated with an installation script something? Because this db is a component of a software package. And let me know if you know another simpler or easier option. Thank you very much. "May be easier to export as CSV and import using LOAD command " Sorry, this won't do it. The database would be used for data storage. |
|
Thanks for the note tho. |
#6
| |||
| |||
|
|
On 2011-11-25 00:57, justaguy wrote: [...] c) Could mySQL for Mac installation be automated with an installation script something? Because this db is a component of a software package. If you have not done so already I advise you to study the mysql license before bundling it with your application. I have never bundled anything with mysql myself, so I not sure what it says exactly, but there have been numerous discussions on this subject in the past. The license might not be a problem for you, but better safe than sorry. /Lennart |
#7
| |||
| |||
|
|
On Nov 25, 1:00*pm, Lennart Jonsson <erik.lennart.jons... (AT) gmail (DOT) com wrote: If you have not done so already I advise you to study the mysql license before bundling it with your application. Good thought. In the meantime, mySQL has always been open source... |
#8
| |||
| |||
|
|
justaguy: On Nov 25, 1:00*pm, Lennart Jonsson <erik.lennart.jons... (AT) gmail (DOT) com wrote: If you have not done so already I advise you to study the mysql license *before bundling it with your application. Good thought. *In the meantime, mySQL has always been open source... You appear to believe that an open source product can be integrated into any software package without restrictions or costs. Please reconsider, and refer tohttp://mysql.com/about/legal/licensing/index.htmlas a starting point. Chances are, that you need either pay for the product, or offer your own package as open source software under GPL, too. -- Erick |
#9
| |||
| |||
|
|
And let me know if you know another simpler or easier option. |
#10
| |||
| |||
|
|
On Thu, 24 Nov 2011 15:57:42 -0800 (PST), justaguy lichunshe... (AT) gmail (DOT) com> wrote: And let me know if you know another simpler or easier option. http://www.sqlite.org/ Best regards, -- * ( Kees Nuyt * ) c[_] |
![]() |
| Thread Tools | |
| Display Modes | |
| |