mysql client problem
I've installed a mysql-cluster with 4 Datanodes,1 mgm-node and 1 sql node.
Everything worked fine, but now i've installed a second sql node.
And from now on everytime I use the mysql client program I got back escape sequences between the result.
I use the world database for example.
# mysql -u root -p world -e "SELECT * FROM City"
+------+-----------------------------------+-------------+----------------------+------------+
| ID | Name | CountryCode | District | Population |
+------+-----------------------------------+-------------+----------------------+------------+
| 1 | Kabul | AFG | Kabol | 1780000 |
| 2 | Qandahar | AFG | Qandahar | 237500 |
| 3 | Herat | AFG | Herat | 186800 |
| 4076 | Hebron | PSE | Hebron | 119401 |
| 4077 | Jabaliya | PSE | North Gaza | 113901 |
| 4078 | Nablus | PSE | Nablus | 100231 |
| 4079 | Rafah | PSE | Rafah | 92020 |
+------+-----------------------------------+-------------+----------------------+------------+
[root@node1 ~]# 6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c6c
The Escape Sequence in the output is ^[[?6c^[[?6c^[[?6c2495000
Thanks for help
Michael
Subject
Views
Written By
Posted
mysql client problem
1943
December 30, 2005 03:08AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.