sigmoid.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A social space for people researching, working with, or just interested in AI!

Server stats:

575
active users

#mysql

2 posts2 participants0 posts today
Mehmet Hakan Satman<p>MySQL Shell for VS Code (from Oracle) works like a charm!</p><p>It's very easy to create SQL notebooks</p><p><a href="https://fosstodon.org/tags/MySQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MySQL</span></a> <a href="https://fosstodon.org/tags/VSCode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VSCode</span></a> </p><p><a href="https://marketplace.visualstudio.com/items?itemName=Oracle.mysql-shell-for-vs-code" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">marketplace.visualstudio.com/i</span><span class="invisible">tems?itemName=Oracle.mysql-shell-for-vs-code</span></a></p>
AskUbuntu<p>Zoneminder installation error <a href="https://ubuntu.social/tags/softwareinstallation" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>softwareinstallation</span></a> <a href="https://ubuntu.social/tags/mysql" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mysql</span></a> <a href="https://ubuntu.social/tags/database" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>database</span></a> <a href="https://ubuntu.social/tags/zoneminder" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>zoneminder</span></a></p><p><a href="https://askubuntu.com/q/1554647/612" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">askubuntu.com/q/1554647/612</span><span class="invisible"></span></a></p>
CubeRootOfTrue<p><span class="h-card" translate="no"><a href="https://mathstodon.xyz/@MartinEscardo" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>MartinEscardo</span></a></span> This is true. I'm suggesting that this is not just a computer engineering thing. I'm saying that at base, nature itself is non-binary, and we are non-binary, and we abstract things we don't understand into black and white distinctions to make them easier to understand. It's fast and efficient to ignore certain problems. There are still problems with binary logic.</p><p>Did you know that SQL is one of the few computer languages to use 3-valued logic? Databases are highly exposed to the problems of inconsistent or missing information. But we can use binary logic to simulate 3-valued logic (MySQL uses the paraconsistent logic LP by Graham Priest, but you can use that to create a fully relevant implication as in RM3, it's just a longer expression)</p><p><a href="https://mathstodon.xyz/tags/rm3" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rm3</span></a> <a href="https://mathstodon.xyz/tags/mysql" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mysql</span></a> <a href="https://mathstodon.xyz/tags/relevance" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>relevance</span></a> <a href="https://mathstodon.xyz/tags/paraconsistent" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>paraconsistent</span></a></p>
BLACKVOID ⚫️<p>Doing a test <a href="https://mastodon.social/tags/mysql" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mysql</span></a> to <a href="https://mastodon.social/tags/postgres" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>postgres</span></a> <a href="https://mastodon.social/tags/database" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>database</span></a> migration for my <a href="https://mastodon.social/tags/mattermost" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mattermost</span></a> instance. No pressure…</p><p>With version 11, that will be mandatory so might as well do it now. </p><p>Nothing like running migration tools in <a href="https://mastodon.social/tags/docker" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>docker</span></a> as well ;). </p><p>Let’s see how this will end up. </p><p><a href="https://mastodon.social/tags/chat" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>chat</span></a> <a href="https://mastodon.social/tags/selfhosting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>selfhosting</span></a> <a href="https://mastodon.social/tags/selfhosted" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>selfhosted</span></a></p>
Linuxiac<p>MariaDB 12.0 open-source RDBMS is out, fixing InnoDB and replication issues, while adding Fedora 42, RHEL 10, and Debian 13 package support.<br><a href="https://linuxiac.com/mariadb-12-0-lands-with-innodb-fixes-and-expanded-platform-support/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">linuxiac.com/mariadb-12-0-land</span><span class="invisible">s-with-innodb-fixes-and-expanded-platform-support/</span></a></p><p><a href="https://mastodon.social/tags/mariadb" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mariadb</span></a> <a href="https://mastodon.social/tags/mysql" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mysql</span></a> <a href="https://mastodon.social/tags/opensource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>opensource</span></a> <a href="https://mastodon.social/tags/rdbms" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rdbms</span></a> <a href="https://mastodon.social/tags/databases" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>databases</span></a></p>
Tokyo Outsider (337ppm)<p>2/2 ...</p><p>The top of the exported file has these lines: </p><p>CREATE DATABASE IF NOT EXISTS `databaseName` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */;<br>USE `databaseName`;</p><p>If I change "databaseName" to a different name, is that enough for it to restore everything from the export file to a new database of a different name?</p><p><a href="https://mas.to/tags/backups" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>backups</span></a> <a href="https://mas.to/tags/databases" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>databases</span></a> <a href="https://mas.to/tags/InnoDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>InnoDB</span></a> <a href="https://mas.to/tags/MySQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MySQL</span></a> <a href="https://mas.to/tags/MySQL8" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MySQL8</span></a> <a href="https://mas.to/tags/MySQLworkbench" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MySQLworkbench</span></a></p>
Andrii Kuznietsov<p>🛢️ MyDumper - інструмент для резервного копіювання баз даних MySQL з підтримкою багатопоточності та узгоджених бекапів.</p><p>Ключові можливості:<br>🔸mydumper - експорт узгоджених резервних копій <a href="https://social.kyiv.dcomm.net.ua/tags/MySQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MySQL</span></a><br>🔸 myloader - швидкий багатопоточний імпорт бекапів<br>🔸 Оптимізована робота з великими базами даних</p><p>🔗 <a href="https://github.com/mydumper/mydumper" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/mydumper/mydumper</span><span class="invisible"></span></a></p>
Alvin Ashcraft 🐿️<p>O’Reilly SQL and Databases eBook Bundle | Humble Bundle.</p><p><a href="https://www.humblebundle.com/books/sql-and-databases-oreilly-books?partner=morningdew" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">humblebundle.com/books/sql-and</span><span class="invisible">-databases-oreilly-books?partner=morningdew</span></a> </p><p><a href="https://hachyderm.io/tags/books" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>books</span></a> <a href="https://hachyderm.io/tags/sqlserver" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sqlserver</span></a> <a href="https://hachyderm.io/tags/data" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>data</span></a> <a href="https://hachyderm.io/tags/ref" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ref</span></a> <a href="https://hachyderm.io/tags/database" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>database</span></a> <a href="https://hachyderm.io/tags/humblebundle" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>humblebundle</span></a> <a href="https://hachyderm.io/tags/ebook" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ebook</span></a> <a href="https://hachyderm.io/tags/deals" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>deals</span></a> <a href="https://hachyderm.io/tags/mysql" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mysql</span></a></p>
0x0<p><a href="https://hachyderm.io/tags/AskFedi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AskFedi</span></a> how do you implement <a href="https://hachyderm.io/tags/database" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>database</span></a> migrations (both schema or data changes) in your app? Say, the new version needs a new table or a new register in an existing table?</p><p>Can the end-user access that data or is it encrypted?</p><p>Boosts appreciated. <br><a href="https://hachyderm.io/tags/MySQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MySQL</span></a> <a href="https://hachyderm.io/tags/MariaDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MariaDB</span></a> <a href="https://hachyderm.io/tags/Postgres" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Postgres</span></a> <a href="https://hachyderm.io/tags/PostgreSQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PostgreSQL</span></a> <a href="https://hachyderm.io/tags/SQLite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQLite</span></a> <a href="https://hachyderm.io/tags/C" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>C</span></a> <a href="https://hachyderm.io/tags/Cpp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Cpp</span></a></p>
Mathzy<p>First steps into coming out of my comfort zone in IT and learning some new web stuff - just in case our contract is not renewed next April.</p><p>Installed MySQL on my Linux PC. Took a bit of a faff with terminal commands and permissions, but finally got it working with MySQL Workbench as a GUI.</p><p>I'm still not sure about the backend though? Do I go for Python or JavaScript? Both languages seem to be in demand at the moment.</p><p><a href="https://mastodon.green/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.green/tags/MySQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MySQL</span></a> <a href="https://mastodon.green/tags/Python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python</span></a> <a href="https://mastodon.green/tags/JavaScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JavaScript</span></a></p>
mort<p>Database collates are ridiculous. Why would I want to *globally* configure a database's ordering rules? Either I care about presenting locale-appropriate orderings, in which case I need that to be configured PER APPLICATION USER, or I don't care, in which care just use whatever makes the most sense for performance/simplicity (probably ordering by byte value). I don't understand the use case for database-global collate settings. <a href="https://floss.social/tags/postgresql" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>postgresql</span></a> <a href="https://floss.social/tags/postgres" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>postgres</span></a> <a href="https://floss.social/tags/mysql" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mysql</span></a> <a href="https://floss.social/tags/databases" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>databases</span></a> <a href="https://floss.social/tags/rdbms" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rdbms</span></a> <a href="https://floss.social/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a></p>
michabbb<p><a href="https://social.vivaldi.net/tags/SQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQL</span></a> Generated Columns &amp; Views in <a href="https://social.vivaldi.net/tags/Laravel" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Laravel</span></a> <a href="https://social.vivaldi.net/tags/php" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>php</span></a> <a href="https://social.vivaldi.net/tags/mysql" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mysql</span></a> <a href="https://social.vivaldi.net/tags/database" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>database</span></a> <a href="https://social.vivaldi.net/tags/performance" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>performance</span></a> 🗄️</p><p>🔧 Generated columns automatically calculate values from other columns using <a href="https://social.vivaldi.net/tags/SQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SQL</span></a> expressions - available as virtual (computed on query) or stored (saved to disk)<br>⚡ Unlike <a href="https://social.vivaldi.net/tags/Laravel" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Laravel</span></a> accessors, generated columns enable filtering, sorting &amp; indexing at database level for superior performance<br>🔍 Example: Convert full_name accessor to generated column using CONCAT(first_name, ' ', last_name) in migrations</p><p>🧵 👇</p>
Karl<p>Has your OS ever refused to install the MariaDB client package or the MySQL client package due to a conflict with the other?</p><p>It feels like it should be possible to have both, but unfortunately I have yet to see a solution for this. </p><p>For a subset of these cases, all that you want is just to have the client tools such as the mariadb/ mysql CLI and the mariadb-dumper/ mysqldumper backup programs co-existing on the same OS. (I.e. you don't care about the static/dynamic libmariadbclient/libmysqlclient libs etc). </p><p>So, I decided to write up my solutions for this: <br><a href="https://dbdemon.com/installing_mariadb_and_mysql_clients_on_same_unix_host/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">dbdemon.com/installing_mariadb</span><span class="invisible">_and_mysql_clients_on_same_unix_host/</span></a></p><p><a href="https://mastodon.bsd.cafe/tags/mariadb" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mariadb</span></a> <a href="https://mastodon.bsd.cafe/tags/mysql" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mysql</span></a> <a href="https://mastodon.bsd.cafe/tags/pkg" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pkg</span></a> <a href="https://mastodon.bsd.cafe/tags/rpm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rpm</span></a> <a href="https://mastodon.bsd.cafe/tags/packaging" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>packaging</span></a></p>
House Panther :verified_paw:<p>If anyone decided to set up <a href="https://goblackcat.social/tags/Nextcloud" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Nextcloud</span></a>, I've learned that it runs so much better on <a href="https://goblackcat.social/tags/PostgreSQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PostgreSQL</span></a> than <a href="https://goblackcat.social/tags/MySQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MySQL</span></a> or <a href="https://goblackcat.social/tags/MariaDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MariaDB</span></a>.</p>
Paul<p>Got Cobra working in Go for my db2xlsx project which exports a MySQL / MariaDB database structure to an Excel file.</p><p>Benefits:</p><p>Simplifies the parsing<br>Allows for sub commands<br>Supports mandatory arguments</p><p>Three issues closed as a result, and I'll be able to tackle two of the others based on the groundwork laid.</p><p><a href="https://github.com/godev-uk/db2xlsx" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/godev-uk/db2xlsx</span><span class="invisible"></span></a></p><p><a href="https://social.xk7.net/tags/golang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>golang</span></a> <a href="https://social.xk7.net/tags/MySQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MySQL</span></a> <a href="https://social.xk7.net/tags/MariaDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MariaDB</span></a></p>
Juan Bits<p>yo aprendí bases de datos a la mala, pero he ido mejorando mis conocimientos alrededor de ellas, comencé con <a href="https://mastodon.mx/tags/mysql" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mysql</span></a> y he pasado por varios dbms</p>
Nextcloud 📱☁️💻<p>Speaker confirmed for <a href="https://mastodon.xyz/tags/NextcloudConf25" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NextcloudConf25</span></a>! </p><p> 🎤 Michael “Monty” Widenius, creator of <a href="https://mastodon.xyz/tags/MySQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MySQL</span></a> and co-founder of <a href="https://mastodon.xyz/tags/MariaDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MariaDB</span></a>, will be joining us in Berlin! </p><p> Decades of <a href="https://mastodon.xyz/tags/OpenSource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenSource</span></a> wisdom, from a true pioneer. <br> 📅 Sept 27–28 <br> 📍 Berlin, Germany </p><p> Tickets: <a href="https://nextcloud.com/conference-2025/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">nextcloud.com/conference-2025/</span><span class="invisible"></span></a></p>
Paul<p>Today's fun challenge:</p><p>Can't export a MySQL database using MariaDB mysqldump because the tools have now diverged too far</p><p>Can't install the MySQL mysqldump because it conflicts with the MariaDB one</p><p>Can't use the Docker MySQL image because it doesn't allow interaction (to provide the password)</p><p>Can't use the Docker MySQL image with an environment variable because that's ignored when redirecting output to a file</p><p><a href="https://social.xk7.net/tags/MySQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MySQL</span></a> <a href="https://social.xk7.net/tags/MariaDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MariaDB</span></a></p>
Jon Ippolito<p>PHP turned 30 last month. Why does this language that powers 75% of the web—including Facebook, Wikipedia, and WordPress—have such staying power? Find out by registering for this fall's DIG 540, UMaine's online course in building cultural databases.</p><p><a href="https://DigitalCuration.UMaine.edu" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">DigitalCuration.UMaine.edu</span><span class="invisible"></span></a></p><p><a href="https://digipres.club/tags/Archives" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Archives</span></a> <a href="https://digipres.club/tags/Collections" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Collections</span></a> <a href="https://digipres.club/tags/Data" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Data</span></a> <a href="https://digipres.club/tags/DigitalHumanities" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DigitalHumanities</span></a> <a href="https://digipres.club/tags/GLAM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GLAM</span></a> <a href="https://digipres.club/tags/Libraries" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Libraries</span></a> <a href="https://digipres.club/tags/Museums" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Museums</span></a> <a href="https://digipres.club/tags/PHP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHP</span></a> <a href="https://digipres.club/tags/MySQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MySQL</span></a></p>
:rss: Hacker News<p>Show HN: DataRamen, a Fast SQL Explorer with Automatic Joins and Data Navigation<br><a href="https://dataramen.xyz/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">dataramen.xyz/</span><span class="invisible"></span></a><br><a href="https://rss-mstdn.studiofreesia.com/tags/ycombinator" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ycombinator</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/database_navigation_tool" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>database_navigation_tool</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/no_code_sql_tool" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>no_code_sql_tool</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/mysql" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mysql</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/postgreSQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>postgreSQL</span></a> <a href="https://rss-mstdn.studiofreesia.com/tags/easy_data_access" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>easy_data_access</span></a></p>