WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > Database Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Database Discussion Forum This is the place to find help resolving those nagging questions you have about implementing and using all kinds of databases. Need help writing a query? Need an opinion on Oracle? Post here!

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-02-2006, 11:12 AM
AndrewB AndrewB is offline
WebProWorld New Member
 

Join Date: Nov 2006
Posts: 1
AndrewB RepRank 0
Default i am new to mySQL Database

hey all how does mySQL work for Databases can any one say about this?
Reply With Quote
  #2 (permalink)  
Old 11-02-2006, 11:21 PM
stymiee's Avatar
stymiee stymiee is offline
WebProWorld Veteran
 

Join Date: May 2006
Location: New Jersey
Posts: 431
stymiee RepRank 0
Default

MySQL works great. It's why so many people use it.
__________________
John Conde
Brainyminds Merchant Account Services eBook Giant
Reply With Quote
  #3 (permalink)  
Old 08-18-2007, 03:05 PM
zephyrireland zephyrireland is offline
WebProWorld Member
 

Join Date: May 2006
Location: Ireland
Posts: 28
zephyrireland RepRank 0
Default Re: i am new to mySQL Database

I love MySQL , great database and there are loads of support for it on the web, from scripts, SQL Extracts and DBMS items also.
Best of luck with it !
Reply With Quote
  #4 (permalink)  
Old 08-27-2007, 12:05 PM
jganders's Avatar
jganders jganders is offline
WebProWorld Member
 

Join Date: Jul 2007
Location: California, USA
Posts: 26
jganders RepRank 0
Default Re: i am new to mySQL Database

its magic.
Reply With Quote
  #5 (permalink)  
Old 09-03-2007, 07:38 AM
pagetta's Avatar
pagetta pagetta is offline
WebProWorld Veteran
 

Join Date: Nov 2004
Location: UK
Posts: 504
pagetta RepRank 2
Default Re: i am new to mySQL Database

I am thinking of using mySQL database to create a log-in section of our website where you can access our resources. I have absolutely no experience with databases although i have done a fair bit of php for forms etc. How easy/difficult will it be for me to pick up my SQL? any tips?!
Reply With Quote
  #6 (permalink)  
Old 09-03-2007, 01:37 PM
jganders's Avatar
jganders jganders is offline
WebProWorld Member
 

Join Date: Jul 2007
Location: California, USA
Posts: 26
jganders RepRank 0
Default Re: i am new to mySQL Database

Pagetta,
If you are working for, or own outright, the 3 websites on your tag line then you and/or your associates most likely are already using a database. If so, then the database most likely uses SQL. That'll give you a leg-up learning mySQL. There are tons of websites that use mySQL and the owners dont have to know SQL cuz it's all installed and configured seamlessly as part of an ecommerce or cms package. If you can find a packaged php/mySQL solution that meets your needs then you are in luck. If your data is of a unique nature then you, or someone on your staff, should really take a primer in relational database concepts. Without a good working knowledge of RDB (relational databases), it is easy to get stumped in trying to write SQL to get your data reported the way you want. You may write SQL that you think works but actually delivers erroneous results. You may write inefficient SQL that makes your website very slow. You may write DML (data modification language) SQL to insert, update, or delete data, that ends up corrupting your data. A poorly designed and implemented RDB will hurt rather than help you. I've outsourced some of my work to Elance firms and been disappointed in their SQL knowledge as evidenced in their deliverables. So I now have to write detailed specs for them, including a full set of DDL (data definition language) SQL for any new tables. At any rate, you have to QA all of the work of anyone who is charging you only $10/hr.
Reply With Quote
  #7 (permalink)  
Old 09-03-2007, 06:28 PM
irodgers irodgers is offline
WebProWorld Pro
 

Join Date: Aug 2003
Location: UK
Posts: 132
irodgers RepRank 0
Default Re: i am new to mySQL Database

My advice would be that if your site is fairly small just plunge in and don't worry unduly about efficiency problems. You can't go wrong. If you do go wrong you can fix it

But have a go on a smallish site with a small database to begin with.
__________________
Markgreat
Homes by Speyside
Tickets!
Reply With Quote
  #8 (permalink)  
Old 09-04-2007, 05:09 AM
pagetta's Avatar
pagetta pagetta is offline
WebProWorld Veteran
 

Join Date: Nov 2004
Location: UK
Posts: 504
pagetta RepRank 2
Default Re: i am new to mySQL Database

jganders thanks for the advice - i look after 2/3 sites in my sig niether currently use mySQL databases but we want to implement a log in on Codestone. Orbis already uses one so the webmaster for that site is able to offer some support with implmenting onto Codestone but I'm hoping that I will be able to get to grips with it asap so i don't commandeer too much of his time.
Reply With Quote
  #9 (permalink)  
Old 09-04-2007, 09:44 AM
wige's Avatar
wige wige is offline
Moderator
WebProWorld Moderator
 

Join Date: Jun 2006
Location: United States
Posts: 1,629
wige RepRank 4wige RepRank 4wige RepRank 4
Default Re: i am new to mySQL Database

Check out Amazon.com: PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (2nd Edition) (Visual QuickPro Guide): Books: Larry Ullman
When I started doing web design, I didn't know much about MySQL, and nothing about PHP, but this guide helped me with both. It has a lot of examples, including creating a username/password system powered by MySQL, and even covers some of the security issues involved.

Not a plug, just a resource that worked for me. I have seen a lot of tutorials, but none that were as good a reference as the book.
__________________
The best way to learn anything, is to question everything.
Interestingly Average Security Blog
Reply With Quote
  #10 (permalink)  
Old 09-04-2007, 01:42 PM
jganders's Avatar
jganders jganders is offline
WebProWorld Member
 

Join Date: Jul 2007
Location: California, USA
Posts: 26
jganders RepRank 0
Default Re: i am new to mySQL Database

Maybe you dont need a database solution if all you want is to open up certain htdoc directories to customers or approved users. Put all the resource files on which you want to control access into a directory named 'resources' for instance. You can put html and php files in here as well. Then protect the directory with Basic or Digest authentication. Apache explanation is here: Authentication, Authorization, and Access Control.
When someone tries to browse to a file in 'resources' they get the little popup widow requiring userid/pswd. People would have to email you a request to get access or you could just map your customer file to .htaccess using their name as userid and invoice# as the password.
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Database Discussion Forum
Tags: database, mysql



Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Search Engine Friendly URLs by vBSEO 3.0.0