Результаты поиска

  1. FINDME

    why a code can run in JS, but the result is nothing?

    it can get a result on online runner(need an alert code). But it means nothing. I find a good day to get a md5 by MySQL easily.
  2. FINDME

    why a code can run in JS, but the result is nothing?

    8-)is 8 )
  3. FINDME

    why a code can run in JS, but the result is nothing?

    I want to create a MD5 HASH in javascript, the code is below: var hexcase = 1; /* hex output format. 0 - lowercase; 1 - uppercase */ var b64pad = ""; /* base-64 pad character. "=" for strict RFC compliance */ var chrsz = 8; /* bits per input character. 8 - ASCII; 16 - Unicode...
  4. FINDME

    mysql question: it alwasy timeout

    find way to this issue add defaultcommandtimeout=time to connection string
  5. FINDME

    mysql question: it alwasy timeout

    it seems do not work to set a Timeout. although I set connectiontimeout=3600 but it still fail in 30s
  6. FINDME

    mysql question: it alwasy timeout

    I will try it
  7. FINDME

    mysql question: it alwasy timeout

    hello, when I run a SQL to update MySQL database, it will take about 1 mins to finish. and this SQL can work prefect in NAVICAT, but fail in ProjectMaker. It seems that the max time for run a SQL in ProjectMaker is 30s, or it will fail. how can I fix this bug?
  8. FINDME

    Bugs in version 7.7.0.0

    Here is screenshot for two different version of MySQL, the sql can run in 8.0.28 and older version but it can not run in 8.0.29 with hint : the given key was not present in the dictionary. and Sql is show full table. but the select insert and update sql can run in 8.0.29
  9. FINDME

    Bugs in version 7.7.0.0

    I have downgrade MySQL server back to 8.0.28. but I believe this bug does can appear again. And I will rebuild the environment for this bug later. And give you more detail. thank you for replay.
  10. FINDME

    Bugs in version 7.7.0.0

    Hello I am not sure this bug fixed on new version. because I am not in latest version. if this bug was fixed I will update all of my zennoposter. bug: when I update MySQL from 8.0.28 to 8.0.29 some sql can not work with a hint: the given key was not present in the dictionary. I found that...