Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-31871

maria-install-db fails on MacOS

    XMLWordPrintable

Details

    Description

      Installing MariaDB/MySQL system tables in '/Users/shulga/projects/mariadb/server-10.9/build.dir/data.dir' ...
      scripts/mariadb-install-db: line 556: 45065 Segmentation fault: 11  (core dumped) "$mysqld_bootstrap" $defaults $defaults_group_suffix "$mysqld_opt" --bootstrap $silent_startup "--basedir=$basedir" "--datadir=$ldata" --log-warnings=0 --enforce-storage-engine="" "--plugin-dir=${plugindir}" $args --max_allowed_packet=8M --net_buffer_length=16K
       
      Installation of system tables failed!  Examine the logs in
      /Users/shulga/projects/mariadb/server-10.9/build.dir/data.dir for more information.
       
      The problem could be conflicting information in an external
      my.cnf files. You can ignore these by doing:
       
          shell> scripts/mariadb-install-db --defaults-file=~/.my.cnf
       
      You can also try to start the mariadbd daemon with:
       
          shell> /Users/shulga/projects/mariadb/server-10.9/build.dir/sql/mysqld --skip-grant-tables --general-log &
       
      and use the command line tool /Users/shulga/projects/mariadb/server-10.9/build.dir/client/mariadb
      to connect to the mysql database and look at the grant tables:
       
          shell> /Users/shulga/projects/mariadb/server-10.9/build.dir/client/mariadb -u root mysql
          MariaDB> show tables;
       
      Try '/Users/shulga/projects/mariadb/server-10.9/build.dir/sql/mysqld --help' if you have problems with paths.  Using
      --general-log gives you a log in /Users/shulga/projects/mariadb/server-10.9/build.dir/data.dir that may be helpful.
      

      Attachments

        Activity

          People

            shulga Dmitry Shulga
            shulga Dmitry Shulga
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.