XAMPP環境で、MySQLに接続しようとしたところ、MariaDBに接続された
$ /Applications/XAMPP/xamppfiles/bin/mysql -u root -p
を打つと、
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 5
Server version: 10.1.34-MariaDB Source distribution
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
となり、
MariaDB [(none)]> status
MariaDBに繋がってしまいます。
/Applications/XAMPP/xamppfiles/bin/mysql
を開くと、
$ /Applications/XAMPP/xamppfiles/bin/mysql ; exit;
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 7
Server version: 10.1.34-MariaDB Source distribution
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]>
とMariaDBになっています。
$ mysql -u root -p
と打つと、
-bash: mysql: command not found
となり、パスワードさえ聞かれません。
$ mysql
と打っても
-bash: mysql: command not found
となります。
XAMPPをインストールしてから設定は何も変えていません。
どのように操作をしたらMariaDBではなくmysqlに接続できるのでしょうか。
他に必要な情報があれば提示します。
お手数おかけしますがご回答頂けると幸いです。
宜しくお願いします。
環境
macOS High Sierra 10.13.4
xampp-osx-7.2.8