摘要:
1,启动mysql net start mySql; 2,创建/列出/删除数据库 create/show/drop databases dastabaseName; 3,选择数据库 use databaseName; 4,创建/列出/删除出表 create/show/drop tables tabl 阅读全文
摘要:
前提:进入cmd命令尽量都是用管理员身份运行,否则可能出错。 PHP 1,下载PHP压缩包,地址:https://windows.php.net/download ,解压到指定路径即可 2,配置php.ini 1)PHP解压路径中复制php.ini-development,并修改文件名称为: php 阅读全文