kc8yff 0 Report post Posted September 7, 2004 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
xavierduan 0 Report post Posted September 8, 2004 The world's most popular open source databaseu can get more infomation from http://www.mysql.com/ or others mysql websitei hope u are not cheating for count of posts Share this post Link to post Share on other sites
jcguy 0 Report post Posted September 8, 2004 You may find the other threads in this Database forum useful. There's one explaining a bit on the table-like structure of the mySQL and it's difference versus postgresql. Share this post Link to post Share on other sites
OrbitPoints 0 Report post Posted September 9, 2004 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
mallphyseas 0 Report post Posted September 9, 2004 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
iGuest 3 Report post Posted September 9, 2004 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
Hercco 0 Report post Posted September 9, 2004 Yahoo! Google and even Cisco use it! Its not only for personal sites but also for big companys. <{POST_SNAPBACK}> Really? Can you give some references? Share this post Link to post Share on other sites
Trekkie101 0 Report post Posted September 9, 2004 MySQL is basically a database like access but is for the web. It is very fast and very powerfull. Share this post Link to post Share on other sites
OrbitPoints 0 Report post Posted September 9, 2004 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
OrbitPoints 0 Report post Posted September 10, 2004 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
soleimanian 0 Report post Posted September 15, 2004 this soft ware is open sourcethis soft ware written in c++this software Tested with different compilersIt can easily use multiple CPUs if they are available Share this post Link to post Share on other sites
kelp 0 Report post Posted September 16, 2004 It is a type of database that stores information on your server. It can save things such as forms through php. PHP can basically send information to the database. Share this post Link to post Share on other sites
iGuest 3 Report post Posted September 20, 2004 How do you pronounce "SQL"As S Q L (sound of three letters individually), ORSequal? Share this post Link to post Share on other sites
Hercco 0 Report post Posted September 20, 2004 How do you pronounce "SQL" As S Q L (sound of three letters individually), OR Sequal? <{POST_SNAPBACK}> I and everyone I've met so far pronounce it es kwu el. Oh and BTW the letters stand for Structured Query Language. Share this post Link to post Share on other sites
iGuest 3 Report post Posted September 20, 2004 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