Connect MySQL via putty

cd /opt/xxxx/xxxx/mysql/bin/
./mysql -uroot -p ibahn_log -e "select * from Log" >result.txt


./mysql -uroot -p
show databases;
show tables;

0 comments:

Post a Comment