Showing entries 36886 to 36895 of 45391
« 10 Newer Entries | 10 Older Entries »
C++ File Naming Conventions Poll

Dear LazyWeb,

Please provide insight :)

I am wondering what the common beliefs are regarding C++ file extensions. To come up with an answer I have decided to take a poll (which will not only be unscientific, but probably biased to those who care enough to hit a submit button).

View Poll: #1080838

If you can not see the poll then you are not viewing this post on Livejournal (so go see the original post).

This has nothing to do with MySQL... though I am sure more then a few of our developers have an opinion on this :)

MySQL Failover Strategy using State Management, introducing MPP - Part 1

Having a strategy for failover has become almost standard in the business world. Whether it is a total site failover from a NOC in one city to another, or just a simple redundant server. Over the years many technology solutions have been created for or adopted to MySQL to provide this type of strategy.

Sage 50 HR 2007 Software Suite Ships with Embedded MySQL Database

MySQL AB today announced that the new Sage 50 HR 2007 software suite is now shipping to small businesses in the UK with embedded MySQL database technology. The announcement was made this morning at the Sage Visions 2007 conference in Telford, UK, and follows a global agreement between the Sage Group plc and MySQL AB signed last year. Sage also plans to embed MySQL into two other products, Sage 50 Accounts and Sage 50 Payroll, which plan to ship this time next year.

Nightmare on Web Street Winner

In the spirit (pun intended) of Halloween, Hyperic sponsored a Nightmare on Web Street contest, where folks were encouraged to tell their grim tales of IT woe for a chance at trick-or-treating for a Wii! The day has come, and the contest winner has been selected. Without further ado, I would like to congratulate “Mr Anderson” for his nightmarish tale of servers and HTML. Here’s the winning entry folks:

Oh by the way, your websites will no longer be hosted in 4 days

In spring of 2002 I was called in by a Company to help them with their websites (I wasn’t an employee at that time, I had a small shop of about 10 guys doing web development/business systems).

The issue? Their Host went bankrupt and they had 4 days to move 100+ sites with 50+ pages each off their servers before the plug was pulled.

If this didn’t go …

[Read more]
The new cool MySQL patch has landed! Check your queries performance!

Microslow patch is used by many DBAs and developers to accurately time their queries and to catch those which run less than a second as they can also be a performance killer for a busy application.

Recently I have started the development of an updated version of the patch. The basic idea is the same as for its predecessor - to get more information about query execution logged into slow log, however the new version is loaded with a set of cool new features.

CONNECTION IDENTIFIER

Each slow log entry now contains a connection identifier, so you can trace all the queries coming from a single connection.

PLAIN TEXT CODE:

  1. # Thread_id: 4

MICROTIME RESOLUTION QUERY TIMING

This is the original functionality offered by Microslow patch. The new edition is free of a tiny bug which was to treat long_query_time value as seconds. In effect …

[Read more]
Replication Issues - Duplicate Key Errors (1062)

We were using replication to deal with certain queries that were producing table scans. I realize this is not a great long term solution but we were migrating a web site that was set up this way, so it wasn’t really a choice.

We had a database that was a mix of InnoDB and a few MyISAM tables. The MyISAM tables were used for fulltext searches.

To get a database dump, we were using the command
mysqldump --all-databases --single-transaction --master-data=1 > dumpfile.sql

We’d then import the dump into a DB slave. When we’d bring a slave up and reply the log, we’d get a duplicate key error. After a few times, we noticed it was always on the MyISAM table. This is because MyISAM does not use transactions, and –single-transaction does not place a read lock on tables. Data can be inserted into the table during the backup but before that table is dumped.

In conclusion, if you’re using …

[Read more]
451 CAOS Links - 2007.10.31

Appcelerator introduces new open source RIA platform. Corratech launches open source integration project. Study looks at Asterisk usage in the enterprise. (and more)

Hakano Changes Name to Appcelerator; Launches Open Source RIA Platform Company, Appcelerator (Press Release)

Corratech launches OPENSUITE, an open source integration project, CorraTech (Press Release)

Asterisk takes hold in the enterprise, PIKA study shows, PIKA Technologies (Press Release)

[Read more]
How to be a disruptor

I just stumbled upon an excellent article where Marten Mickos (CEO of MySQL) gives some tips about how to become a disruptor in the software industry. Here is a short summary, though, as always, I recommend reading the whole interview.

  • Follow no model: At MySQL, [...] we took our cues from other industries
solidDB for MySQL 5.0.45-0079 Released

Solid has released solidDB for MySQL 5.0.45-0079. New features include support for creating foreign keys that reference nullable UNIQUE KEYs and support for enabling and disabling indexes (greatly improves mysqlimport restore times). There are also a significant number of bug fixes. For the full detailed list of bug fixes and enhancements, please see the ChangeLog. The download is at http://dev.soliddb.com/download

Pixie Dust For MySQL: 5 Elemental Lessons

The fifth and last abstract submitted for the O’Reilly MySQL Conference in April 2008.

As an independent consultant, there are quite a few trouble spots I see repeatedly. I’ll discuss five of them, and how to avoid them in your own infrastructure.

As an independent consultant for twelve years, I?ve encountered a lot of interesting and challenging projects. I?ll discuss five different cases, and what lessons I took away from each.

1. Intro
2. The Right Hardware
3. Importance of Good Testing
4. Patchwork or Good Design
5. Don?t Mix Opposites
6. Use The Technology
7. Conclusion

Showing entries 36886 to 36895 of 45391
« 10 Newer Entries | 10 Older Entries »