You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to write an interactive shell using mysql. When I spawn mysql the mysql client launches beautifully and I am able to hide some commands to initialize the environment, however I loose the ability to go back through command history. WHen I hit any of the arrow keys I get strange characters.
`mysql> select user();
select user();
+----------------------+
| user() |
+----------------------+
| sduser@sdhost12 |
+----------------------+
1 row in set (0.00 sec)
mysql> ^[[A`
The text was updated successfully, but these errors were encountered:
I need to write an interactive shell using mysql. When I spawn mysql the mysql client launches beautifully and I am able to hide some commands to initialize the environment, however I loose the ability to go back through command history. WHen I hit any of the arrow keys I get strange characters.
`mysql> select user();
select user();
+----------------------+
| user() |
+----------------------+
| sduser@sdhost12 |
+----------------------+
1 row in set (0.00 sec)
mysql> ^[[A`
The text was updated successfully, but these errors were encountered: