我正在尝试从我的 mac 终端访问 mysql。
我试过只是打字
mysql -u 根目录 -p
(和Enter,但那不存在..)
这是我到目前为止所做的/定位的:
Williams-iMac:mysql noName$ cd /Applications/xampp/xamppfiles/var/mysql/mysql
Williams-iMac:mysql noName$ ls
这就是位于那里的东西。
columns_priv.MYD help_relation.frm slow_log.CSV
columns_priv.MYI help_topic.MYD slow_log.frm
columns_priv.frm help_topic.MYI tables_priv.MYD
db.MYD help_topic.frm tables_priv.MYI
db.MYI host.MYD tables_priv.frm
db.frm host.MYI time_zone.MYD
event.MYD host.frm time_zone.MYI
event.MYI ndb_binlog_index.MYD time_zone.frm
event.frm ndb_binlog_index.MYI time_zone_leap_second.MYD
func.MYD ndb_binlog_index.frm time_zone_leap_second.MYI
func.MYI plugin.MYD time_zone_leap_second.frm
func.frm plugin.MYI time_zone_name.MYD
general_log.CSM plugin.frm time_zone_name.MYI
general_log.CSV proc.MYD time_zone_name.frm
general_log.frm proc.MYI time_zone_transition.MYD
help_category.MYD proc.frm time_zone_transition.MYI
help_category.MYI procs_priv.MYD time_zone_transition.frm
help_category.frm procs_priv.MYI time_zone_transition_type.MYD
help_keyword.MYD procs_priv.frm time_zone_transition_type.MYI
help_keyword.MYI servers.MYD time_zone_transition_type.frm
help_keyword.frm servers.MYI user.MYD
help_relation.MYD servers.frm user.MYI
help_relation.MYI slow_log.CSM user.frm
但我仍然不知道如何访问 mysql,以便我可以创建一个新数据库(我 phpmyadmin 不这样做)。我在 phpmyadmin 中创建了一个新数据库,只是为了尝试输入:
mysql -u root -p (my_phpmyadmin_created_database)
..但没有任何成功。