-
If you're trying to use MySQL with phpMyAdmin, you've set up the phpMyAdmin's config.inc.php, and you're getting an error saying "Client does not support authentication protocol requested by server; consider upgrading MySQL client", you need to set the password on the mysql command line using the OLD_PASSWORD('password') routine.
For example:
Read More -
Twitter il gradasso
Aug 25, 2012 路 2 min read 路C’猫 una cosa fantastica di Internet: se qualsiasi societ脿 prova a fare la furba, inserendo delle righe scritte in piccolo quando revisiona la sua API da 1.0 a 1.1, state certi che ci sar脿 聽almeno una persona che si legger脿 tutto, trover脿 la fregatura e sputtaner脿 la summenzionata societ脿.
E’ quello che 猫 successo con Twitter, e Marco Arment analizza nei dettagli le “novit脿” della nuova Twitter API che passa dalla versione 1.0 alla 1.1.
Vi rimando all’articolo per i dettagli, ma in buona sostanza Twitter sta cercando di fare in modo che “se voi fate qualcosa di interessante con Twitter, bhe ora dovete collaborare con noi…per continuare a farlo….”:
Read More -
聽Come evitare iniezione SQL: lato SQL Server (SP_EXECUTESQL)
In generale va evitato nel modo pi霉 assoluto la scrittura di query sql diamiche.Va evitato cio猫 聽l鈥檜so lato SQL Server di sp_executesql e EXEC
Read More -
How to monitor MySQL / MariaDB query progressThe progress indicator of MySQL or MariaDB long-running commands and queries is extremely extremely and frustratingly coarse. In an index update I鈥檓 running now it was stuck in the same state for more than three hours. Thankfully, the pmonitor tool allows us to precisely monitor the progress of many commands. Here鈥檚 an example of its application on MariaDB.
Source: blog dds: 2019.11.03 - How to monitor MySQL / MariaDB query progress