Showing entries 1 to 5
Displaying posts with tag: Windows 7 (reset)
MySQL 5.6 Install Steps

My install instructions on the web site were old, somebody wanted me to publish another set of screen capture for the MySQL 5.6 install and configuration. This is it for Windows 7 using the downloadable MSI file.

Installation Steps

The installation from MySQL’s perspective is actually the installation and configuration of MySQL. For your convenience and reference, I’ve already installed the pre-requisites for MySQL. They’re:

  • Visual Studio Tools for Office 20120 Runtime
  • Microsoft .NET Framework 4 Client Profile
  • Microsoft Excel 2007 or greater
  • Microsoft .NET Framework 4 Client Profile
  • Microsoft Visual C++ 2010 32-bit runtime
  • Microsoft .NET Framework 4 Client Profile

Below are the installation steps after you download the current release .msi file. …

[Read more]
MySQL is so slow on Windows... Really?


Last week a customer called me and reported that MySQL was 30 times slower than MS SQL server. Oooops. That's a lot. No way to argue or throw smoke bombs. 30 times slower! It was a standard installation of MySQL (typical install option) on plain Windows 7 and the same for MS SQL Server 2008. The test run was a batch of 30.000 INSERT commands in an SQL script. Runtime was 1 minute on MSSQL and 30 minutes on MySQL. Some tests later we found out that it was only bad on InnoDB. MyISAM was as fast as MSSQL. (I didn't care which one was a bit faster. I didn't care as long as InnoDB was 30 times slower) Finally we nailed the problem down to one parameter in MySQL: innodb_flush_log_at_trx_commit Each INSERT statement is a single transaction (autocommit mode). MySQL is configured very faithfully and ensures that each …

[Read more]
451 CAOS Links 2009.12.11

Sun updates Java platform. Red Hat open sources SPICE. And more.

Follow 451 CAOS Links live @caostheory on Twitter and Identi.ca
“Tracking the open source news wires, so you don’t have to.”

For the latest on Oracle’s acquisition of MySQL via Sun, see Everything you always wanted to know about MySQL but were afraid to ask

# Sun has released Java Platform EE 6, Glassfish 3, and NetBeans 6.8.

# Red Hat released its …

[Read more]
451 CAOS Links 2009.10.30

Government adoption. Financial results. New funding. And more.

Follow 451 CAOS Links live @caostheory on Twitter and Identi.ca
“Tracking the open source news wires, so you don’t have to.”

For the latest on Oracle’s acquisition of MySQL via Sun, see Everything you always wanted to know about MySQL but were afraid to ask

Government approval
The US Department of Defense issued guidance on the adoption of open source software, while ComputerWorld reported that the U.S Department of Defense has open-sourced an …

[Read more]
Windows 7 party with seven 7×7 In-N-Out burgers

SmugMug’s Craig Meakin downs a 7×7 for Windows 7 by Chris MacAskill

First, let me preface this by saying this is a great way to kill yourself, and that I rarely eat meat or cheese, let alone 7 patties and 7 slices.  Please go read this book and this one if you’d like to know how I stay skinny, healthy, cancer- and heart-disease free.  Except when Windows 7 isn’t driving our company mentally insane.

So our Windows 7 copies arrived today, and some moron (my brother) decided that SmugMug needed to have a Windows 7 launch party like everyone else in the world.  Except unlike …

[Read more]
Showing entries 1 to 5