Receive news by e-mail

#
 

Enter your e-mail in the field below to receive directly the news that appears on this page.

 

topics : related - all Explore

Shopping

Top Product

PHP & MySQL For Dummies, 4th Edition

Compare prices

  1. 2. MySQL (Programacion / Programming) (Spanish Edition)
  2. 3. Mastering phpMyAdmin 2.11 for Effective MySQL Management: Increase your MySQL productivity and control by discovering the real power of phpMyAdmin 2.11
  3. 4. MySQL and JSP Web Applications: Data-Driven Programming Using Tomcat and MySQL
  4. 5. Creating your MySQL Database: Practical Design Tips and Techniques: A short guide for everyone on how to structure your data and set-up your MySQL database tables efficiently and easily.

Shopping Categories

  1. 1. Cell Phones
  2. 2. Smartphones
  3. 3. Digital Cameras
  4. 4. Laptop Computers
  5. 5. Processors
  6. 6. Motherboards
  7. 7. LCD Monitors
  8. 8. Graphics Cards
  9. 9. GPS
  10. 10. Digital Camcorders
  11. 11. Printers
  12. 12. Desktop Computers
  13. 13. Sedans
  14. 14. Coupes & Convertibles
  15. 15. 4x4

Wikio Shopping

  1. 1. Automotive
  2. 2. Beauty & Fragrances
  3. 3. Books
  4. 4. Car/Motorbike
  5. 5. CD
  6. 6. Clothing, Accessories & Shoes
  7. 7. Communication
  8. 8. Computers
  9. 9. DVD
  10. 10. Electronics
  11. 11. Flowers & Gifts
  12. 12. Gourmet & Foods
  13. 13. Health & Personal Care
  14. 14. Home & Garden
  15. 15. Hotels
  16. 16. Household Appliances
  17. 17. Jewelry & Watches
  18. 18. Musical Instruments
  19. 19. Sports & Outdoors
  20. 20. Toys & Baby
  21. 21. Video Games

Participate



MySQL



Sort by : relevance - date - popularity
+Vote!

Free MySQL Management Tool For Mac OS X: Sequel Pro

Sequel Pro is a free MySQL management tool for Mac OS X. It offers full table management (including indexes), supports MySQL views, imports/exports from SQL/CSV files & compatible with MySQL 3/4/5 databases. The application supports SSH tunnel connections besides standard local & remote connections for reaching databases behind firewalls. It can connect to multiple databases at the same [...]...

+Vote!

MySQL Upgrade Testing

Upgrading MySQL can be a bit of a leap of faith. You hope for everything to go well but really don't want to rely on mere hope to ensure that you don't find yourself with a nasty surprise late one night.

4Vote!

XPath Support for Working with XML Data in MySQL

During the past few weeks, we've been getting better acquainted with XML support in MySQL. This article finishes the series by talking about how to manipulate XML data using the XPath, which is a language for navigating and querying XML documents.

3Vote!

Brisbane PHP MySQL group meeting

I'm in Brisbane to attend the Open Source Developers conference being held at the Bardon Conference Centre. While some of the equipment is a little dated.. the wifi service is OK and at a fair price ($35 for three days).We got in the night before things start and have met a few fellow attendees just hanging around the lobby. Gary kindly gave us a lift in to the Brisbane PHP/MySQL group meeting

3Vote!

MySQL Database Administrator - 3 to 6 month contract to Â350 per day

MySQL Database Administrator - 3 to 6 month contract to £350 per day MySQL Database Administrator - 3 to 6 month contract To develop and document the database implementation strategy for the next-generation product set. To define the database implementation strategy for the product set, running on a MySQL database, with particular emphasis on performance, scalability, reliability, security, clust...

3Vote!

What’s a MySQL Partner to Do?

Roughly a year ago, MySQL stood near the top of The VAR Guy's Open Source 50 -- which tracks the world's most promising open source partner programs. Fast forward to the present and MySQL's ownership remains in doubt. The reason: The European Union continues to scrutinize Oracle's planned takeover of Sun and MySQL. For MySQL channel partners what does the future hold?

3Vote!

What is wrong in my MYSQL Query?

SELECT ( SELECT SUM(IF(status = 'Active', 1, 0)) AS `univ_active`, SUM(IF(status = 'Inactive', 1, 0)) AS 'univ_inactive', Count(*) FROM online_university ) AS tot_university, ( SELECT SUM(IF(status = 'Active', 1,0)) AS `user_active`, SUM(IF(status = 'Inactive', 1,0)) AS 'user_inactive' Count(*) FROM online_register_user) AS tot_users Result must be univ_active=4 univ_inactive=2 tot_university=6 user_active=10...

5Vote!

MySQL Performance Blog was down today

MySQL Performance Blog (and percona.com too) were down today because the switch in our rack died completely. It took a while to fix it using secondary switch we had. Provider was not willing to do it as remote hands so I had to drive to the data center to fix it. We got [...]

3Vote!

MySQL released 5.1.41 and 5.0.88

MySQL released new versions of the 5.1.x and 5.0.x community versions of their database server. There is a security issue releated to them so if you are affected I would advise you to upgrade. I’ve upgraded all my servers without any issue following the normal upgrade path as documented. Read more about the specifics for each [...]

3Vote!

MySQL Community Server 5.0.88 has been released

MySQL Community Server 5.0.88 has been released. This release includes a security fix along with other bug fixes. " Security Fix: MySQL clients linked against OpenSSL did not check server certificates presented by a server linked against yaSSL. "

5Vote!

Microsoft's embrace of MySQL could kill it

Microsoft is now offering support for MySQL, which should give pause to every open-source company that expects to make money through support subscriptions.

5Vote!

Oracle opponent cheers delay in mySQL decision

Mueller said the delay in Oracle's response means a decision on the merger won't come from the European Commission until January 27.

5Vote!

Rare evil MySQL Bug

There is the rare bug which I ran into every so often. Last time I’ve seen it about 3 years ago on MySQL 4.1 and I hoped it is long fixed since… but it looks like it is not. I now get to see MySQL 5.4.2 in the funny state. When you see bug happening [...]

3Vote!

Exclusive: Former MySQL boss Marten Mickos talks open source

In an exclusive interview, former MySQL boss and silicon.com Agenda Setter, Marten Mickos talks to Tim Ferguson about the state of open source, Oracle's plans to buy Sun Microsystems and the value of working with people who are smarter than you. Marten Mickos is probably best known for his time as chief executive of open source database company MySQL, a position he held from 2001 until the beginning...

4Vote!

Data Formatting, Working with XML Data in MySQL

Today's article continues to explore XML support in MySQL. Specifically, we'll look at a nicer way to format our resultset. We'll also discuss how to retrieve all of the records from the XML document, using a stored procedure.

The 3 latest articles published by users on MySQL :

3Vote!

Error message while starting MySQL Server

To start MySQLD server, all you need to do is to type “C:\mysql\bin\mysqld” on the MS-DOS window. However, the above command fails to start MySQLD server in case the database is corrupt or damaged. Stopping MySQLD server from mounting results into an error message that does not allow you to access the records stored in database components. In such circumstances, a convenient way to access your data...

3Vote!

Tips to Resolve “MySQL server has gone away” Error Message

Most frequent MySQL database users must have encountered database corruption error messages while attempting to access the records. While many of the error message are primarily a result of human errors, few might can also occur due to internal system malfunction, power outage and virus attacks. A major hazard that you might encounter after your MySQL database corruption is database unmountability...

3Vote!

New versions of Navicat for MySQL, Oracle and PostgreSQL are Out

PremiumSoft today released a major update to its Navicat administration tool for Oracle and PostgreSQL, and a minor update to its Navicat for MySQL. This major release includes some new features such as exporting from MySQL to Excel file, supporting of ODBC Import, Code Completion in all SQL Editor, Enhanced support of PostgreSQL version 7.3 to 8.3. Navicats major features include Data Import/ Export,...