Tagged articles
6 articles
Page 1 of 1
Aikesheng Open Source Community
Aikesheng Open Source Community
Oct 8, 2022 · Databases

Handling Special Characters in MySQL Passwords: Issues with $ and #

The article explains why MySQL users created with passwords containing special characters like "$" or "#" may fail to log in, analyzes how shell quoting affects the stored password, demonstrates the problem with scripts and login‑path, and provides practical work‑arounds and version notes.

Special Charactersauthentication_stringlogin-path bug
0 likes · 8 min read
Handling Special Characters in MySQL Passwords: Issues with $ and #
Liangxu Linux
Liangxu Linux
Jan 10, 2021 · Fundamentals

How to Delete Files with Problematic Names in Linux: 6 Proven Methods

This guide explains why standard rm fails on files with special characters or leading dashes and provides six reliable techniques—including using a path prefix, the "--" separator, quoting, escaping, inode deletion, and wildcards—to safely remove such files on Linux systems.

ShellSpecial Charactersfile management
0 likes · 6 min read
How to Delete Files with Problematic Names in Linux: 6 Proven Methods
FunTester
FunTester
Dec 8, 2020 · Backend Development

Automating API Tests for Special Character Handling with Python Requests

This article explains how to use Python's requests library and CSV handling to automate API testing of payment interfaces, focusing on correctly processing special characters in usernames and account names to ensure secure and fast transactions.

API testingAutomationCSV
0 likes · 6 min read
Automating API Tests for Special Character Handling with Python Requests
Python Crawling & Data Mining
Python Crawling & Data Mining
Oct 26, 2018 · Fundamentals

Master Python Regex: 14 Essential Special Characters Explained

This article provides a concise tutorial on Python regular expression special characters, detailing the meaning and usage of symbols such as \d, ?, +, {n}, |, and others, illustrated with examples and images, helping readers quickly grasp how to match digits, whitespace, word characters, and more in pattern matching.

PythonSpecial CharactersTutorial
0 likes · 5 min read
Master Python Regex: 14 Essential Special Characters Explained