473,387 Members | 1,641 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,387 software developers and data experts.

What do I use MySQL for?

tharden3
916 512MB
I'm building a website. Within the website I'm going to have to keep track of hundreds of products, like an online catalog. Can I use MySQL to manage this for me?

I'm only familiar with HTML and CSS, so I can make static sites, but lately I have been asked to build sites with functionality, and here is where I'm really hurting. I know a bit of Python programming (but not enough to use it for anything significant), and when I venture beyond static websites, I'm getting a little lost.

The two items I really need to include are a mailer (something where they can click a "contact us" button, and it allows them to fill out a form), and the database of products. I was hoping I could put product info. into a database, and then I might take that database and represent each piece of information the same way a hundred times over (like Amazon.com or Bestbuy.com)

I'm really against automatic website builders, and have been writing all the code by hand. I've learned so much doing it this way, and I'd like to continue writing it by hand. So my question is: Can I use MySQL to handle all of my products?
Dec 3 '08 #1
3 1769
Niheel
2,460 Expert Mod 2GB
Yes you can use mysql as your database.

The most common stack(group of technologies) for what you are trying to do is LAMP.

Linux, Apache, MySQL, PHP

PHP = the language to code in, it has lots of built in mysql functions for you to use and there is tons of tutorials and documentations online, it also has built in mailing functions.
Apache = web server
Linux = OS, though you can even host this on your windows machine
MySQL = database

Give it a shot. You can also use Python as the replacement language.
Dec 3 '08 #2
tharden3
916 512MB
@KUB365
ok, thanks for the help. I will look into this.
Dec 3 '08 #3
tharden3
916 512MB
I've looked around Amazon, among other sites, and have been searching for a book to teach me LAMP. Any suggestions on this? They have plenty of them all over the palce, I just want to know that I'm getting a good book.
Dec 3 '08 #4

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

Similar topics

0
by: julio | last post by:
Hello Guys, I have Risc/AlphaServer ES40 with processor EV6 500mhz running RedHat 7.2/Mysql. Could you please send me Bench test ? I like to try tks, Julio
4
by: mikey | last post by:
Hi all, I'm having great problems trying to install the latest MySQl RPM package onto my Red Hat Linux OS. There is already MySQL v 3.0 pre-installed with the RH Linux distribution disk but I...
15
by: barry womb | last post by:
Hello- This is my first post, thank you. I've recently purchased the Sams "Teach Yourself MySQL in 21 Days". Per the lessons, I installed MySQL on my Windows XP machine. Things seemed to be...
12
by: jacob nikom | last post by:
Hi, I would like to store XML files in MySQL. What is the best solution: 1. Convert it to string and store it as CLOB/text 2. Serialize it and store as byte array 3. Flatten it out and create...
0
by: JW | last post by:
Hi all, I was fine running mysql, and for some reason, after the most recent reboot of my machine, I get the following error and I try the following subsequent commands to try to figure things...
125
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from...
2
by: trihanhcie | last post by:
I m currently working on a Unix server with a fedora 3 as an os My current version of mysql is 3.23.58. I'd like to upgrade the version to 5.0.18. After downloading from MYSQL.COM the package on...
1
by: manish deshpande | last post by:
Hi, When i'm installing MySQL-server-standard-5.0.24a-0.rhel3.i386.rpm by the following command: rpm -i MySQL-server-standard-5.0.24a-0.rhel3.i386.rpm the following error is being shown: ...
14
by: salad | last post by:
XML seems to be a hot technology buzzword. And it appears XML is supported in A2003. I am wondering if it could be used in the following scenario. I create an order record for the customer. ...
1
by: amygrant1701 | last post by:
Hi, I've done this before so I don't see what I could doing wrong here. I'm running mysql 5x on freebsd. I'm using the default data directory of "/var/db/mysql" In there I have several dozen...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: 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
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
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...

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.