I want to make an average of forex_askprice and forex_bidprice and insert into forex_midprice. like this
update eurusd_tickdata_2017 set forex_midprice=(forex_askprice+forex_bidprice)/2
But I met this error
2003 - Can't connect to MySQL server on 'localhost' (10061 "Unknown error") 时间: 759.205s'
There are around 40,000,000 rows in the table eurusd_tickdata_2017