https://golang.org/doc/install?download=go1.6.2.linux-amd64.tar.gz
Hi,I am new to vitess and recently started working on this.I have installed the vitess following doc "http://vitess.io/getting-started/local-instance.html” and vtctlclient using doc
https://golang.org/doc/install?download=go1.6.2.linux-amd64.tar.gz
- As a part of execrcie in doc http://vitess.io/getting-started/local-instance.html we ran the client application ./client.sh which calls client.py, it ran perfectly fine on the container, but if we want to run the same from client machine, what all we need to make it work.
- IF some mysql developer wants to insert and select the data from mysql instance which is the part of Vitess, how he can do that using mysqlclient (or it is just possible using vtctlclient, if yes how can developer do the same using vtctlclient).
--Thanks,Amit
You received this message because you are subscribed to the Google Groups "vitess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vitess+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
for pkg in `find $VTROOT/dist -name site-packages`; do
export PYTHONPATH=$pkg:$PYTHONPATH
done
export PYTHONPATH=$VTROOT/py-vtdb:$PYTHONPATH
git clone https://github.com/youtube/vitess.git \
src/github.com/youtube/vitessvitess@504750a93619:/vt/src/github.com/youtube/vitess/examples/local$ mysql -u vitess --socket=/vt/vtdataroot/vt_0000000100/mysql.sock
ERROR 1045 (28000): Access denied for user 'vitess'@'localhost' (using password: NO)
you have any clue whats the password for this user and why it was not needed when ran the client.py from remote host?
Thanks,
Amit
vitess@e3e413a58afd:/vt/src/github.com/youtube/vitess/examples/local$ ./lvtctl.sh ApplySchema -sql "$(cat aq_keyword.sql)" test_keyspace
bash: xrealloc: .././subst.c:5273: cannot allocate 18446744071562067968 bytes (4295237632 bytes allocated)
[root@mysqlmha001iad ~]# docker ps
To answer about tool.
You can use Squirrel Client to connect to Vitess