View Full Version : MySQL?


Kawaiiness
08-29-2005, 08:20 AM
what is it and how do you use it?

pb&j
08-29-2005, 01:55 PM
it is a database.
a storage place for information.
can be used for things such as guestbooks, forums, and so forth where a buch of data needs to be stored and organized.
usually used in relation to PHP coding to connect and talk to it.
do a quick search of the forums or google for tutorials and such about it. it is a rather large subject to get into.

Lady Serena
08-29-2005, 08:47 PM
Don't forget databases can also handle large chunks of binary data, such as images. My site's avatar system stores all the item images in the database rather than flat files. Databases can handle any information you want to store in them, as long as the table structure is set up properly.

More information on MySQL Server: http://www.mysql.com

Kawaiiness
08-30-2005, 05:33 AM
ok thanks

Sarah_000
08-30-2005, 05:52 AM
I know this isn't my post but I have a question about mysql.

Can Microsoft Access be used with MySQL? I was just wondering because I Access is a database program isn't it?