Go Back   CodingForums.com > :: Server side development > MySQL

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-24-2012, 05:40 PM   PM User | #1
Rcoleman25
New Coder

 
Join Date: Jun 2012
Posts: 18
Thanks: 8
Thanked 0 Times in 0 Posts
Rcoleman25 is an unknown quantity at this point
Building a General Database?

Hey,

I'm starting a business website and will need to build two main databases. The first will store the user account information with the login name, password, user's address, payment/credit card info, email, etc. It is a transportation website and the second database will store information about freight such as the size of the freight, type, pick-up location, destination location, etc. This is my first time building a database and my site is hosted by yahoo. Do I need to create this database using MySQL on the yahoo site solutions?

Thanks!
Rcoleman25 is offline   Reply With Quote
Old 09-24-2012, 09:15 PM   PM User | #2
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,211
Thanks: 59
Thanked 3,996 Times in 3,965 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
Yes, but...

But you will be violating the terms of any credit card usage if you do so.

Credit card numbers can't be legally stored on any SHARED hosting site, because of the danger that some other account user on the site could hack into your database. They can only be stored in fully secured systems, which clearly a MySQL DB on Yahoo is not.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote
Old 09-24-2012, 09:38 PM   PM User | #3
Rcoleman25
New Coder

 
Join Date: Jun 2012
Posts: 18
Thanks: 8
Thanked 0 Times in 0 Posts
Rcoleman25 is an unknown quantity at this point
Quote:
Originally Posted by Old Pedant View Post
Yes, but...

But you will be violating the terms of any credit card usage if you do so.

Credit card numbers can't be legally stored on any SHARED hosting site, because of the danger that some other account user on the site could hack into your database. They can only be stored in fully secured systems, which clearly a MySQL DB on Yahoo is not.
What about using the secure server on yahoo...

http://help.yahoo.com/l/us/yahoo/sma...sl/ssl-07.html

?
Rcoleman25 is offline   Reply With Quote
Old 09-24-2012, 09:50 PM   PM User | #4
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,211
Thanks: 59
Thanked 3,996 Times in 3,965 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
Quote:
Originally Posted by Rcoleman25 View Post
What about using the secure server on yahoo...

http://help.yahoo.com/l/us/yahoo/sma...sl/ssl-07.html

?
Quite frankly, I don't know. I would trust Yahoo to give you a correct answer, though. So if they say it's okay/safe, you should be covered.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote
Old 09-24-2012, 10:06 PM   PM User | #5
tracknut
Regular Coder

 
Join Date: Aug 2006
Posts: 891
Thanks: 4
Thanked 205 Times in 204 Posts
tracknut is an unknown quantity at this point
It's not just the server you're on, it's also the architecture and audits you put in place for your application.

Here are the requirements: https://www.pcisecuritystandards.org/

Dave
tracknut is offline   Reply With Quote
Users who have thanked tracknut for this post:
Old Pedant (09-24-2012)
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:48 PM.


Advertisement
Log in to turn off these ads.