- Edited
if you don't know on how to setup DB, better to consult an expert or refer mysql document. You are using * as your bind address? if you want to allow all host, bind it with 0.0.0.0. and then try to restart
if you don't know on how to setup DB, better to consult an expert or refer mysql document. You are using * as your bind address? if you want to allow all host, bind it with 0.0.0.0. and then try to restart
????
aaP_alimousa13
MySQL will stop, if there is any issue in configuration. Check thoroughly your configuration and make sure they all are valid by referring with Mysql docs.
i tired i try everything thing and i still have that issues
What is your bind address in the configuration?
how i check that
we in trouble here 3 week we cant setup WordPress !
Hello, what problem did you encounter? Mysql cannot be started?
Is it normal to use this command to start once: /etc/init.d/mysqld start
If it is abnormal, please check the log: cat /www/server/data/*.err|grep -i -C 10 error
Hello, what specific problem did you encounter? It can be seen from the log that it is running normally.
Running multiple mysql programs using different ports
this my proprem mysql shutdown i we try everything 3 weeks and we cant get the reasons
The log shows that the mysql version is 8.0.24 and aapanel shows 5.7.44
Have you done anything?
It is recommended that you use the command line to check whether it is started?
ps uax|grep mysql
check error log
cat /www/server/data/*.err|grep -i -C 10 error
Hi, can you give us your aapanel information? The server makes a snapshot backup first, if possible, please send it to kern@aapanel.com.
It is recommended to fill in the following
Post link:
SSH IP address, account password and port:
aapanel login link address and account password:
Detailed problem description:
No post link will not be able to know which user's information is, and the problem will not be processed
Please help, suddenly mysqld can't start. thanks
key_buffer_size=134217728
read_buffer_size=2097152
max_used_connections=0
max_threads=500
thread_count=0
connection_count=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 2185771 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
Thread pointer: 0x0
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 0 thread_stack 0x40000
/www/server/mysql/bin/mysqld(my_print_stacktrace+0x40)[0x558642728e30]
/www/server/mysql/bin/mysqld(handle_fatal_signal+0x4f9)[0x558641f53a49]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x14420)[0x14844158e420]
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0xcb)[0x14844107d00b]
/lib/x86_64-linux-gnu/libc.so.6(abort+0x12b)[0x14844105c859]
/www/server/mysql/bin/mysqld(+0x6516ae)[0x558641f176ae]
/www/server/mysql/bin/mysqld(+0x651983)[0x558641f17983]
/www/server/mysql/bin/mysqld(Z20buf_page_io_completeP10buf_page_tb+0x2d0)[0x558642952b80]
/www/server/mysql/bin/mysqld(+0x10b6b24)[0x55864297cb24]
/www/server/mysql/bin/mysqld(Z13buf_read_pageRK9page_id_tRK11page_size_t+0x4a)[0x55864297d28a]
/www/server/mysql/bin/mysqld(Z16buf_page_get_genRK9page_id_tRK11page_size_tmP11buf_block_tmPKcmP5mtr_tb+0x4c6)[0x558642950b06]
/www/server/mysql/bin/mysqld(Z31trx_rseg_get_n_undo_tablespacesPm+0x140)[0x5586428ed5e0]
/www/server/mysql/bin/mysqld(+0xff1a4d)[0x5586428b7a4d]
/www/server/mysql/bin/mysqld(Z34innobase_start_or_create_for_mysqlv+0x2c67)[0x5586428bb1e7]
/www/server/mysql/bin/mysqld(+0xeb2e4d)[0x558642778e4d]
/www/server/mysql/bin/mysqld(Z24ha_initialize_handlertonP13st_plugin_int+0x59)[0x558641fa4409]
/www/server/mysql/bin/mysqld(+0xc3b1c5)[0x5586425011c5]
/www/server/mysql/bin/mysqld(Z40plugin_register_builtin_and_init_core_sePiPPc+0x1f4)[0x558642503644]
/www/server/mysql/bin/mysqld(Z11mysqld_mainiPPc+0xbae)[0x558641f4f36e]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3)[0x14844105e083]
/www/server/mysql/bin/mysqld(_start+0x2e)[0x558641f4422e]
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash.