Quantcast
Channel: MySQL – NixMash
Browsing all 14 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Merging Windows and Linux MySQL Development

This post describes how we’ll consolidate our Windows and Linux MySQL development environment to leverage the strengths of both platforms and keep those lines of code flowing.  Our approach to this...

View Article


Image may be NSFW.
Clik here to view.

Bulk WordPress Category Cleanup with MySQL

In my previous post I detailed how I imported 10 years of content from a BlogEngine.NET blog to WordPress.  Making a fresh start in WordPress I thought it was a good time to address the hundreds of...

View Article


Updating MySQL Content with Sed in Linux Mint

My previous couple of posts had to do with migrating 10 years of blog posts to WordPress.  2003 was a long time ago in blogging years and I was just getting started, doing a lot of dumb things like...

View Article

Image may be NSFW.
Clik here to view.

The Java Jangles Data Provider Model In Action

Java Jangles is the application I created to demo various Java patterns and practices. Today we’re going to walk through the Jangles Data Provider Model and demonstrate how Jangles can switch between...

View Article

Image may be NSFW.
Clik here to view.

Olivia to Petra Bash: Restoring MySQL Databases

So far we covered backing up Olivia, restoring our data and workday environment, and setting up our LAMP stack with Apache, MySQL and PHP. Today in our Olivia to Petra Bash series we’ll look at the...

View Article


Image may be NSFW.
Clik here to view.

Simultaneous MySql and PostgreSql Data Connections in Java

We’re importing records from a MySql database and entering them into PostgreSql in Java. In the process we’ll be modifying the MySql data a bit, but that’s for another blog post. Today we’re going to...

View Article

Image may be NSFW.
Clik here to view.

When Navicat Won’t Load in Linux Mint 17

I’ve been upgrading my PCs and laptop to the newest releases of Ubuntu and Mint, Trusty Tahr and Qiana. Navicat’s Database Development IDE is a staple in my development toolbox, so when Navicat Premium...

View Article

Image may be NSFW.
Clik here to view.

When WordPress Displays the Install Page on an Existing Site

Part of the process of upgrading my Linux PCs is recreating several WordPress sites. The physical WordPress website is on an extended partition and isn’t touched, but Apache2 and MySql are...

View Article


Image may be NSFW.
Clik here to view.

Remote Access to Your MySql and PostgreSql Databases

I’m setting up a new Linode Cloud Server and it’s been awesome so far. I installed both MySql and PostgreSql on it, so I’m good to go. I spend a lot of my development time in the database and I want to...

View Article


Adding MySQL Spring Security to Existing H2 App

I put NixMash Spring v0.1.6 on GitHub with H2Database Spring Security support only. MySQL is now supported and this post will cover the highlights, though as you’ll see there isn’t much to cover. All...

View Article

Image may be NSFW.
Clik here to view.

Native Sql Queries in Spring JPA

We added a Tag Cloud in NixMash Spring Posts and so needed to retrieve tags with the number of posts for each tag. Our Hibernate @ManytoMany relationship uses a lookup table. Here’s the schema logic....

View Article

Fix for MySQL root@localhost Access Denied on New Installs

I guess I haven’t installed MariaDB for a while cause last time the installation was a snap. A few minutes and you were up and running. Today a roadblock appeared to extend the installation time...

View Article

Image may be NSFW.
Clik here to view.

The Saga of the Case Insensitive MySQL Table Name

It all started when Spring Social was failing to create new users with OAuth. After upping the Log Level of org.springframework.social to “debug” in the logback.xml I was able to see the problem. This...

View Article


Image may be NSFW.
Clik here to view.

I Never Did Like Latin. From MySQL Latin-1 to Utf8mb4

I took Latin in High School. Never liked it much. The only thing I remember is stultus asinus, or “stupid donkey.” Well, the stupid donkey was me when I realized I didn’t have my MySQL table properly...

View Article
Browsing all 14 articles
Browse latest View live