473,412 Members | 2,096 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,412 software developers and data experts.

distributing MySQL

Hello
Recently changed from using Access to MySQL.
Looked at the online docs but could not find anything about the process of
distributing a database to customers.
Can anyone give me a general idea of what is required. I sort of did a test
by simply moving the database files to a different directory but was unable
to connect after that through my VB front end.

Also If anyone could point me in direction of links that show how to do
this. Im particularly interested to know what happens to user names and
passwords. Do they remain on my system or do they move with the database?

Also would I have to pay for a special licence to do this or just tell
customers to install their own versions of the server and if the latter how
would it recognise my database and the permissions I have created
Ian
Nov 1 '05 #1
2 1931
Ian Davies wrote:
Hello
Recently changed from using Access to MySQL.
Looked at the online docs but could not find anything about the process of
distributing a database to customers.
Can anyone give me a general idea of what is required. I sort of did a
test by simply moving the database files to a different directory but was
unable to connect after that through my VB front end.

Also If anyone could point me in direction of links that show how to do
this. Im particularly interested to know what happens to user names and
passwords. Do they remain on my system or do they move with the database?

Also would I have to pay for a special licence to do this or just tell
customers to install their own versions of the server and if the latter
how would it recognise my database and the permissions I have created
Ian

Last thing first, no you don't have to pay for a special license. The
beauty of Open Source Database. Secondly, as to distribution of the
database; it depends. Are they working on a set of common data, or do they
just need the structure and are going to put in their own data. If the
latter, then check out mysqldump for dumping the file

Dec 23 '05 #2
Thanks for the reply

I will look into sqldump
But have written into my VB program lots of mysql commands that are run when
the the software is run for the first time. It took a long time but they
create a database if not already present, creates all tables and foreign
keys etc, populates with default data and creates all required users.
I think this is the best method if I need to distribute upgrades to either
the program or the database as I just distribute a single new front end
which automatically does any updating to tables, structure etc when run.
However, If you know of an alternative approach I m always open to better
solutions
Ian

"John Meyer" <jo**********@gmail.com> wrote in message
news:jp********************@comcast.com...
Ian Davies wrote:
Hello
Recently changed from using Access to MySQL.
Looked at the online docs but could not find anything about the process of distributing a database to customers.
Can anyone give me a general idea of what is required. I sort of did a
test by simply moving the database files to a different directory but was unable to connect after that through my VB front end.

Also If anyone could point me in direction of links that show how to do
this. Im particularly interested to know what happens to user names and
passwords. Do they remain on my system or do they move with the database?
Also would I have to pay for a special licence to do this or just tell
customers to install their own versions of the server and if the latter
how would it recognise my database and the permissions I have created
Ian

Last thing first, no you don't have to pay for a special license. The
beauty of Open Source Database. Secondly, as to distribution of the
database; it depends. Are they working on a set of common data, or do

they just need the structure and are going to put in their own data. If the
latter, then check out mysqldump for dumping the file

Dec 27 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Rick | last post by:
Hi all, I am writing a small PHP accounting and office management application and would like to learn how to "package" it for distribution. It requires the use of a small MySQL database which is...
4
by: Doug D | last post by:
Is there a way I can sell a PHP "module" without distributing the source code? I haven't heard of one, but if you have an idea, please let me know. thanks, -d
5
by: NEWS | last post by:
Can I install Python on a networked server and have any user run Python programs without having to go through the 9Mb client install? What are my options for distributing Python programs to my...
5
by: Jiri Barton | last post by:
Hi, I'd like to be able to distribute some python modules of my system (plugins) without the source. So far, I have done this by including only the *.pyc files. However, I have recently found...
1
by: Greg Smith | last post by:
I am distributing a Windows application via a Setup.exe file. How do you change the default target folder that comes up in the "Select Installation Folder" dialog box. Any help is greatly...
6
by: Jason | last post by:
A non-python programming friend of mine has said that any programs made with Python must be distributed with, or an alternative link, to the source of the program. Is this true?
2
by: John Welch | last post by:
It happens much too often that I have to tell a client how to fix up missing references when I send them an application, especially if the client is distributing it to different users. It makes me...
0
by: BallCOMET | last post by:
I have an application that I built with Visual Studio 2005 and for which I enabled OpenMP. If I open the compiled binary in Visual Studio, this is the manifest that is embedded in the executable...
9
by: alf | last post by:
Hi, I have a small app which consist of a few .py files. Is there any way to distribute it in jar like fashion as a single file I can just run python on. I obviously look for platform...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.