简体   繁体   English

通过终端将数据库导入MAMP,无法连接

[英]Importing a database into MAMP via Terminal, can't connect

After frivolously attempting to import a large database (84mb) into PHPMyAdmin (tried increasing memory limit, timeout limit), I've tried importing the database via Terminal/command line, only to be denied access to the MySQL database. 轻而易举地尝试将大型数据库(84mb)导入PHPMyAdmin(尝试增加内存限制,超时限制)之后,我尝试通过终端/命令行导入数据库,但被拒绝访问MySQL数据库。

I tried the method here: http://nickhardeman.com/308/export-import-large-database-using-mamp-with-terminal/ 我在这里尝试了该方法: http : //nickhardeman.com/308/export-import-large-database-using-mamp-with-terminal/

I tried the root user/password, I tried creating a new user with full db access, still no luck. 我尝试了root用户/密码,尝试创建具有完全数据库访问权限的新用户,但仍然没有运气。 Getting these errors: 得到这些错误:

YI:trunk mpfefferle$ /applications/MAMP/library/bin/mysql -u [root] -p [mydbase]
Enter password: 
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

bash-3.2# /applications/MAMP/library/bin/mysql -u [admin] -p [mydbase]
Enter password: 
ERROR 1045 (28000): Access denied for user '[admin]'@'localhost' (using password: YES)

I'm absolutely at my wit's end. 我绝对是机智的人。 All I wanted to do was check out a working copy of the site from the SVN repos, but I need the mysql db in order to run/edit/test the site so I can update Magento so I can add new features so I can sell some lousy new products. 我要做的就是从SVN仓库中检出该站点的工作副本,但我需要mysql db才能运行/编辑/测试该站点,以便我可以更新Magento,以便可以添加新功能以便出售一些糟糕的新产品。 I'm ready to give up on web development entirely. 我准备完全放弃Web开发。 I hate it and I wish the internet would go away forever. 我讨厌它,希望互联网永远消失。

ID-10T Error: I didn't remove the brackets from the command I was trying to execute. ID-10T错误:我没有从尝试执行的命令中删除括号。 /applications/MAMP/library/bin/mysql -u root -p mydbase instead of /applications/MAMP/library/bin/mysql -u [root] -p [mydbase] /applications/MAMP/library/bin/mysql -u root -p mydbase代替/applications/MAMP/library/bin/mysql -u [root] -p [mydbase]

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM