Results 1 to 10 of 10

Thread: Database systems...

  1. #1
    Registered
    Join Date
    Aug 2003
    Location
    Columbus, Ohio
    Posts
    122

    Database systems...

    What are the best server-side data base systems (MySQL, Access, SQL Server...) to use and why? On top of that, what are the best scripting languages (PHP, PERL, ASP...) to use? Does anyone know of good online resources for any of this. I guess I'm not too sure how database interaction really works and benefits website content delivery...

    ERIC

  2. #2
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    php and mysql is the best for most content sites.

    Access sucks as a database server.

    SQL Server is good, but it needs to run on an MS server, which is slower, more expensive, and more virus prone.

    Your hosting account probably already includes php/mysql.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  3. #3
    Registered
    Join Date
    Aug 2003
    Location
    Columbus, Ohio
    Posts
    122
    Do you do your own PHP scripting? Where can I get scripts to access MySQL. I have PHP and MySQL running my forums. I guess I'm not too sure how a database can drive a content site. Example: I have about 400 night venues that I am posting reviews on (in an Access database that I can hopefully migrate to MySQL) and I'll need pages for each venue (depends on querries, right?). Is this a good application or not, and do you have any online resources that might give tutorials on the PHP/MySQL thing? I found www.planet-source-code.com, but it only gives small scripts and doesn't really touch on the application of PHP and its interaction with MySQL. I might have to spend some time in Barnes & Noble, huh?

    ERIC

  4. #4
    Registered
    Join Date
    Aug 2003
    Location
    Columbus, Ohio
    Posts
    122
    One more thing, does Google spider code or does it spider through links?

  5. #5
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    Google sees the same source code that a browser does.

    I pretty much learned php/mysql from this book, its a good way to go step by step into creating your web application:

    http://www.amazon.com/exec/obidos/tg...books&n=507846

    I do all my own scripting now.

    A really good script to install on your server (if it isn't alread -- in most places it is) is phpmyadmin.

    http://www.phpmyadmin.net/

    Check your hosting control panel for it -- most places have it preinstalled for you. It gives you something of a GUI for accessing the MySQL Server.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  6. #6
    Registered
    Join Date
    Aug 2003
    Location
    Columbus, Ohio
    Posts
    122
    I have phpMyAdmin installed, but I am unable to create more databases or rename the ones I have. Is there a client-side application that I can use to manage this rather than the wattered-down phpMyWebAdmin? ...or is there some sort of secret I am not seeing?

  7. #7
    Registered Mike's Avatar
    Join Date
    May 2003
    Location
    UK
    Posts
    2,755
    If you are on a shared hosting plan, your host may not allow you to create more databases.
    Don't you just love free internet games ?

  8. #8
    Registered
    Join Date
    Aug 2003
    Location
    Columbus, Ohio
    Posts
    122
    Are MySQL databases structured the same as MS SQL databases (database > table > field) or can I add fields to me existing database for my forum and just access the actual fields I need? I guess I just don't have enough experience with MySQL...

    ERIC

  9. #9
    Registered Mike's Avatar
    Join Date
    May 2003
    Location
    UK
    Posts
    2,755
    They are structured the same way, I think. Most forum software software just needs a free table.
    Don't you just love free internet games ?

  10. #10
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    They're both more or less SQL compliant relational database servers -- if you only use SQL statements to administer MS SQL then you could start working on MySQL and not notice much of a difference (other than perhaps case sensitivity).

    If your host only allows you one database thats not really that much of an issue -- it this means you'll need to run your forums and your site content off the same database. Considering how a database can have tons of tables in it its really only a convenience issue.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

Similar Threads

  1. Non-CPanel Database
    By iKwak in forum Web Hosting & Servers
    Replies: 1
    Last Post: 02-16-2004, 02:12 PM
  2. Learning how to create PHP database driven sites online...
    By incka in forum Website Programming & Databases
    Replies: 15
    Last Post: 01-23-2004, 03:18 PM
  3. website database help
    By bishop9144 in forum HTML, CSS, Layout, and Design
    Replies: 10
    Last Post: 12-29-2003, 05:07 PM
  4. Database Driven Websites
    By star in forum Website Programming & Databases
    Replies: 6
    Last Post: 10-21-2003, 03:51 PM
  5. database for articles
    By The Literary Thug in forum Website Programming & Databases
    Replies: 2
    Last Post: 07-28-2003, 01:03 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •