Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Contribute
Contribute
Link to Us
Linux Jobs

Partner Sites
JustLinux.com
Linux Planet
PHPBuilder
Technology Jobs

Top White Papers

  • The number, complexity, and diversity of cyber threats are soaring. Businesses are increasingly concerned about the risks they face and 91% of organizations...
    Download

  • Regardless of the size of your business, a Denial of Service attack can disrupt your organization's website and network services. Download this eBook for...
    Download

More on LinuxToday


Really Linux: So You'd Like To Use MySQL...

Oct 13, 2005, 08:30 (1 Talkback[s])
(Other stories by Jon Stephens)

[ Thanks to Mark Rais for this link. ]

"The MySQL database is an Open Source application which boasts millions of installations worldwide and is available free under the GPL from the MySQL AB website. (It is also available under a commercial license, but unless you're planning to use it in a closed-source application, this shouldn't be of concern.) It's a popular choice in particular for use on the backend of websites, especially in combination with the PHP scripting language, but it's also compatible with Perl, Python, C, Ruby, and just about any programming language that supports ODBC. MySQL runs on over a dozen operating platforms, including Linux (of course), Mac OS X, Solaris, and Windows, and its behaviour varies very little between operating systems. In fact, in many cases, you can copy MySQL database files between machines running MySQL on different operating systems, restart MySQL, and have immediate access to the data. (If you've been running MySQL on another platform, this makes it easy to migrate your databases to Linux...)"

Complete Story

Related Stories: