Menu

Primary Menu

Skip to content
  • Home
  • Talks
  • Software
  • About
  • Disclaimer / Impressum
    • Privacy Tools
    • Privacy Policy
Show Header Sidebar Content
GitHub LinkedIn

Carsten Windler

Don't just code - develop with passion

Tag: MySQL

Multiple test databases in Bitbucket Pipelines

Posted onMarch 24, 2020January 13, 2021Leave a comment

Reading Time: 2 minutes If you have to use unlimited multiple databases on Bitbucket Pipelines for your testing, you have to be creative. Here’s how I solved it. Read More …

CategoriesSoftware Testing, Typo3TagsBitbucket Pipelines, Continuous Integration, MySQL, Typo3

Use HeidiSQL with your vagrant box

Posted onSeptember 2, 2014Leave a comment

Reading Time: < 1 minute I already discussed how to use HeidiSQL with a remote server in a former post. I now switched to use a local Vagrant VM instead of a remote VM. Of course I still wanted to Read More …

CategoriesToolsTagsGUI, HeidiSQL, MySQL, Vagrant

Display content of blob column as plain text

Posted onApril 23, 2014

Reading Time: < 1 minute Sometimes it can be useful to have the content of MySQL blob columns displayed as plain text. There’s a pretty easy way to do this: [sql]SELECT CONVERT(my_blob_column USING utf8) AS plain_text_from_blob FROM my_table; [/sql] Yes, Read More …

CategoriesMySQL, UsefulTagsBlob, MySQL, Plain Text

Helpful MySQL shell tricks

Posted onSeptember 18, 2013Leave a comment

Reading Time: < 1 minute Although I’m Windows user most of the time, I have to take care of some projects on Linux boxes, so it’s good to have at least a little knowledge of what you’re doing there. The Read More …

CategoriesLinux, Webservers etc., MySQLTagsLinux shell, MySQL

Neor Profile SQL

Posted onAugust 21, 2013Leave a comment

Reading Time: < 1 minute Recently I discovered a free and easy to use SQL Profiler for Windows, Mac and Linux: www.profilesql.com It works as proxy between the Application and MySQL itself, so basically all you need to do is Read More …

CategoriesToolsTagsMySQL, Profiling

Categories

  • Articles
  • Books
  • Climate change
  • Composer package
  • Extbase
  • Flow3
  • Gear
  • Green IT
  • isset($theRest[$i])
  • JavaScript
  • Linux, Webservers etc.
  • MySQL
  • PHP
  • Podcasts
  • Software Development
  • Software Quality
  • Software Testing
  • Talks
  • Tools
  • Typo3
  • Uncategorized
  • Unit Tests
  • Useful
  • Windows
  • Zend Framework 2

Recent Posts

  • New articles about Green IT
  • International PHP Conference Munich 2021
  • Green IT – Sustainable Software Engineering
  • Frameworkless-Article released in PHP magazin
  • International PHP Conference 2021 – Frameworkless

Tags

apache Cache composer Conference Console cwenvbanner cwmobileredirect Extbase Extension Frameworkless Frameworks Linux Linux shell Module MySQL Node.js Notebook OOP ownCloud PhantomJS PHP phpStorm PHPUnit php_admin_flag php_flag Podcast Profiling Refactoring Refurbished Routing ServiceLocator ServiceManager Software Development Software Quality Talk Technical Debt Typo3 Unit Tests vhost ViewHelperManager WAMP Windows XAMPP XDebug ZF2
GitHub LinkedIn
Copyright © 2022 Carsten Windler. All Rights Reserved. Privacy Policy
Clean Box by Catch Themes
Scroll Up
  • Home
  • Talks
  • Software
  • About
  • Disclaimer / Impressum
    • Privacy Tools
    • Privacy Policy