semtag | A sematic tag script for Git
kandi X-RAY | semtag Summary
kandi X-RAY | semtag Summary
Notes: This script is inspired by the [Nebula Release Plugin] and borrows a couple of lines from [Semver Bash Tool] (mostly the version comparison and the semantic version regex). [A quick history of this script] This is a script to help out version bumping on a project following the [Semantic Versioning] specification. It uses Git Tags to keep track the versions and the commit log between them, so no extra files are needed. It can be combined with release scripts, git hooks, etc, to have a consistent versioning.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of semtag
semtag Key Features
semtag Examples and Code Snippets
Community Discussions
Trending Discussions on semtag
QUESTION
Sorry for the difficult description, but I know of no better way to say it.
When I look in certain tables of a MySQL database through the phpMyAdmin web interface, the numbers of the first two columns are prefixed by a '3'.
So if the first column has number 99, phpMyAdmin displays 3939.
The second column has number 3592, phpMyAdmin shows 33353932.
If I check the records with the mysql
CLI they are displayed correctly.
It only happens to some columns in some tables of some databases... not to all.
So it might be something with the tables themselves or something with phpMyAdmin.
System/version info:
- Ubuntu 16.04.3 LTS
- phpmyadmin 4:4.5.4.1-2ubuntu2
- apache2 2.4.18-2ubuntu3.5
- php7.0 7.0.22-0ubuntu0.16.04.1
- oracle-java9 9.0.1-1~webupd8~0
- mysql-server 5.7.20-0ubuntu0.16.04.1
I'm hoping someone has some idea of what might be happening here.
If you wish any further clarification please let me know.
mysql CLI:
...ANSWER
Answered 2018-Jan-20 at 13:37With the additional information that these columns are of BINARY
type I was able to find two bug reports describing this behaviour:
- broken view of binary fields (every second three)
- broken link to table of binary fields (every second three)
The first should have been resolved in phpMyAdmin 4.3, but I see that you're using version 4.5. The related second issue was reported against version 4.7.1 and fixed in version 4.7.3.
Try upgrading to phpMyAdmin 4.7.3 or later (at the time of writing the latest version is 4.7.7).
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install semtag
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page