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 ArticleSimultaneous 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 ArticleWhen 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 ArticleWhen 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 ArticleRemote 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 ArticleAdding 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 ArticleNative 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 ArticleFix 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 ArticleThe 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 ArticleI 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