Search Results

Search: Posts Made By: jimm
1,435
Posted By Chubler_XL
You can replace: #Connect out=$(mysql -h...
You can replace:
#Connect
out=$(mysql -h $host -u$user -p$pass -se "show slave status")
echo $out > /tmp/working.txt
awk '{print$11, $12, $16, $17, $19, $20}' /tmp/working.txt >> /tmp/variables...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 11:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy