In this Lucid Nerd video I will cover how to set up the MySQL database server that was included with MAMP on the command line in Mac OSX. LINKS: LUCID …
Original source
In this Lucid Nerd video I will cover how to set up the MySQL database server that was included with MAMP on the command line in Mac OSX. LINKS: LUCID …
Original source
26 responses to “Setting up MySQL on the command line in MAMP – Lucid Nerd Tutorial”
command not found 🙁
you are the best
Thanks for the video, helped a lot!
Great job! Unlike most other tutorials, you didn't miss a step.
No working mate…
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/Applications/MAMP/tmp/mysql/mysql.sock' (2)
I followed up to the point where you supposed to save the textedit file to the home directory. Not able to save files to home directory, is there an alternative?
Hi LucidNerd, I get that ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/Applications/MAMP/tmp/mysql/mysql.sock' (2)
Would you be able to help? many thanks!
=(
-bash: mysql: command not found
excellent very helpful
Thanks for the tutorial. It was very helpful to me
I did exactly as the video showed me but when I retype MySQL in terminal it still shows command not found
LucidNerd; do you can help me with this?, I do not how resolved it;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'showdatabases' at line 1
mysql> show databases;
+
——————+| Database |
+
——————+| information_schema |
+
——————+1 row in set (0.00 sec)
mysql>
Thanks very much, regards
Wow! You are awesome. Thank you so much.
Thanks!
Awesome!! Thanks…
On finally opening terminal and writing: 'mysql -u root -p", I get the error: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
How can I resolve it.
A way much more easy, go to terminal and execute this command:
export PATH="/Applications/MAMP/Library/bin:$PATH"
I need help im doing everything you say but doesn't work :c
Great video of exactly what I needed. Thanks a ton!
Hey thank you so much~
great article ^^ thank you
Thanks… your tutorial was very helpful and now i will be able to modify MySQL Databases.
should i give exit in terminal after all?
Thank you Mark for the tutorial!
Excelent!!
Brilliant, thank you Mark!