journalctl -u directadmin
.Feb 06 10:00:00 server.example.com directadmin[1234]: creating database with user error=Error 1615 (HY000): Prepared statement needs to be re-prepared hostPatterns=[localhost] name=user_dbname req-uri=/api/db-manage/create-db-quick req-user=admin|user
...
table_definition_cache
. This usually means that not only DA but normal websites using prepared statements might start failing. If you increase the table_definition_cache
value it starts working fine, both for DA and for user websites.table_open_cache = total_tables*Threads_connected*.50
open_files_limit= table_open_cache*2
table_definition_cache = table_open_cache
Hi THANK YOU A LOT FOR GETTING BACK AT ME,Did you try this before updating?
Most straightforward way to clean-up old system would be:
- da build remove_items - remove all libraries except iconv.
- da build remove_old_local libiconv - remove iconv.
- da build all - rebuild everything. Note: after iconv is removed, but before everything is rebuilt some services will not work if restarted.
A more cautions approach minimizing service downtime could be:
- da build list_removals - check how many of the old libraries there are, useful if any of them needs to be restored.
- da build remove_items - remove all libraries except iconv.
- da build remove_old_local libiconv - remove iconv and create backup (actually only to create backup ).
- da build restore_old_local libiconv - restore back iconv so that all existing software would work fine for the time being.
- rm -f /usr/local/include/{iconv.h,libcharset.h,localcharset.h} - remove only iconv headers (we still have full iconv backup just in case)
- da build all - rebuild everything, iconv from /usr/local should not be used by the rebuit software
- da build remove_old_local libiconv - remove iconv for good now.
cd /usr/local/directadmin/custombuild
./build update
./build list_removals
./build remove_items
./build remove_old_local libiconv
./build build all
%
wildcard pattern. Then without loosing existing access users can continue to manage access hosts by adding only the needed hosts, and removing wildcard pattern if it is not needed anymore../build php n
command not working anymore?invalid or not enabled PHP version 'n'
./build list_removals
does not show anything to remove.done@yak983, this seems like an error in the browser rather than in DA. Would be great if you would fill a support ticket at https://tickets.directadmin.com/ and we could ask for more details there.
da config-set one_click_pma_login 1 --restart
+ da build phpmyadmin
). When PMA SSO is enabled you can easily access any database without knowing the DB specific password and use DB specific accounts only when setting up new web applications.