473,401 Members | 2,127 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,401 software developers and data experts.

one customer database for multiple different business

228 100+
Alo all,

We are targeting specific kind of customers who use different kind of services such as fashion shops, cosmetics etc. This service providers just buy a package (domain, web site, db etc) and they are good to go. Now they customers are repeated time and again and so a single customer is registered 5-6 times in a single computer running mysql server with database for each service.

I want to have a single customers table and make it avaliable to the business underground. I donno how I would go about it since a customer can be registered (Action queries) and authenticated (fetch queries).

Does my idea make any sense from a development and security point of view? Any idea on how to handle it?
Nov 27 '15 #1
1 1653
zmbd
5,501 Expert Mod 4TB
In any RDMS you would create a table that holds just the customer information and other tables to hold other information.

Sensitive information (SSN/TaxID,Passwords,etc...) ALWAYS needs to be secured, preferably hashed, or at least using very strong encryption.

Security, the more people you give access to the data, the less secure it will become - period. IMHO, it is unconscionable to provide a general list for multiple business to share no mater what the filtering is on that compiled data. Look at the number of data-breaches that are reported daily and we have no idea how many actually happen as business do not appear to routinely disclose such information. And there are criminal organizations that appear to have been using false credentials to appear to be legitimate businesses that have obtained personal information under false pretense. IMHO, it is a better to provide a file with the sub-data to each business as they require it and allow them to build their own records "on the fly."

Although this link relates to Access, the concept of database normalization and structuring will still basically hold true:
home > topics > microsoft access / vba > insights > database normalization and table structures

You might also like to review:
home > topics > mysql database > insights > mysql basic tutorial
Nov 28 '15 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Burghew | last post by:
Hi all, Kindly help me out on this one. I am having a computer shop and we have many IT related equipments nearly 30 categories which comprises of Servers, Laptops, PC's, Printers, routers,...
2
by: lis0122 | last post by:
I'm creating a mini-CRM system for a couple of our telesales employees. I have very basic knowledge in Access so bear with me. :) So far I have three tables... Contacts (the people to call)...
2
by: Petra Chong | last post by:
Hello all I am using Python 2.3 and ZODB (without the rest of Zope) with the following pattern: * One process which writes stuff to a ZODB instance (call it test.db) * Another process which...
1
by: Magnus | last post by:
I'm testing walkthrough saving data to a Database (Multiple Tables). http://msdn2.microsoft.com/en-us/library/4esb49b4(VS.80).aspx In the famous Customer/Order example, I'm getting referential...
0
by: mca47378 | last post by:
Hi, I attached my database on different machine. Everything seems to be okay as of now, but I dont see my database diagrams here, which I had created and saved on the previous machine in this...
1
by: pratap123 | last post by:
Hi, I need to refer multiple different web services at runtime(though one a time) and then invoke the method of this web service based on client choice. Can anyone help me here to create such a web...
0
by: RyGa | last post by:
I know this is a bit off-subject, but not completely.. I am getting fed up opening multiple different browsers to test layout render for a given page.. I am wondering if there is a utility...
3
by: Jeff | last post by:
hi asp.net 2.0 sql server 2005 I have a GridView on my webpage. Sometimes I want to query the bound datasource in different ways.: - Get all arroved records - Get all unapproved records -...
4
by: =?Utf-8?B?Z2lkZHk=?= | last post by:
hi, I posted here earlier with a great reply:...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.