我尝试使用这个恼人的Xampp / MariaDB创建数据库,但没有成功。最后,我认为这是因为我没有正确登录。 这是我的本地主机所以我从来不知道这是一个问题。 请帮助我建立全局权限并开始使用此工具。
默认命令提示符显示:
Setting environment for using XAMPP for Windows.
44@44-PC c:\xampp
# _
当我在上面的行中键入: mysql 时,它会在这里:
Setting environment for using XAMPP for Windows.
44@44-PC c:\xampp
# mysql
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 2
Server version: 10.1.26-MariaDB mariadb.org binary distribution
Copyright (c) 2000, 2017, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]>
当我尝试创建数据库时,它会显示:
MariaDB [(none)]> CREATE DATABASE IF NOT EXISTS phila_rooms;
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'phila_roo
ms'
MariaDB [(none)]>