mysql -h127.0.0.1 -P9306
select id from all;
select id from all where match('Михаил');
select id as id from all where match('Михаил');
// actions
const actions = {
setOmegas ({ commit }, payload) {
commit('setOmegas', payload);
privateFunction();
}
}
const mutations = {
setOmegas (state, omegas) {
state.omegas = omegas
}
}
export default {
namespaced: true,
state,
getters,
actions,
mutations
}
function privateFunction(){
}
Забыл, что такие конфиги надо бекапить, но был бекап образа, взял оттуда старый.
По сути, получилось смонтировать, и вроде теперь все как и хотел. Только грузится ОС заметно медленнее, ну то ладно