数据库用户:root
密码:wangzhanmeng
数据库路径:D:\wpwiki\mysql (linux)/opt/wpwiki/mysql
在linux下访问数据库的方法:
cd /opt/wpwiki/mysql/bin ./mysql -h127.0.0.1 -P3303 -uroot -pwangzhanmeng use wordpress show tables;
如果以上命令无法访问,请将127.0.0.1改为localhost试试,如果还不行,那么请通过前台访问:
http://IP:8883/wikidb/ 输入用户名:root,密码:wangzhanmegn