摘要:
WINDOWS下没有mysql服务 //卸载mysql服务 mysqld --remove mysql //手动安装mysql服务 mysqld -install //启动mysql net start mysql //停止mysql net stop mysql 首次登陆 mysql -u roo 阅读全文
摘要:
常用命令 help 输入: help help 输出: help: help [ dms] [pattern ...] Display information about builtin commands. Displays brief summaries of builtin commands. 阅读全文