Tagged articles
5 articles
Page 1 of 1
ITPUB
ITPUB
Mar 6, 2017 · Databases

Why MySQL Source Fails with ASCII '\0' and How to Resolve It

The article explains the MySQL source command error caused by an ASCII '\0' character, describes the purpose of the --binary-mode option, shows why the null byte is disallowed in text mode, and provides a reproducible example with code and command‑line steps to fix the issue.

ASCIIErrorNUL byte
0 likes · 5 min read
Why MySQL Source Fails with ASCII '\0' and How to Resolve It
MaGe Linux Operations
MaGe Linux Operations
Apr 25, 2016 · Fundamentals

When to Use exec, source, or fork in Bash? A Practical Guide

This article explains the differences between exec, source, and fork in Bash, covering process creation, environment variable inheritance, command groups, variable substitution, positional parameters, logical operators, and provides example scripts to illustrate each concept for effective shell scripting.

Environment Variables_sourcecommand substitution
0 likes · 26 min read
When to Use exec, source, or fork in Bash? A Practical Guide