|
Optimize MySQL tables for better performance
2011-11-28 08:05:00 A web applications like Wordpress will produce a lot of overhead on your database tables. Each overhead will make your database a little slower because more memory (RAM) is used. This PHP tutorial is for the beginning webmaster and also useful for the professional webmaster, which host his websites on a VPS or dedicated server. Rating: 8.5/10 (2 votes cast)
Simple Banner Rotator With PHP, jQuery & MySQL
2010-09-10 16:25:00 Simple Banner Rotator With PHP, jQuery & MySQL, Otra interesante idea para la sección de anunciantes, un simple PHP, jQuery y un banner rotador MySQL, con el que podrás crear y mostrar los avisos al azar en tu sitio. Una interesante idea si no sabes en qué orden acomodar a cada anunciante, que ...
By: Xyberneticos
Upgrade Time : WordPress 2.9 and MySQL 5
2009-12-22 17:31:00 WordPress 2.9 was release somewhat recently and so like a good WP minion I logged into my site and clicked the update button. Error… uh oh. Apparently WordPress 2.9 requires a more recent version of MySQL (>= 4.1.2). My host installed MySQL 5 ages ago but I’ve never bothered with migrating to the new version ...
Talking Sams Teach Yourself PHP And MySQL Video Learning Starter Kit
2009-10-06 14:11:00 * Four hours of video lessons with interactive labs and quizzes* PHP, MySQL, and Apache for Windows and Mac OS X an easy-to-install package to set up a safe learning environment* Work files for all the learning labs* Sams Teach Yourself PHP tutorial in searchable PDF format* The jEdit programming editor for Windows and Mac OS XLearn how to* Install and configure PHP and MySQL on your computer*
Portal with 3 level accounting to write/read mysql db by KCP
2009-08-13 06:43:00 We need: - a portal with three different level of access - the ability to present data from a db depending on which account the user login - the ability to modify some data into the db (Budget: $250-750, Jobs: Joomla, PHP, SQL)
mysql Chinese error fix by kitlee
2009-08-07 02:59:00 I need a quick langauge fix on application developed using c#.net and mysql (hosted on xampp) it has language issue that can not send chinese data from c#.net application to mysql correctly; my... (Budget: $30-250, Jobs: .NET)
What is MySQL
2009-06-08 08:28:00 MySQL is a database. A database defines a structure for storing information. In a database, there are tables. Just like HTML tables, database tables contain rows, columns, and cells. Databases are useful when storing information categorically. A company may have a database with the following tables: "Employees", "Products", "Customers" and "Orders". Database Tables A database most often contains one or more tables. Each table has a name ...
Free PHP/MySQL cPanel hosting
2009-01-04 22:09:00 Just today, a friend of mine started offering FREE PHP/MySQL hosting. The only thing you need to do is to be active in forums. You don’t have to write 10 posts every day, but a couple of posts per week should be enough. Hosting has all PRO features. You will have cPanel and Fantastico included in ...
By: Tutorials007.com
El creador de MySQL confiesa que la versión 5.1 contiene bugs críticos
2008-12-02 18:30:00 El 27 de noviembre, hace menos de una semana, Sun Microsystems lanzó oficialmente MySQL 5.1.30, la nueva y largamente esperada versión del popular sistema de bases de datos de código libre. A pesar de que desde la compañía han declarado que estamos ante un producto que está listo para ser adoptado en entornos de producción, su creador, Michael Widenius, ha sorprendido a propios y extraños tras alertar que contiene errores críticos. MySQL 5.1 ha llegado 3 años después de que en octubre del 2005 apareciera la versión 5.0. Un tiempo, a priori, más que suficiente para desarrollar un producto en condiciones y limar todos o casi todos los bugs graves que se vayan encontrando por el camino. No es eso lo que ha hecho Sun, al menos desde el punto de vista de Widenius, quien ha advertido que la compañía ha cometido una irresponsabilidad al liberar la base de datos en su actual estado ya que no cumple con los estándares de calidad que han venido marcando a las anteriores versiones finales de...
Bad Luck with Steadfast.net?s MySQL Server
2008-10-22 17:40:00 Today when I went to check this blog at about 3:30pm PST I figured out that it took very long for it to respond and it can’t connect to the database. I then checked other websites but also the same. Later on I figured out that’s because steadfast’s mysql2 database server was down as their ...
By: my personal blog
MySQL Database Connection
2008-07-14 23:14:00 The script that follows provides for an example way to use PHP to connect to a MySQL database through the use of a PHP Function. The code that follows I will call db.php <?php function connect($sql) { // The following values should all be adjusted to suit your MySQL install. $host="localhost"; $user="root"; $pass="password"; $db="users"; if(!($connect=mysql_connect($ho-st,$user,$pass))){ printf("Error connecting to the database"); email_error("Server Connection Error", mysql_error()); } if(!($dbselect = mysql_select_db($db, $connect))){ printf("<p>Error connecting to the database</p>"); email_error("Database Connection Error", mysql_error()); } $result=mysql_query($sql); if (mysql_errno() == 0){ return $result; } else { email_error($sql, mysql_error()); $result = "Null"; } } ?> Being the ever vigilant system administrator we want the site to alert us of failed connection errors, which may be hack attempts. To do so we can get the web server to send out via it'...
How to add new user accounts to Mysql
2008-06-04 13:06:00 Since I did this over and over again, adding new user accounts can sometime be a pain for people that don’t know anything about Mysql. Here is a small example on how to add a new user with full privileges: First you will need to connect to mysql as a root user shell>mysql -u USERNAME -p After you’re logged into mysql you can add an username easy: mysql> GRANT ALL PRIVILEGES ON *.* TO 'some_user'@'localhost' IDENTIFIED BY 'some_pass' WITH GRANT OPTION; Now to explain a little about this command. The user that we just created has also grant option and you can add other users with this this user if you don want grant option you don’t have to use WITH GRANT OPTION mysql> GRANT ALL PRIVILEGES ON *.* TO 'some_user'@'localhost' IDENTIFIED BY 'some_pass'; So this is it I hope I am of some help for some people
By: We Blog City
Motores de almacenamiento de MySQL y tipos de tablas
2008-06-03 05:36:00 Recientemente estuve buscando varias opciones sencillas para consultar tablas de otro servidor y acceder a su informacion en otro, habia varias opciones, las logicas eran Replicacion de Datos, pero implicaba tener configurados esquemas de Master/Slave y dado que solo queria algunas tablas y no toda la base de datos la descarte, la otra era Row ...
on-line forms (Flash post to MySQL) II by melanie99
2008-06-02 01:29:00 Would like on-line forms made in Flash that will post to save to a MySQL database table for each form - need MySQL database created. Forms will go into existing web site already in Flash. Forms to put... (Budget: $30-250, Jobs: Flash, PHP, Website Design)
First B2B Processes More Than Two Million Complex Transactions Using MySQL
2008-05-29 20:47:00 One of The UK's Leading Providers of Business-to-Business Electronic Trading Standardises upon Sun's MySQL Open Source Database
MySQL Query Browser and Hosted Databases
2008-05-29 18:58:00 Does your website rely on a MySQL database? Are you tired of using a web application my phpMyAdmin in order to run some custom queries and accomplish some simple tasks? I used to hate using phpMyAdmin to accomplish simple tasks like querying a database, creating a table or doing some basic maintenance work. However, these re15 Zoom(s)
PHP & MySQL Web Development All-in-One Desk Reference For Dummies (For Dumm
2008-05-28 04:05:00 PHP & MySQL Web Development All-in-One Desk Reference For Dummies (For Dummies (Computer/Tech)) (Paperback)By Janet Valade Buy new: $34.99$23.0936 utilised and new from $18.74 Customer Rating: First tagged “mysql” by K. VanDonsel “book worm” ...
How to Back Up Wordpress without using MySQL & PHPmyadmin
2008-05-27 22:14:00 When I originally created an article on Dollars Blog about moving wordpress blogs a while back, it was about using PHPmyadmin and MySQL. While you still need to know how to create databases and... [[ Visit the link to read more ]]
By: Dollars Blog
PHP MYSQL Website Coding by mmurf100
2008-05-27 00:27:00 Hi, I have a website template designed and I need a php coder to design the backend of the website. The main requirements are as follows: The site is a recruitment website with the ability to do... (Budget: $750-1500, Jobs: PHP)
PHP / MySQL / Ajax Ninja Required
2008-05-26 18:02:00 Today I am putting out a request for a expert PHP/MYsql - Ajax developer who can create amazing sites / apps without making me feel I am babysitting a monkey. We have a number of projects in development and can offer a good rate of pay along with long term work. In return we need top ...
MySQL Down
2008-05-26 17:38:00 MySQL is down. It's so sickening. Skai Chan @ http://sillydumb.com
By: Dear Dreams
Quick PHP scripts FIX after Data migration on Mysql by jpservicez
2008-05-26 00:06:00 Php scripts not working after migration to Php/mysql 5.xx.x. Need someone to check the scripts and Mysql and make necessary modifications. Scripts works fine in displaying data from Mysql but can't post to DB possibly permission issue... (Budget: $30-250, Jobs: Linux, PHP)
mySQL Date Format to Unix Time Format at Bali Web Design Blog
2008-05-24 17:29:00 This material is taken from Bali Web Design Blog, http://design.ebali.web.id/bali-webdesignseo-blog-1.html. Wanna convert mysql date format into unix time format? Here is the code function mysqlToUnix datetime if datetime parts explode ' ' datetime datebits explode ' ' parts 0 if 3 ! count datebits return 1 if isset parts 1 timebits explode ' ' parts 1 if 3 ! count timebits return 1 return mktime timebits 0 timebits 1 timebits 2 datebits 1 datebits 2 datebits 0 return mktime 0 0 0 datebits 1 datebits 2 datebits 0 source guru forum This material is taken from Bali Web Design Blog, http://design.ebali.web.id/bali-webdesignseo-blog-1.html.
mySQL Date Format to Unix Time Format at Bali Web Design Blog
2008-05-24 17:29:00 This material is taken from Bali Web Design Blog, http://design.ebali.web.id/bali-webdesignseo-blog-1.html. Wanna convert mysql date format into unix time format? Here is the code:function mysqlToUnix ( datetime) if ( datetime) parts explode( , datetime) datebits explode( , parts 0 ) if (3 ! count( datebits)) return 1 if (isset( parts 1 )) timebits explode( : , parts 1 ) if (3 ! count( timebits)) return 1 return mktime( timebits 0 , timebits 1 , timebits 2 , datebits 1 , datebits 2 , datebits 0 ) return mktime (0, 0, 0, datebits 1 , datebits 2 , datebits 0 ) source: guru forum This material is taken from Bali Web Design Blog, http://design.ebali.web.id/bali-webdesignseo-blog-1.html.
5 Steps to MySQL Replication on Windows
2008-05-23 20:32:00 In establishing a high-availability web application you need to consider multiple levels of availability and redundancy. In this first installment discussing MySQL replication I am referring to omni-directional replication. In my follow-up on the subject, next week, we will be covering bi-directional replication or creating what is otherwise known as multi-master replication, and yes I am doing this on Microsoft Windows. As previously discussed in my post on the hardware upgrades for the Poscribes website, I am introducing multiple levels of redundancy to ensure availability not only with load-balanced web servers but also replicated databases and ultimately fail-over internet connectivity (still working on that one!). Why Windows? Well, doing it with Linux is the norm these days and I just wanted to see how easy it would be. In this situation I am using MySQL 5.0.51b-community-nt to replicate between my primary or master database running on a single 2.8Ghz Intel Xeon CPU with 1....
Sample multiple-table UPDATE capability for MySQL
2008-05-23 00:54:00 Sample 1: UPDATE member, grouprate SET member.mem_type=grouprate.gr_gr-oup WHERE member.mem_grouprate=grouprate.-name Sample 2: UPDATE items,month SET items.price=month.price WHERE items.id=month.id; Single-table syntax: UPDATE [LOW_PRIORITY] [IGNORE] tbl_name SET col_name1=expr1 [, col_name2=expr2] … [WHERE where_condition] [ORDER BY …] You can also perform UPDATE operations covering multiple tables. However, you cannot use ORDER BY or LIMIT with a multiple-table UPDATE. The table_references clause lists the tables involved in the join. Its syntax is described in Section 12.2.7.1, “JOIN Syntaxâ€. ...
By: Warung Digital
Zmanda, herramienta de backup para MySQL
2008-05-22 09:23:00 Zmanda ha desarrollado una herramienta open source de recuperación y backup para las bases de datos MySQL: Zmanda Recovery Manager (ZRM). Con ello se facilita la gestión de entornos críticos y de alto volumen transaccional. ZRM funciona sobre servidores con plataforma Linux, Windows, Solaris y Mac OS X. ZRM también incorpora una consola (Zmanda Management Console, ...
By: Xperimentos
how to backup mysql databases automatically
2008-05-21 23:57:00 Backing up mysql databases is a real headache and if you have more than one website than you will have to spend some more time in backing up all your databases daily and you have to backup your databases daily in order to have the recent backup because you cannot rely on your webhost.I have ...
By: TheTechPedia
How Do I Get Meta Data From MySQL Using PHP?
2008-05-20 19:40:00 I know you’ve all asked that question before, right? Well maybe not, but I recently had the need to detect what the DATATYPE for arbitrary columns in arbitrary tables were inside a MySQL database using PHP. Turns out that it isn’t all that hard to get. The main thing about using this method is that we ...SHARETHIS.addEntry({ title: "How Do I Get Meta Data From MySQL Using PHP?", url: "http://www.franzone.com/2008/0-5/20/how-do-i-get-meta-data-fro-m-mysql-using-php/" });
Hyperphp.com - 350MB/15GB/PHP MySql/
2008-05-16 04:55:00 ???????????????????????????????-????????????????? ????????? 350 MB ???? 15 GB ??? 5 ????? 5 ???? 5 ???? 5 ?MySQL??? PhpMyAdmin???? ??????VistaPanel Control Panel???????????????PHPbb?SMF?M-edia Wiki??????????????Zend encoder??????? ?????????????? Disk space usage stats Bandwidth usage stats CPU time usage stats MySQL query stats ??????????????????????? (??????) ??????http://www.pipomaggi.hype-rphp.com/ ??????http://hyperphp.com/index-.php ???? MyHosting247 - 5GB/20GB ???????PHP??? Runhost.net - ?? PHP + MySQL ?????? 200GB? FancyFreeHosting - 2GB/500GB ?????PHP, MySQL? Venom-Hosting - 3GB/5GB?????cPanel, PHP, MySQL? 10GBfreewebhost - 10GB ??????? PHP, MySQL????? dump.ro - ?????1GB?????? FileFlyer - ?????????????????????? My5GB - ?? PHP/MySQL ?????????
Hyperphp.com - 350MB/15GB/PHP/MySQL
2008-05-16 04:55:00 ???????????????????????????????-????????????????? ????????? 350 MB ???? 15 GB ??? 5 ????? 5 ???? 5 ???? 5 ?MySQL??? PHPMyAdmin???? ??????VistaPanel Control Panel??????????????? PHPBB?SMF?MediaWiki ?????????????? Zend Encoder ??????? ??????????????? Disk space usage stats Bandwidth usage stats CPU time usage stats MySQL query stats ???????????????????????? (??????) ??????http://www.pipomaggi.hype-rphp.com/ ??????http://hyperphp.com/index-.php ???? MyHosting247 - 5GB/20GB ???????PHP??? Runhost.net - ?? PHP + MySQL ?????? 200GB? FancyFreeHosting - 2GB/500GB ?????PHP, MySQL? Venom-Hosting - 3GB/5GB?????cPanel, PHP, MySQL? 10GBfreewebhost - 10GB ??????? PHP, MySQL????? dump.ro - ?????1GB?????? FileFlyer - ?????????????????????? My5GB - ?? ...
Head First PHP & MySQL (Paperback)
2008-05-15 06:05:00 Head First PHP & MySQL (Paperback)By Lynn Beighley Buy new: $29.69 First tagged “mysql” by Lynn Kyle “Lynn” Customer tags: php, programming, mysql, head first, web development Technorati Tags: php, programming, ...
MySQL Data Types and Properties
2008-05-13 11:54:00 Have a look at the following line of code from the post Storing and Retrieving Data from MySQL Database. CREATE TABLE phno( name varchar( 50 ) , phnum varchar( 20 ) ) As I told you we have to declare the column data types while creating tables depending on the values we want to store. MySQL has wide variety of data types, out of which I’m stating some of the important ones below: CHAR: For storing character and string data, faster than VARCHAR. VARCHAR: For storing character and string data. Slower but efficient in storing variable length string as only the needed memory is used no matter how much we allocate. INT: For storing regular integers. Same as INTEGER, other related data types are TINYINT, SMALLINT, MEDIUMINT, BIGINT. FLOAT: For storing floating point values, it is 4 bytes long. There is also a DOUBLE which is 8 bytes long. DATE: For storing YYYY-MM-DD date values. ...
Storing and Retrieving Data from MySQL Database
2008-05-12 13:58:00 You may first want to read Installing, Configuring and Testing MySQL Database Server on 'localhost', About MySQL, Databases and SQL Commands. Now that you have installed MySQL database server and have learnt some SQL commands to query MySQL, its time to use our knowledge to do what database servers are used for, storing and retrieving data. To make for a nice example, we’ll create a simple Phonebook Application which would store phone numbers and names of peoples. It’d be able to illustrate the storage and retrieval of data from database quite well. OK let’s first start with the datable design. We’d need to create a database first and table in that database. One table is enough because we only need to store name and phone number which should be stored in the same table. For the table we should have two fields (column), one for name and the other for phone number. Both can be of data type (MySQL) VARCHAR as we don’t nee...
About MySQL, Databases and SQL Commands
2008-05-12 08:52:00 In the last post we ‘created a database’ from our script as an example to test the working of MySQL. Actually a database is a set of tables for storing data. The tables in a database may be logically related with each other. MySQL supports unlimited number of databases and for each application you may use a different one To understand relation between a database and tables consider an example of a database oriented Note Keeping application. Since it needed user authorization we can store user information such as username and password in one table, upgrading that system to multi-user capable is also possible because a table can store any number of rows (i.e. different set of username & password, in this case). We’ll also need a second table for storing note data. Thus we’re using a database having two tables to store data related to a single application. The following image illustrates this relation quite well: MySQL da...
Installing, Configuring and Testing MySQL Database Server on ?localhost?
2008-05-12 08:39:00 Here we go with another installation and configuration post for out local server; this time for MySQL, the well known and widely popular free database server. [You may want to read Installing Web Server on your PC, Installing Apache and PHP on your PC and Configuring Apache Web Server and PHP] In this post, we’ll learn to set-up MySQL server on our own local server and see how we can connect to it from our scripts. Since the last few posts we have been having problems implementing data storage/retrieval from files, we thought it was the right time to start using database for that purpose. However before we can use database connectivity from our scripts, we need to install a database server, we’ve chosen My SQL. In spite of MySQL database server being free, it has proven itself time and again as the best database server around. Its free too so there is no point in us looking for anything else. OK, let’s start by first downloading ...
Beginning PHP and MySQL: From Novice to Professional, Third Edition (Beginn
2008-05-09 08:05:00 Beginning PHP and MySQL: From Novice to Professional, Third Edition (Beginning from Novice to Professional) (Paperback)By W. Jason Gilmore Buy new: $31.0125 used and new from $26.50 Customer Rating: First tagged “sql” by Robert Beasley “snobert” Customer tags: php(3), web programming(2), open source(2), apress(2), mysql(2), programming(2), web development(2), sql, web design, technology (more…) Technorati Tags: php, web programming, open source, apress, mysql, programming, web development, sql, web design, technology
By: Code Zapper.com
mysql 5 procedure calls for creating member registration
2008-05-05 21:57:00 http://mustafaturan.net/tr/mysq-l5_procedured_function_calls2_f-or_membership.html ## Coder Mustafa Turan ## ## http://mustafaturan.net/ ## ## Delimiters $$ ## ## members(m_ID, m_name, m_email, m_pass, m_acode, m_status, m_datetime) ## DROP PROCEDURE NewMember$$ CREATE PROCEDURE NewMember(# yeni kullan?c? # IN N_m_name VARCHAR(14), IN N_m_email VARCHAR(55), IN N_m_pass CHAR(32), IN N_m_acode CHAR(6), OUT N_m_err TINYINT ) BEGIN DECLARE name_exist TINYINT; DECLARE email_exist TINYINT; SET name_exist = 0; SET email_exist = 0; # get m_ID to name_exist # SELECT count(m_ID) INTO name_exist FROM members ...
By: Techno Surprises
php/mySql/ajax project - web portal by nicusornicolae
2008-05-04 00:03:00 This project is a private project for Adriana. Thank you. (Budget: $1500-3000, Jobs: AJAX, PHP, XML)
My5GB - ?? PHP/MySQL ?????????
2008-05-02 10:16:00 MY5GB.com ???????????????5GB?????????20GB-????????????????????DNS?? ns1.my5gb.com / ns2.my5gb.com, ?? Account settings ????????My5GB ????PHP?MySQL???????????5??????-?5?????????? ? FAQ ???????????????? My5GB ????????(function)??????My5GB ??????????(support)????????????-?????? Live Support ???????????????? support ticket ????????????? My5GB ?????? ??????http://freegroup.my5gb.co-m/ ??????http://www.my5gb.com/
MySQL LOAD DATA LOCAL INFILE returns Column count does not match value coun
2008-04-29 22:32:00 Finally back after a long time! Here is a quick tip to get everyone started, and I will put more up as soon as I get some free time. Scenario: I have a comma-separated value list (*.csv) file that I would like to import into my database. However, I put in the code: LOAD ...
My PHP and MySQL Self Study
2008-04-28 16:05:00 Sorry If I forgot to update this blog… I used to write new post on my blog in my work but we have a serious server problem.. So whats happening to me? I am busy on some web projects, updating my other blogs. I am also self studying PHP and MYSQL combo during my free ...
MySQL closes $10 million deal
2008-04-27 02:15:00 MySQL closes $10 million dealSun-owned open-source database maker snags a deal that's big--even by Oracle standards. Sun CEO Jonathan Schwartz says he's as "pleased as punch." ht-tp://www.cnet.com/8301-13505_1--9929719-16.html?part=rss&su-bj=ne...
How to get Apache,php and mysql versions on linux server
2008-04-24 23:26:00 Hello, To get the apache version on linux server we have to use following command. # /usr/local/apache/bin/httpd -v To get the php version on linux server we have to use following command. #php -v you can get the php modules install on server with command #php -m To get the mysql version on linux server we have to use following command. #mysql ...
Install Imagemagick / Imagick for PHP on CentOS Cpanel/Plesk
2008-04-24 14:52:00 Install Imagemagick / Imagick for PHP on CentOS Cpanel/Plesk Solution : For installing Imagick extension for PHP you have to install ImageMagick from source and Its a Must. Otherwise the extension for PHP wont compile. *# wget ftp://ftp.imagemagick.org/pub/I-mageMagick/ImageMagick.tar.gz*- # tar zxf ImageMagick.tar.gz # cd ImageMagick-x.x.x # ./configure # make # make install Now download the Imagick extension source from http://pecl.php.net/package/ima-gick *# wget http://pecl.php.net/get/imagick--x.x.x.tgz* # tar ...
Reset User Account Password Example for MySQL
2008-04-24 09:38:00 Recently I upgraded a legacy application on my server. After the upgrade, I had to reset a user account's password to match the one in the application's configuration file. Luckily, MySQL provides a utility to handle this fairly straightforward task. Here is the syntax and a couple examples.mysql> use mysql;Database Changedmysql> set password for 'elforum'@'localhost' = password('98m4@9er');Query OK, 0 rows affected (0.00 sec)mysql> set password for 'mysysad'@'localhost' = password('950v4.Kr');Query OK, 0 rows affected (0.00 sec)mysql> select user, password from user;+---------------+---------------------------------------------+| user | password |+---------------+--------------------------------------------+-...| elforum | *EAE7DE143B1B9598745AD571885A98-E723ABE9056 || mysysad | *Ebe7D596878627EDD581EADEFSA98E-723ABE9C58 |...
By: My SysAd Blog
MySQL so busy becoming PostgreSQL it forgets its community
2008-04-24 01:33:00 The best storage engine for MySQL is by far InnoDB (and yes some applications can live with MyISAM only, but that's not the point). InnoDB (now part of Oracle) is also dual-licensed and has had an agreement with MySQL for several years now. On the surface everything is looking smooth. n practice it doesn't work quite that way: First because InnoDB hot-backup feature for instance has never been open source released. So contrary to the recent brouhaha, MySQL has fostered proprietary components for a long time. Second because even so SUN at large has a good relationship with Oracle when it comes to selling Oracle DB on SUN servers, it is unlikely that SUN will let its pricey acquisition be driven (through InnoDB/Oracle) by an outsider. Conversely, the day Oracle perceives MySQL+InnoDB as a threat, the existing agreement won't be renewed.
By: Server Tales
MySQL so busy becoming PostgreSQL it forgets its community
2008-04-24 01:33:00 The best storage engine for MySQL is by far InnoDB (and yes some applications can live with MyISAM only, but that's not the point). InnoDB (now part of Oracle) is also dual-licensed and has had an agreement with MySQL for several years now. On the surface everything is looking smooth. n practice it doesn't work quite that way: First because InnoDB hot-backup feature for instance has never been open source released. So contrary to the recent brouhaha, MySQL has fostered proprietary components for a long time. Second because even so SUN at large has a good relationship with Oracle when it comes to selling Oracle DB on SUN servers, it is unlikely that SUN will let its pricey acquisition be driven (through InnoDB/Oracle) by an outsider. Conversely, the day Oracle perceives MySQL+InnoDB as a threat, the existing agreement won't be renewed.
By: Server Tales
Closing MySQL: Marten Mickos Responds
2008-04-23 20:07:00 MySQL's boss Marten Mickos gives the real story about adding proprietary elements to MySQL - what will and what won't be free - and why he is a pragmatist rather than dogmatist when it comes to open source licensing.
By: Server Tales
Closing MySQL: Marten Mickos Responds
2008-04-23 20:07:00 MySQL's boss Marten Mickos gives the real story about adding proprietary elements to MySQL - what will and what won't be free - and why he is a pragmatist rather than dogmatist when it comes to open source licensing.
By: Server Tales
|



