
wamp
码林鼠
致力于知识的传播
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
wamp设置密码,亲测有效
本例的情况是,安装完wamp之后,没有密码,然后想要执行create database databasename;又不行use mysqlupdate user set password=password(‘123456’) where user=‘root’;flush privileges;(这句一定要执行,不然设置密码无效)quitmysql -u root -p(执行这个命...原创 2019-12-04 23:24:28 · 541 阅读 · 0 评论 -
wamp域名访问
在C:\Windows\System32\drivers\etc\hosts文件中127.0.0.1 www.tp5.com127.0.0.1 localhost在 C:\wamp\bin\apache\apache2.4.23\conf\extra\httpd-vhosts.conf文件中 <VirtualHost *:80> ServerN...原创 2020-02-16 16:27:11 · 351 阅读 · 0 评论 -
phpmyadmin中文乱码
重新创建表设置编码格式建表时varchar要指定长度原创 2019-12-07 11:45:29 · 145 阅读 · 0 评论 -
Access denied for user 'root'@'localhost' (using password: NO)打不开phpmyadmin
原创 2019-12-07 11:24:18 · 113 阅读 · 0 评论