cygwin - MySql Does Not Respond -
possibly same issue http://forums.mysql.com/read.php?10,408161,408181#msg-408181
$ ./mysql -u root -proot --protocol=tcp --host=127.0.0.1 warning: using password on command line interface can insecure. > show databases; [wait forever , nil ever happens] > exit; error 1064 (42000) @ line 2: have error in sql syntax; check manual corresponds mysql server version right syntax utilize near 'exit' @ line 1 [uhhhhhhhh what?] database information_schema mysql performance_schema phpmyadmin temp othertables [!?!] $ ./mysql -u root -proot --protocol=tcp --host=127.0.0.1 warning: using password on command line interface can insecure. > update blah blah blah; [nothing ever] exit; error 1064 (42000) @ line 2: have error in sql syntax; check manual corresponds mysql server version right syntax utilize near 'exit' @ line 1 [so did work????!!!!!!! the!!!!!] $ ./mysql -u root -proot --protocol=tcp --host=127.0.0.1 warning: using password on command line interface can insecure. > select * blah blah blah [nothing ever] > exit; error 1064 (42000) @ line 2: have error in sql syntax; check manual corresponds mysql server version right syntax utilize near 'exit' @ line 1 [uhhh did select 0 lines???? 1 two..... !!!!!!!]
so responds... when don't care response , after mysql decides spontaneously combust...............
php couldn't compiled on scheme using easyphp (which assume irrelevant).
any ideas... it's if though mysql can't communicate console correctly... mysql utilize non-standard terminal emulation???? works fine on centos server.
the commands appear work, not having direct line of sight actual contents of database massive hindrance debugging issues.
mysql incompatible cygwin's console.
i don't know @ fault using non-standard terminal behavior... (but tend assume mysql @ fault given should basic input , output, , other native programs work enough)
in order utilize native mysql on windows must utilize windows command prompt.
mysql cygwin easyphp
No comments:
Post a Comment