Jump to content
xisto Community
Sign in to follow this  
kc8yff

What is MySQL?

Recommended Posts

This may sound pretty stupid, but what is MySQL? I am new to PHP and MySQL, and I was wondering if some body could give me a thorough explanation. I am working on getting 50 posts so I can open a forum myself on one of the servers. It might help if I know what I am doing. :)Thanks.Neil

Share this post


Link to post
Share on other sites

I use odbc using a m$ access db when I use mysql are the commands the same after I specify my dsn?my $Source = 'DSN=[dsn]; uid=[username]; pwd=[password];';if ($db = new Win32::ODBC($Source)) {print "Connected.";}$db->Close();If you don't know yet this is perl. :)Thanks for the help in advance.

Share this post


Link to post
Share on other sites

using mySQL is quite simple...better than none. Most CMS Portals using mySQL as their database like mambo Opensource, DEV, phpnuke, and manymore.. but mySQL is not applicable for big organization as they need special DBMS to support their system like online banking systems. they rather using SQL manager in order to get better services..I think

Share this post


Link to post
Share on other sites

MySql is a opensoruce database.

but mySQL is not applicable for big organization as they need special DBMS to support their system like online banking systems.

Yahoo! Google and even Cisco use it! Its not only for personal sites but also for big companys.

Share this post


Link to post
Share on other sites

I am using perl on windows, I use the Win32::ODBC modulewhat type of server does Xisto.com use to host our sites? linux or windows 2000? and do I connect and execute commands using the same commands? connect my $Source = 'DSN=dsn; uid=uid; pwd=pwd;'; $db = new Win32::ODBC($Source);execute sql command $db->Sql($command);close db $db->Cose();

Share this post


Link to post
Share on other sites

Am I correct when I say when using odbc, that the type of db doesn't matter as long as the server has the correct "driver" for that type of db.I hope you understand what I am trying to ask.when I goto data sources (ODBC) in w2k. When making a DSN I have the option of using an existing db or creating a new db (many different formats available)

Share this post


Link to post
Share on other sites

I and everyone I've met so far pronounce it es kwu el.

 

Oh and BTW the letters stand for Structured Query Language.

<{POST_SNAPBACK}>


Some peoples also pronounce it at se kwu el. Not sure if this is the right way.

On another note, does anyone know who started SQL? I don't think mysql is the first SQL

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.