Hello,
I have a problem with mysql and pure ftp.
Both programs refuse to start after installation.

I have also tried this on putty:


Please help.

Note:
The aaPanel was installed on the server 2 times because I was trying to delete the aaPanel and I thought it will solve the problem. Once I started the second installation, it gave me a warning that aaPanel is already installed and tell me if I'm sure that I want to install it over the old one. I don't know if this information is useful because I'm newbie.

  • aaPanel_Kern replied to this.
    • [deleted]

    • Best Answerset by yazan

    yazan

    It is caused by other mysql in your system. The panel can only install the database through the management panel.

    Hello, was the installation successful? Is it possible to reinstall mysql? Please check the installation log during installation.
    FTP problem, please check if other programs are using port 21?
    ps axu|grep ftp

    yazan

      aaPanel_Kern
      Hello, Thank you for your reply, I've uninstalled MySql and reinstall it again, the installation log is:

      Installed /www/server/panel/pyenv/lib/python3.7/site-packages/PyMySQL-0.9.3-py3.7.egg
      Processing dependencies for PyMySQL==0.9.3
      Finished processing dependencies for PyMySQL==0.9.3
      Reload Bt-Panel.. [32mdone[0m
      Stopping mysqld (via systemctl): mysqld.service.
      Changing password...
      2023-11-20T02:26:18.427264Z mysqld_safe Logging to '/var/log/mysql/error.log'.
      2023-11-20T02:26:18.448445Z mysqld_safe Starting mysqld daemon with databases from /www/server/data
      2023-11-20T02:26:19.416574Z mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
      ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)
      ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)
      Starting mysqld (via systemctl): mysqld.serviceJob for mysqld.service failed because the control process exited with error code.
      See "systemctl status mysqld.service" and "journalctl -xeu mysqld.service" for details.

      failed!

      The root password set 831f8fa023f1182e successuful
      1
      Stopping mysqld (via systemctl): mysqld.service.
      Changing password...
      2023-11-20T02:26:28.439455Z mysqld_safe Logging to '/var/log/mysql/error.log'.
      2023-11-20T02:26:28.457921Z mysqld_safe Starting mysqld daemon with databases from /www/server/data
      2023-11-20T02:26:28.818714Z mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
      ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)
      ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)
      Starting mysqld (via systemctl): mysqld.serviceJob for mysqld.service failed because the control process exited with error code.
      See "systemctl status mysqld.service" and "journalctl -xeu mysqld.service" for details.

      failed!

      The root password set 831f8fa023f1182e successuful
      1
      --2023-11-20 02:26:38-- https://dg2.bt.cn/tools/check.sh
      Resolving dg2.bt.cn (dg2.bt.cn)... 2001:19f0:7001:54fc:5400:2ff:fe9b:97f9, 103.179.243.14
      Connecting to dg2.bt.cn (dg2.bt.cn)|2001:19f0:7001:54fc:5400:2ff:fe9b:97f9|:443... connected.
      HTTP request sent, awaiting response... 200 OK
      Length: 565 [application/octet-stream]
      Saving to: ‘/www/server/panel/install/check.sh’

      0K 100% 572M=0s

      2023-11-20 02:26:39 (572 MB/s) - ‘/www/server/panel/install/check.sh’ saved [565/565]

      |-Successify --- Command executed! ---

        yazan

        Hello, please check if there is other mysql in your system?
        There are other ftp programs in your system

          Hi,
          root@Speed:~# ps axu|grep mysql

          root 112039 0.0 0.0 6796 2320 pts/0 S+ 08:42 0:00 grep --color= auto mysql

          aaPanel_Kern

            aaPanel_Kern

            root@Speed:~# cat /etc/my.cnf

            [client]
            #password = your_password
            port = 3306
            socket = /tmp/mysql.sock

            [mysqld]
            port = 3306
            socket = /tmp/mysql.sock
            datadir = /www/server/data
            default_storage_engine = InnoDB
            performance_schema_max_table_instances = 400
            table_definition_cache = 400
            skip-external-locking
            key_buffer_size = 256M
            max_allowed_packet = 100G
            table_open_cache = 1024
            sort_buffer_size = 4M
            net_buffer_length = 4K
            read_buffer_size = 4M
            read_rnd_buffer_size = 256K
            myisam_sort_buffer_size = 64M
            thread_cache_size = 128
            query_cache_size = 128M
            tmp_table_size = 128M
            sql-mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES

            explicit_defaults_for_timestamp = true
            #skip-name-resolve
            max_connections = 500
            max_connect_errors = 100
            open_files_limit = 65535

            log-bin=mysql-bin
            binlog_format=mixed
            server-id = 1
            expire_logs_days = 10
            slow_query_log=1
            slow-query-log-file=/www/server/data/mysql-slow.log
            long_query_time=3
            #log_queries_not_using_indexes=on
            early-plugin-load = ""

            innodb_data_home_dir = /www/server/data
            innodb_data_file_path = ibdata1:10M:autoextend
            innodb_log_group_home_dir = /www/server/data
            innodb_buffer_pool_size = 1024M
            innodb_log_file_size = 512M
            innodb_log_buffer_size = 128M
            innodb_flush_log_at_trx_commit = 1
            innodb_lock_wait_timeout = 50
            innodb_max_dirty_pages_pct = 90
            innodb_read_io_threads = 4
            innodb_write_io_threads = 4

            [mysqldump]
            quick
            max_allowed_packet = 500M

            [mysql]
            no-auto-rehash

            [myisamchk]
            key_buffer_size = 256M
            sort_buffer_size = 4M
            read_buffer = 2M
            write_buffer = 2M

            [mysqlhotcopy]
            interactive-timeout

              yazan

              ls -al /etc/systemd/system/mariadb*
              ls -al /etc/systemd/system/mysql*

              and Paste all the mysql installation logs

                aaPanel_Kern

                The logs of installing mysql:

                --2023-11-21 08:47:16-- https://node.aapanel.com/install/4/mysql.sh
                Resolving node.aapanel.com (node.aapanel.com)... 2606:4700:3031::6815:4fc4, 2606:4700:3034::ac43:ab07, 104.21.79.196, ...
                Connecting to node.aapanel.com (node.aapanel.com)|2606:4700:3031::6815:4fc4|:443... connected.
                HTTP request sent, awaiting response...
                --2023-11-21 08:47:16-- https://node.aapanel.com/install/4/mysql.sh
                Resolving node.aapanel.com (node.aapanel.com)... 2606:4700:3031::6815:4fc4, 2606:4700:3034::ac43:ab07, 104.21.79.196, ...
                Connecting to node.aapanel.com (node.aapanel.com)|2606:4700:3031::6815:4fc4|:443... connected.
                HTTP request sent, awaiting response... 200 OK
                Length: 19555 (19K) [application/octet-stream]
                Saving to: ‘mysql.sh’

                 0K .......... .........                                  100% 1.11M=0.02s

                2023-11-21 08:47:16 (1.11 MB/s) - ‘mysql.sh’ saved [19555/19555]

                selecting download node...

                https://jp1-node.bt.cn
                --2023-11-21 08:47:29-- https://node.aapanel.com/install/public.sh
                Resolving node.aapanel.com (node.aapanel.com)... 2606:4700:3031::6815:4fc4, 2606:4700:3034::ac43:ab07, 104.21.79.196, ...
                Connecting to node.aapanel.com (node.aapanel.com)|2606:4700:3031::6815:4fc4|:443... connected.
                HTTP request sent, awaiting response... 200 OK
                Length: 4377 (4.3K) [application/octet-stream]
                Saving to: ‘Tpublic.sh’

                 0K ....                                                  100% 50.3M=0s

                2023-11-21 08:47:29 (50.3 MB/s) - ‘Tpublic.sh’ saved [4377/4377]

                selecting download node...

                72800K .......... .......... .......... .......... .......... 88% 36.9M 1s
                72850K .......... .......... .......... .......... .......... 88% 31.7M 1s
                72900K .......... .......... .......... .......... .......... 88% 44.1M 1s
                72950K .......... .......... .......... .......... .......... 88% 32.6M 1s
                73000K .......... .......... .......... .......... .......... 88% 31.1M 1s
                73050K .......... .......... .......... .......... .......... 88% 44.3M 1s
                73100K .......... .......... .......... .......... .......... 89% 43.5M 1s
                73150K .......... .......... .......... .......... .......... 89% 29.8M 1s
                73200K .......... .......... .......... .......... .......... 89% 28.4M 1s
                73250K .......... .......... .......... .......... .......... 89% 50.4M 1s
                73300K .......... .......... .......... .......... .......... 89% 31.6M 1s
                73350K .......... .......... .......... .......... .......... 89% 40.1M 1s
                73400K .......... .......... .......... .......... .......... 89% 34.7M 1s
                73450K .......... .......... .......... .......... .......... 89% 40.7M 1s
                73500K .......... .......... .......... .......... .......... 89% 33.2M 1s
                73550K .......... .......... .......... .......... .......... 89% 29.5M 1s
                73600K .......... .......... .......... .......... .......... 89% 43.0M 1s
                73650K .......... .......... .......... .......... .......... 89% 31.9M 1s
                73700K .......... .......... .......... .......... .......... 89% 41.1M 1s
                73750K .......... .......... .......... .......... .......... 89% 35.6M 1s
                73800K .......... .......... .......... .......... .......... 89% 1.41M 1s
                73850K .......... .......... .......... .......... .......... 89% 39.0M 1s
                73900K .......... .......... .......... .......... .......... 90% 32.9M 1s
                73950K .......... .......... .......... .......... .......... 90% 30.7M 1s
                74000K .......... .......... .......... .......... .......... 90% 39.5M 1s
                74050K .......... .......... .......... .......... .......... 90% 42.2M 1s
                74100K .......... .......... .......... .......... .......... 90% 35.1M 1s
                74150K .......... .......... .......... .......... .......... 90% 29.8M 1s
                74200K .......... .......... .......... .......... .......... 90% 39.2M 1s
                74250K .......... .......... .......... .......... .......... 90% 39.6M 1s
                74300K .......... .......... .......... .......... .......... 90% 43.0M 1s
                74350K .......... .......... .......... .......... .......... 90% 30.4M 1s
                74400K .......... .......... .......... .......... .......... 90% 30.0M 1s
                74450K .......... .......... .......... .......... .......... 90% 43.6M 1s
                74500K .......... .......... .......... .......... .......... 90% 39.7M 0s
                74550K .......... .......... .......... .......... .......... 90% 37.7M 0s
                74600K .......... .......... .......... .......... .......... 90% 30.1M 0s
                74650K .......... .......... .......... .......... .......... 90% 44.1M 0s
                74700K .......... .......... .......... .......... .......... 90% 39.5M 0s
                74750K .......... .......... .......... .......... .......... 91% 26.8M 0s
                74800K .......... .......... .......... .......... .......... 91% 40.0M 0s
                74850K .......... .......... .......... .......... .......... 91% 30.0M 0s
                74900K .......... .......... .......... .......... .......... 91% 43.8M 0s
                74950K .......... .......... .......... .......... .......... 91% 36.1M 0s
                75000K .......... .......... .......... .......... .......... 91% 42.5M 0s
                75050K .......... .......... .......... .......... .......... 91% 29.5M 0s
                75100K .......... .......... .......... .......... .......... 91% 44.4M 0s
                75150K .......... .......... .......... .......... .......... 91% 29.1M 0s
                75200K .......... .......... .......... .......... .......... 91% 39.5M 0s
                75250K .......... .......... .......... .......... .......... 91% 1.12M 0s
                75300K .......... .......... .......... .......... .......... 91% 32.7M 0s
                75350K .......... .......... .......... .......... .......... 91% 35.7M 0s
                75400K .......... .......... .......... .......... .......... 91% 43.9M 0s
                75450K .......... .......... .......... .......... .......... 91% 33.9M 0s
                75500K .......... .......... .......... .......... .......... 91% 31.4M 0s
                75550K .......... .......... .......... .......... .......... 92% 29.3M 0s
                75600K .......... .......... .......... .......... .......... 92% 39.5M 0s
                75650K .......... .......... .......... .......... .......... 92% 45.0M 0s
                75700K .......... .......... .......... .......... .......... 92% 30.1M 0s
                75750K .......... .......... .......... .......... .......... 92% 41.8M 0s
                75800K .......... .......... .......... .......... .......... 92% 40.1M 0s
                75850K .......... .......... .......... .......... .......... 92% 39.6M 0s
                75900K .......... .......... .......... .......... .......... 92% 29.9M 0s
                75950K .......... .......... .......... .......... .......... 92% 29.0M 0s
                76000K .......... .......... .......... .......... .......... 92% 44.1M 0s
                76050K .......... .......... .......... .......... .......... 92% 39.7M 0s
                76100K .......... .......... .......... .......... .......... 92% 38.2M 0s
                76150K .......... .......... .......... .......... .......... 92% 27.2M 0s
                76200K .......... .......... .......... .......... .......... 92% 44.7M 0s
                76250K .......... .......... .......... .......... .......... 92% 34.7M 0s
                76300K .......... .......... .......... .......... .......... 92% 40.6M 0s
                76350K .......... .......... .......... .......... .......... 92% 31.9M 0s
                76400K .......... .......... .......... .......... .......... 93% 30.0M 0s
                76450K .......... .......... .......... .......... .......... 93% 43.8M 0s
                76500K .......... .......... .......... .......... .......... 93% 35.4M 0s
                76550K .......... .......... .......... .......... .......... 93% 31.7M 0s
                76600K .......... .......... .......... .......... .......... 93% 40.6M 0s
                76650K .......... .......... .......... .......... .......... 93% 1.40M 0s
                76700K .......... .......... .......... .......... .......... 93% 44.7M 0s
                76750K .......... .......... .......... .......... .......... 93% 30.8M 0s
                76800K .......... .......... .......... .......... .......... 93% 32.5M 0s
                76850K .......... .......... .......... .......... .......... 93% 39.4M 0s
                76900K .......... .......... .......... .......... .......... 93% 33.2M 0s
                76950K .......... .......... .......... .......... .......... 93% 47.3M 0s
                77000K .......... .......... .......... .......... .......... 93% 30.7M 0s
                77050K .......... .......... .......... .......... .......... 93% 44.6M 0s
                77100K .......... .......... .......... .......... .......... 93% 39.0M 0s
                77150K .......... .......... .......... .......... .......... 93% 29.7M 0s
                77200K .......... .......... .......... .......... .......... 94% 28.0M 0s
                77250K .......... .......... .......... .......... .......... 94% 44.0M 0s
                77300K .......... .......... .......... .......... .......... 94% 44.3M 0s
                77350K .......... .......... .......... .......... .......... 94% 35.4M 0s
                77400K .......... .......... .......... .......... .......... 94% 30.0M 0s
                77450K .......... .......... .......... .......... .......... 94% 43.8M 0s
                77500K .......... .......... .......... .......... .......... 94% 43.2M 0s
                77550K .......... .......... .......... .......... .......... 94% 27.4M 0s
                77600K .......... .......... .......... .......... .......... 94% 30.2M 0s
                77650K .......... .......... .......... .......... .......... 94% 54.0M 0s
                77700K .......... .......... .......... .......... .......... 94% 30.4M 0s
                77750K .......... .......... .......... .......... .......... 94% 41.9M 0s
                77800K .......... .......... .......... .......... .......... 94% 34.9M 0s
                77850K .......... .......... .......... .......... .......... 94% 43.7M 0s
                77900K .......... .......... .......... .......... .......... 94% 32.6M 0s
                77950K .......... .......... .......... .......... .......... 94% 25.4M 0s
                78000K .......... .......... .......... .......... .......... 95% 51.0M 0s
                78050K .......... .......... .......... .......... .......... 95% 35.7M 0s
                78100K .......... .......... .......... .......... .......... 95% 38.6M 0s
                78150K .......... .......... .......... .......... .......... 95% 1.12M 0s
                78200K .......... .......... .......... .......... .......... 95% 37.7M 0s
                78250K .......... .......... .......... .......... .......... 95% 32.4M 0s
                78300K .......... .......... .......... .......... .......... 95% 44.7M 0s
                78350K .......... .......... .......... .......... .......... 95% 24.6M 0s
                78400K .......... .......... .......... .......... .......... 95% 44.7M 0s
                78450K .......... .......... .......... .......... .......... 95% 34.2M 0s
                78500K .......... .......... .......... .......... .......... 95% 39.5M 0s
                78550K .......... .......... .......... .......... .......... 95% 36.9M 0s
                78600K .......... .......... .......... .......... .......... 95% 30.8M 0s
                78650K .......... .......... .......... .......... .......... 95% 41.8M 0s
                78700K .......... .......... .......... .......... .......... 95% 41.4M 0s
                78750K .......... .......... .......... .......... .......... 95% 26.8M 0s
                78800K .......... .......... .......... .......... .......... 95% 43.3M 0s
                78850K .......... .......... .......... .......... .......... 96% 30.7M 0s
                78900K .......... .......... .......... .......... .......... 96% 43.7M 0s
                78950K .......... .......... .......... .......... .......... 96% 38.9M 0s
                79000K .......... .......... .......... .......... .......... 96% 40.0M 0s
                79050K .......... .......... .......... .......... .......... 96% 27.3M 0s
                79100K .......... .......... .......... .......... .......... 96% 43.5M 0s
                79150K .......... .......... .......... .......... .......... 96% 29.2M 0s
                79200K .......... .......... .......... .......... .......... 96% 44.4M 0s
                79250K .......... .......... .......... .......... .......... 96% 36.4M 0s
                79300K .......... .......... .......... .......... .......... 96% 29.7M 0s
                79350K .......... .......... .......... .......... .......... 96% 41.3M 0s
                79400K .......... .......... .......... .......... .......... 96% 44.5M 0s
                79450K .......... .......... .......... .......... .......... 96% 36.3M 0s
                79500K .......... .......... .......... .......... .......... 96% 29.7M 0s
                79550K .......... .......... .......... .......... .......... 96% 29.3M 0s
                79600K .......... .......... .......... .......... .......... 96% 1.40M 0s
                79650K .......... .......... .......... .......... .......... 97% 39.9M 0s
                79700K .......... .......... .......... .......... .......... 97% 32.8M 0s
                79750K .......... .......... .......... .......... .......... 97% 35.8M 0s
                79800K .......... .......... .......... .......... .......... 97% 49.0M 0s
                79850K .......... .......... .......... .......... .......... 97% 34.1M 0s
                79900K .......... .......... .......... .......... .......... 97% 43.8M 0s
                79950K .......... .......... .......... .......... .......... 97% 24.5M 0s
                80000K .......... .......... .......... .......... .......... 97% 43.7M 0s
                80050K .......... .......... .......... .......... .......... 97% 39.0M 0s
                80100K .......... .......... .......... .......... .......... 97% 40.0M 0s
                80150K .......... .......... .......... .......... .......... 97% 29.2M 0s
                80200K .......... .......... .......... .......... .......... 97% 38.8M 0s
                80250K .......... .......... .......... .......... .......... 97% 39.5M 0s
                80300K .......... .......... .......... .......... .......... 97% 38.6M 0s
                80350K .......... .......... .......... .......... .......... 97% 24.5M 0s
                80400K .......... .......... .......... .......... .......... 97% 43.2M 0s
                80450K .......... .......... .......... .......... .......... 97% 44.4M 0s
                80500K .......... .......... .......... .......... .......... 98% 28.2M 0s
                80550K .......... .......... .......... .......... .......... 98% 49.2M 0s
                80600K .......... .......... .......... .......... .......... 98% 30.9M 0s
                80650K .......... .......... .......... .......... .......... 98% 44.2M 0s
                80700K .......... .......... .......... .......... .......... 98% 40.1M 0s
                80750K .......... .......... .......... .......... .......... 98% 29.3M 0s
                80800K .......... .......... .......... .......... .......... 98% 35.2M 0s
                80850K .......... .......... .......... .......... .......... 98% 32.3M 0s
                80900K .......... .......... .......... .......... .......... 98% 43.9M 0s
                80950K .......... .......... .......... .......... .......... 98% 29.1M 0s
                81000K .......... .......... .......... .......... .......... 98% 36.8M 0s
                81050K .......... .......... .......... .......... .......... 98% 42.8M 0s
                81100K .......... .......... .......... .......... .......... 98% 1.13M 0s
                81150K .......... .......... .......... .......... .......... 98% 29.6M 0s
                81200K .......... .......... .......... .......... .......... 98% 32.9M 0s
                81250K .......... .......... .......... .......... .......... 98% 50.1M 0s
                81300K .......... .......... .......... .......... .......... 99% 30.7M 0s
                81350K .......... .......... .......... .......... .......... 99% 44.7M 0s
                81400K .......... .......... .......... .......... .......... 99% 31.3M 0s
                81450K .......... .......... .......... .......... .......... 99% 40.7M 0s
                81500K .......... .......... .......... .......... .......... 99% 40.3M 0s
                81550K .......... .......... .......... .......... .......... 99% 27.7M 0s
                81600K .......... .......... .......... .......... .......... 99% 32.1M 0s
                81650K .......... .......... .......... .......... .......... 99% 42.0M 0s
                81700K .......... .......... .......... .......... .......... 99% 40.8M 0s
                81750K .......... .......... .......... .......... .......... 99% 37.2M 0s
                81800K .......... .......... .......... .......... .......... 99% 30.9M 0s
                81850K .......... .......... .......... .......... .......... 99% 43.5M 0s
                81900K .......... .......... .......... .......... .......... 99% 39.5M 0s
                81950K .......... .......... .......... .......... .......... 99% 29.2M 0s
                82000K .......... .......... .......... .......... .......... 99% 37.2M 0s
                82050K .......... .......... .......... .......... .......... 99% 28.6M 0s
                82100K .......... .......... .......... .......... .......... 99% 43.7M 0s
                82150K ...... 100% 58.9M=5.3s

                2023-11-21 08:47:49 (15.2 MB/s) - ‘bt-mysql57.deb’ saved [84128098/84128098]

                Selecting previously unselected package bt-mysql57.
                (Reading database ... 126105 files and directories currently installed.)
                Preparing to unpack bt-mysql57.deb ...
                Unpacking bt-mysql57 (5.7.43) ...
                Setting up bt-mysql57 (5.7.43) ...
                Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
                /sbin/ldconfig.real: /lib/libvarnishapi.so.3 is not a symbolic link

                inflating: PyMySQL-0.9.3/pymysql/tests/test_load_local.py
                inflating: PyMySQL-0.9.3/pymysql/tests/test_nextset.py
                inflating: PyMySQL-0.9.3/pymysql/tests/test_optionfile.py
                creating: PyMySQL-0.9.3/pymysql/tests/thirdparty/
                inflating: PyMySQL-0.9.3/pymysql/tests/thirdparty/init.py
                creating: PyMySQL-0.9.3/pymysql/tests/thirdparty/test_MySQLdb/
                inflating: PyMySQL-0.9.3/pymysql/tests/thirdparty/test_MySQLdb/init.py
                inflating: PyMySQL-0.9.3/pymysql/tests/thirdparty/test_MySQLdb/capabilities.py
                inflating: PyMySQL-0.9.3/pymysql/tests/thirdparty/test_MySQLdb/dbapi20.py
                inflating: PyMySQL-0.9.3/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_capabilities.py
                inflating: PyMySQL-0.9.3/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_dbapi20.py
                inflating: PyMySQL-0.9.3/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_nonstandard.py
                inflating: PyMySQL-0.9.3/pymysql/times.py
                inflating: PyMySQL-0.9.3/pymysql/util.py
                extracting: PyMySQL-0.9.3/requirements.txt
                inflating: PyMySQL-0.9.3/runtests.py
                inflating: PyMySQL-0.9.3/setup.cfg
                inflating: PyMySQL-0.9.3/setup.py
                creating: PyMySQL-0.9.3/tests/
                extracting: PyMySQL-0.9.3/tests/init.py
                inflating: PyMySQL-0.9.3/tests/test_auth.py
                inflating: PyMySQL-0.9.3/tox.ini
                running install
                running bdist_egg
                running egg_info
                creating PyMySQL.egg-info
                writing PyMySQL.egg-info/PKG-INFO
                writing dependency_links to PyMySQL.egg-info/dependency_links.txt
                writing requirements to PyMySQL.egg-info/requires.txt
                writing top-level names to PyMySQL.egg-info/top_level.txt
                writing manifest file 'PyMySQL.egg-info/SOURCES.txt'
                reading manifest file 'PyMySQL.egg-info/SOURCES.txt'
                reading manifest template 'MANIFEST.in'
                adding license file 'LICENSE'
                writing manifest file 'PyMySQL.egg-info/SOURCES.txt'
                installing library code to build/bdist.linux-x86_64/egg
                running install_lib
                running build_py
                creating build
                creating build/lib
                creating build/lib/pymysql
                copying pymysql/optionfile.py -> build/lib/pymysql
                copying pymysql/compat.py -> build/lib/pymysql
                copying pymysql/connections.py -> build/lib/pymysql
                copying pymysql/err.py -> build/lib/pymysql
                copying pymysql/
                socketio.py -> build/lib/pymysql
                copying pymysql/init.py -> build/lib/pymysql
                copying pymysql/auth.py -> build/lib/pymysql
                copying pymysql/protocol.py -> build/lib/pymysql
                copying pymysql/cursors.py -> build/lib/pymysql
                copying pymysql/times.py -> build/lib/pymysql
                copying pymysql/charset.py -> build/lib/pymysql
                copying pymysql/util.py -> build/lib/pymysql
                copying pymysql/converters.py -> build/lib/pymysql
                creating build/lib/pymysql/constants
                copying pymysql/constants/SERVER_STATUS.py -> build/lib/pymysql/constants
                copying pymysql/constants/CLIENT.py -> build/lib/pymysql/constants
                copying pymysql/constants/init.py -> build/lib/pymysql/constants
                copying pymysql/constants/FLAG.py -> build/lib/pymysql/constants
                copying pymysql/constants/FIELD_TYPE.py -> build/lib/pymysql/constants
                copying pymysql/constants/ER.py -> build/lib/pymysql/constants
                copying pymysql/constants/COMMAND.py -> build/lib/pymysql/constants
                copying pymysql/constants/CR.py -> build/lib/pymysql/constants
                creating build/bdist.linux-x86_64
                creating build/bdist.linux-x86_64/egg
                creating build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/optionfile.py -> build/bdist.linux-x86_64/egg/pymysql
                creating build/bdist.linux-x86_64/egg/pymysql/constants
                copying build/lib/pymysql/constants/SERVER_STATUS.py -> build/bdist.linux-x86_64/egg/pymysql/constants
                copying build/lib/pymysql/constants/CLIENT.py -> build/bdist.linux-x86_64/egg/pymysql/constants
                copying build/lib/pymysql/constants/init.py -> build/bdist.linux-x86_64/egg/pymysql/constants
                copying build/lib/pymysql/constants/FLAG.py -> build/bdist.linux-x86_64/egg/pymysql/constants
                copying build/lib/pymysql/constants/FIELD_TYPE.py -> build/bdist.linux-x86_64/egg/pymysql/constants
                copying build/lib/pymysql/constants/ER.py -> build/bdist.linux-x86_64/egg/pymysql/constants
                copying build/lib/pymysql/constants/COMMAND.py -> build/bdist.linux-x86_64/egg/pymysql/constants
                copying build/lib/pymysql/constants/CR.py -> build/bdist.linux-x86_64/egg/pymysql/constants
                copying build/lib/pymysql/
                compat.py -> build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/connections.py -> build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/err.py -> build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/socketio.py -> build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/init.py -> build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/
                auth.py -> build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/protocol.py -> build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/cursors.py -> build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/times.py -> build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/charset.py -> build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/util.py -> build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/converters.py -> build/bdist.linux-x86_64/egg/pymysql
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/optionfile.py to optionfile.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/constants/SERVER_STATUS.py to SERVER_STATUS.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/constants/CLIENT.py to CLIENT.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/constants/init.py to init.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/constants/FLAG.py to FLAG.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/constants/FIELD_TYPE.py to FIELD_TYPE.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/constants/ER.py to ER.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/constants/COMMAND.py to COMMAND.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/constants/CR.py to CR.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/_compat.py to compat.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/connections.py to connections.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/err.py to err.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/
                socketio.py to socketio.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/init.py to init.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/
                auth.py to _auth.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/protocol.py to protocol.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/cursors.py to cursors.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/times.py to times.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/charset.py to charset.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/util.py to util.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/converters.py to converters.cpython-37.pyc
                creating build/bdist.linux-x86_64/egg/EGG-INFO
                copying PyMySQL.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
                copying PyMySQL.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
                copying PyMySQL.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
                copying PyMySQL.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
                copying PyMySQL.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
                /www/server/panel/pyenv/lib/python3.7/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
                warnings.warn(msg, warning_class)
                /www/server/panel/pyenv/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
                setuptools.SetuptoolsDeprecationWarning,
                /www/server/panel/pyenv/lib/python3.7/site-packages/setuptools/command/easy_install.py:147: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
                EasyInstallDeprecationWarning,
                zip_safe flag not set; analyzing archive contents...
                creating dist
                creating 'dist/PyMySQL-0.9.3-py3.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
                removing 'build/bdist.linux-x86_64/egg' (and everything under it)
                Processing PyMySQL-0.9.3-py3.7.egg
                Copying PyMySQL-0.9.3-py3.7.egg to /www/server/panel/pyenv/lib/python3.7/site-packages
                Adding PyMySQL 0.9.3 to easy-install.pth file

                Installed /www/server/panel/pyenv/lib/python3.7/site-packages/PyMySQL-0.9.3-py3.7.egg
                Processing dependencies for PyMySQL==0.9.3
                Finished processing dependencies for PyMySQL==0.9.3
                creating build
                creating build/lib
                creating build/lib/pymysql
                copying pymysql/optionfile.py -> build/lib/pymysql
                copying pymysql/compat.py -> build/lib/pymysql
                copying pymysql/connections.py -> build/lib/pymysql
                copying pymysql/err.py -> build/lib/pymysql
                copying pymysql/
                socketio.py -> build/lib/pymysql
                copying pymysql/init.py -> build/lib/pymysql
                copying pymysql/auth.py -> build/lib/pymysql
                copying pymysql/protocol.py -> build/lib/pymysql
                copying pymysql/cursors.py -> build/lib/pymysql
                copying pymysql/times.py -> build/lib/pymysql
                copying pymysql/charset.py -> build/lib/pymysql
                copying pymysql/util.py -> build/lib/pymysql
                copying pymysql/converters.py -> build/lib/pymysql
                creating build/lib/pymysql/constants
                copying pymysql/constants/SERVER_STATUS.py -> build/lib/pymysql/constants
                copying pymysql/constants/CLIENT.py -> build/lib/pymysql/constants
                copying pymysql/constants/init.py -> build/lib/pymysql/constants
                copying pymysql/constants/FLAG.py -> build/lib/pymysql/constants
                copying pymysql/constants/FIELD_TYPE.py -> build/lib/pymysql/constants
                copying pymysql/constants/ER.py -> build/lib/pymysql/constants
                copying pymysql/constants/COMMAND.py -> build/lib/pymysql/constants
                copying pymysql/constants/CR.py -> build/lib/pymysql/constants
                creating build/bdist.linux-x86_64
                creating build/bdist.linux-x86_64/egg
                creating build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/optionfile.py -> build/bdist.linux-x86_64/egg/pymysql
                creating build/bdist.linux-x86_64/egg/pymysql/constants
                copying build/lib/pymysql/constants/SERVER_STATUS.py -> build/bdist.linux-x86_64/egg/pymysql/constants
                copying build/lib/pymysql/constants/CLIENT.py -> build/bdist.linux-x86_64/egg/pymysql/constants
                copying build/lib/pymysql/constants/init.py -> build/bdist.linux-x86_64/egg/pymysql/constants
                copying build/lib/pymysql/constants/FLAG.py -> build/bdist.linux-x86_64/egg/pymysql/constants
                copying build/lib/pymysql/constants/FIELD_TYPE.py -> build/bdist.linux-x86_64/egg/pymysql/constants
                copying build/lib/pymysql/constants/ER.py -> build/bdist.linux-x86_64/egg/pymysql/constants
                copying build/lib/pymysql/constants/COMMAND.py -> build/bdist.linux-x86_64/egg/pymysql/constants
                copying build/lib/pymysql/constants/CR.py -> build/bdist.linux-x86_64/egg/pymysql/constants
                copying build/lib/pymysql/
                compat.py -> build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/connections.py -> build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/err.py -> build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/socketio.py -> build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/init.py -> build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/
                auth.py -> build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/protocol.py -> build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/cursors.py -> build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/times.py -> build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/charset.py -> build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/util.py -> build/bdist.linux-x86_64/egg/pymysql
                copying build/lib/pymysql/converters.py -> build/bdist.linux-x86_64/egg/pymysql
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/optionfile.py to optionfile.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/constants/SERVER_STATUS.py to SERVER_STATUS.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/constants/CLIENT.py to CLIENT.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/constants/init.py to init.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/constants/FLAG.py to FLAG.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/constants/FIELD_TYPE.py to FIELD_TYPE.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/constants/ER.py to ER.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/constants/COMMAND.py to COMMAND.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/constants/CR.py to CR.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/_compat.py to compat.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/connections.py to connections.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/err.py to err.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/
                socketio.py to socketio.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/init.py to init.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/
                auth.py to _auth.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/protocol.py to protocol.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/cursors.py to cursors.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/times.py to times.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/charset.py to charset.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/util.py to util.cpython-37.pyc
                byte-compiling build/bdist.linux-x86_64/egg/pymysql/converters.py to converters.cpython-37.pyc
                creating build/bdist.linux-x86_64/egg/EGG-INFO
                copying PyMySQL.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
                copying PyMySQL.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
                copying PyMySQL.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
                copying PyMySQL.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
                copying PyMySQL.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
                /www/server/panel/pyenv/lib/python3.7/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
                warnings.warn(msg, warning_class)
                /www/server/panel/pyenv/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
                setuptools.SetuptoolsDeprecationWarning,
                /www/server/panel/pyenv/lib/python3.7/site-packages/setuptools/command/easy_install.py:147: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
                EasyInstallDeprecationWarning,
                zip_safe flag not set; analyzing archive contents...
                creating dist
                creating 'dist/PyMySQL-0.9.3-py3.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
                removing 'build/bdist.linux-x86_64/egg' (and everything under it)
                Processing PyMySQL-0.9.3-py3.7.egg
                Copying PyMySQL-0.9.3-py3.7.egg to /www/server/panel/pyenv/lib/python3.7/site-packages
                Adding PyMySQL 0.9.3 to easy-install.pth file

                Installed /www/server/panel/pyenv/lib/python3.7/site-packages/PyMySQL-0.9.3-py3.7.egg
                Processing dependencies for PyMySQL==0.9.3
                Finished processing dependencies for PyMySQL==0.9.3
                Reload Bt-Panel.. [32mdone[0m
                Stopping mysqld (via systemctl): mysqld.service.
                Changing password...
                2023-11-21T08:48:15.363920Z mysqld_safe Logging to '/var/log/mysql/error.log'.
                2023-11-21T08:48:15.382620Z mysqld_safe Starting mysqld daemon with databases from /www/server/data
                2023-11-21T08:48:16.628801Z mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
                ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)
                ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)
                Starting mysqld (via systemctl): mysqld.serviceJob for mysqld.service failed because the control process exited with error code.
                See "systemctl status mysqld.service" and "journalctl -xeu mysqld.service" for details.

                failed!

                The root password set 98c98805a493e53a successuful
                1
                Stopping mysqld (via systemctl): mysqld.service.
                Changing password...
                2023-11-21T08:48:25.275609Z mysqld_safe Logging to '/var/log/mysql/error.log'.
                2023-11-21T08:48:25.295115Z mysqld_safe Starting mysqld daemon with databases from /www/server/data
                2023-11-21T08:48:25.651364Z mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
                ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)
                ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)

                Starting mysqld (via systemctl): mysqld.serviceJob for mysqld.service failed because the control process exited with error code.
                See "systemctl status mysqld.service" and "journalctl -xeu mysqld.service" for details.

                failed!

                The root password set 98c98805a493e53a successuful
                1
                --2023-11-21 08:48:35-- https://jp1-node.bt.cn/tools/check.sh
                Resolving jp1-node.bt.cn (jp1-node.bt.cn)... 45.76.53.20
                Connecting to jp1-node.bt.cn (jp1-node.bt.cn)|45.76.53.20|:443... connected.
                HTTP request sent, awaiting response... 200 OK
                Length: 565 [application/octet-stream]
                Saving to: ‘/www/server/panel/install/check.sh’

                 0K                                                       100%  605M=0s

                2023-11-21 08:48:35 (605 MB/s) - ‘/www/server/panel/install/check.sh’ saved [565/565]

                |-Successify --- Command executed! ---

                  @aaPanel_Kern

                  -bash: /var/log/mysql/error.log: Permission denied
                  root@Speed:~# C
                  root@Speed:~# cd /var/log/mysql
                  root@Speed:/var/log/mysql# ls -lah
                  total 92K
                  drwxr-x--- 2 mysql adm 4.0K Nov 20 23:58 .
                  drwxrwxr-x 17 root syslog 12K Nov 20 23:59 ..
                  -rw-r----- 1 mysql adm 27K Nov 21 08:48 error.log
                  -rw-r----- 1 mysql adm 5.3K Nov 20 19:12 error.log.1.gz
                  -rw-r----- 1 mysql adm 20 Nov 18 23:58 error.log.2.gz
                  -rw-r----- 1 mysql adm 20 Nov 17 23:58 error.log.3.gz
                  -rw-r----- 1 mysql adm 12K Nov 17 23:42 error.log.4.gz
                  -rw-r----- 1 mysql adm 20 Nov 15 23:58 error.log.5.gz
                  -rw-r----- 1 mysql adm 6.5K Nov 15 23:07 error.log.6.gz
                  -rw-r----- 1 mysql adm 20 Nov 13 23:58 error.log.7.gz
                  root@Speed:/var/log/mysql#

                    aaPanel_Kern

                    2023-11-21T08:48:24.214773Z 0 [Note] InnoDB: Loading buffer pool(s) from /www/server/data/ib_buffer_pool
                    2023-11-21T08:48:24.214949Z 0 [Note] Plugin 'FEDERATED' is disabled.
                    2023-11-21T08:48:24.215679Z 0 [Note] Recovering after a crash using mysql-bin
                    2023-11-21T08:48:24.215689Z 0 [Note] Starting crash recovery...
                    2023-11-21T08:48:24.223085Z 0 [Note] Crash recovery finished.
                    2023-11-21T08:48:24.224464Z 0 [Note] InnoDB: Buffer pool(s) load completed at 231121 8:48:24
                    2023-11-21T08:48:24.228811Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
                    2023-11-21T08:48:24.228827Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory.
                    2023-11-21T08:48:24.228832Z 0 [Warning] A deprecated TLS version TLSv1 is enabled. Please use TLSv1.2 or higher.
                    2023-11-21T08:48:24.228834Z 0 [Warning] A deprecated TLS version TLSv1.1 is enabled. Please use TLSv1.2 or higher.
                    2023-11-21T08:48:24.229128Z 0 [Warning] CA certificate ca.pem is self signed.
                    2023-11-21T08:48:24.229147Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory.
                    2023-11-21T08:48:24.229181Z 0 [Note] Server hostname (bind-address): ''; port: 3306
                    2023-11-21T08:48:24.229210Z 0 [Note] IPv6 is available.
                    2023-11-21T08:48:24.229214Z 0 [Note] - '::' resolves to '::';
                    2023-11-21T08:48:24.229225Z 0 [Note] Server socket created on IP: '::'.
                    2023-11-21T08:48:24.230150Z 0 [ERROR] Can't start server: can't check PID filepath: No such file or directory
                    2023-11-21T08:48:25.460721Z 0 [Warning] The use of InnoDB is mandatory since MySQL 5.7. The former options like '--innodb=0/1/OFF/ON' or '--skip-innodb' are ignored.
                    2023-11-21T08:48:25.460791Z 0 [Warning] option 'max_allowed_packet': unsigned value 107374182400 adjusted to 1073741824
                    2023-11-21T08:48:25.460846Z 0 [Warning] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
                    2023-11-21T08:48:25.460848Z 0 [Warning] 'NO_AUTO_CREATE_USER' sql mode was not set.
                    2023-11-21T08:48:25.460864Z 0 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled
                    2023-11-21T08:48:25.460877Z 0 [Note] /www/server/mysql/bin/mysqld (mysqld 5.7.43-log) starting as process 17528 ...
                    2023-11-21T08:48:25.478317Z 0 [Note] InnoDB: PUNCH HOLE support available
                    2023-11-21T08:48:25.478350Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
                    2023-11-21T08:48:25.478354Z 0 [Note] InnoDB: Uses event mutexes
                    2023-11-21T08:48:25.478356Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
                    2023-11-21T08:48:25.478358Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.13
                    2023-11-21T08:48:25.478606Z 0 [Note] InnoDB: Number of pools: 1
                    2023-11-21T08:48:25.478672Z 0 [Note] InnoDB: Using CPU crc32 instructions
                    2023-11-21T08:48:25.479317Z 0 [Note] InnoDB: Initializing buffer pool, total size = 1G, instances = 8, chunk size = 128M
                    2023-11-21T08:48:25.532270Z 0 [Note] InnoDB: Completed initialization of buffer pool
                    2023-11-21T08:48:25.543224Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
                    2023-11-21T08:48:25.544721Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
                    2023-11-21T08:48:25.561418Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
                    2023-11-21T08:48:25.561434Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
                    2023-11-21T08:48:25.561488Z 0 [Note] InnoDB: Setting file '/www/server/data/ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
                    2023-11-21T08:48:25.577973Z 0 [Note] InnoDB: File '/www/server/data/ibtmp1' size is now 12 MB.
                    2023-11-21T08:48:25.578390Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
                    2023-11-21T08:48:25.578399Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
                    2023-11-21T08:48:25.578653Z 0 [Note] InnoDB: Waiting for purge to start
                    2023-11-21T08:48:25.628859Z 0 [Note] InnoDB: 5.7.43 started; log sequence number 2766928
                    2023-11-21T08:48:25.629083Z 0 [Note] InnoDB: Loading buffer pool(s) from /www/server/data/ib_buffer_pool
                    2023-11-21T08:48:25.629209Z 0 [Note] Plugin 'FEDERATED' is disabled.
                    2023-11-21T08:48:25.629376Z 0 [Note] Recovering after a crash using mysql-bin
                    2023-11-21T08:48:25.629386Z 0 [Note] Starting crash recovery...
                    2023-11-21T08:48:25.629434Z 0 [Note] Crash recovery finished.
                    2023-11-21T08:48:25.630155Z 0 [Note] InnoDB: Buffer pool(s) load completed at 231121 8:48:25
                    2023-11-21T08:48:25.635571Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
                    2023-11-21T08:48:25.635589Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory.
                    2023-11-21T08:48:25.635596Z 0 [Warning] A deprecated TLS version TLSv1 is enabled. Please use TLSv1.2 or higher.
                    2023-11-21T08:48:25.635600Z 0 [Warning] A deprecated TLS version TLSv1.1 is enabled. Please use TLSv1.2 or higher.
                    2023-11-21T08:48:25.635916Z 0 [Warning] CA certificate ca.pem is self signed.
                    2023-11-21T08:48:25.635937Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory.
                    2023-11-21T08:48:25.636001Z 0 [Note] Server hostname (bind-address): '
                    '; port: 3306
                    2023-11-21T08:48:25.636031Z 0 [Note] IPv6 is available.
                    2023-11-21T08:48:25.636035Z 0 [Note] - '::' resolves to '::';
                    2023-11-21T08:48:25.636047Z 0 [Note] Server socket created on IP: '::'.
                    2023-11-21T08:48:25.637004Z 0 [ERROR] Can't start server: can't check PID filepath: No such file or directory
                    2023-11-21T08:48:33.627529Z 0 [Warning] The use of InnoDB is mandatory since MySQL 5.7. The former options like '--innodb=0/1/OFF/ON' or '--skip-innodb' are ignored.
                    2023-11-21T08:48:33.627606Z 0 [Warning] option 'max_allowed_packet': unsigned value 107374182400 adjusted to 1073741824
                    2023-11-21T08:48:33.627661Z 0 [Warning] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
                    2023-11-21T08:48:33.627662Z 0 [Warning] 'NO_AUTO_CREATE_USER' sql mode was not set.
                    2023-11-21T08:48:33.627680Z 0 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled
                    2023-11-21T08:48:33.627692Z 0 [Note] /www/server/mysql/bin/mysqld (mysqld 5.7.43-log) starting as process 18675 ...
                    2023-11-21T08:48:33.642454Z 0 [Note] InnoDB: PUNCH HOLE support available
                    2023-11-21T08:48:33.642483Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
                    2023-11-21T08:48:33.642486Z 0 [Note] InnoDB: Uses event mutexes
                    2023-11-21T08:48:33.642489Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
                    2023-11-21T08:48:33.642491Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.13
                    2023-11-21T08:48:33.642704Z 0 [Note] InnoDB: Number of pools: 1
                    2023-11-21T08:48:33.642776Z 0 [Note] InnoDB: Using CPU crc32 instructions
                    2023-11-21T08:48:33.643389Z 0 [Note] InnoDB: Initializing buffer pool, total size = 1G, instances = 8, chunk size = 128M
                    2023-11-21T08:48:33.875430Z 0 [Note] InnoDB: Completed initialization of buffer pool
                    2023-11-21T08:48:33.961223Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
                    2023-11-21T08:48:33.978240Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
                    2023-11-21T08:48:34.015951Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
                    2023-11-21T08:48:34.015990Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
                    2023-11-21T08:48:34.016026Z 0 [Note] InnoDB: Setting file '/www/server/data/ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
                    2023-11-21T08:48:34.037093Z 0 [Note] InnoDB: File '/www/server/data/ibtmp1' size is now 12 MB.
                    2023-11-21T08:48:34.044471Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
                    2023-11-21T08:48:34.044486Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
                    2023-11-21T08:48:34.044886Z 0 [Note] InnoDB: 5.7.43 started; log sequence number 2766928
                    2023-11-21T08:48:34.044994Z 0 [Note] InnoDB: Loading buffer pool(s) from /www/server/data/ib_buffer_pool
                    2023-11-21T08:48:34.045229Z 0 [Note] Plugin 'FEDERATED' is disabled.
                    2023-11-21T08:48:34.045816Z 0 [Note] Recovering after a crash using mysql-bin
                    2023-11-21T08:48:34.045826Z 0 [Note] Starting crash recovery...
                    2023-11-21T08:48:34.045863Z 0 [Note] Crash recovery finished.
                    2023-11-21T08:48:34.046517Z 0 [Note] InnoDB: Buffer pool(s) load completed at 231121 8:48:34
                    2023-11-21T08:48:34.052063Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
                    2023-11-21T08:48:34.052074Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory.
                    2023-11-21T08:48:34.052079Z 0 [Warning] A deprecated TLS version TLSv1 is enabled. Please use TLSv1.2 or higher.
                    2023-11-21T08:48:34.052081Z 0 [Warning] A deprecated TLS version TLSv1.1 is enabled. Please use TLSv1.2 or higher.
                    2023-11-21T08:48:34.052364Z 0 [Warning] CA certificate ca.pem is self signed.
                    2023-11-21T08:48:34.052384Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory.
                    2023-11-21T08:48:34.052419Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
                    2023-11-21T08:48:34.052446Z 0 [Note] IPv6 is available.
                    2023-11-21T08:48:34.052449Z 0 [Note] - '::' resolves to '::';
                    2023-11-21T08:48:34.052460Z 0 [Note] Server socket created on IP: '::'.
                    2023-11-21T08:48:34.053582Z 0 [ERROR] Can't start server: can't check PID filepath: No such file or directory
                    root@Speed:/var/log/mysql#

                      Is it possible to solve this by trying to install using compiled mode?

                      yazan

                        yazan

                        Please provide the installation process log and check this directory

                        ls -al /www/server/data/