Tuesday, September 18, 2018

Using GitBash, Xampp on Windows -> Mysql 'stdin is not a tty'?



I know, I hate it too!

Here's the fix:

1) $: mysql -u root -p [database-name]

2) [Enter root password]

3) In mysql prompt, type: source /full/path/to/file.sql

Done.

Do a 'show tables;' to verify.

No comments:

Post a Comment

How to use WinSSHFS on Windows 10

The documentation for how one uses WinSSHFS on Windows 10 on the Internet, in my opinion, sucks. That said (and yes I feel better now),...