Fetch the repository succeeded.
This action will force synchronization from microapp/flash-waimai, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
CREATE DATABASE IF NOT EXISTS waimai DEFAULT CHARSET utf8 COLLATE utf8_general_ci;
CREATE USER 'waimai'@'%' IDENTIFIED BY 'waimai123';
GRANT ALL privileges ON waimai.* TO 'waimai'@'%';
flush privileges;
mongorestore.exe -d flash-waimai d:\\elm
https://microapp.gitee.io/flash-waimai
Sign in for post a comment
Comments ( 0 )