mysql - I've installed wordpress locally and it works fine but I can't find my sql database -
i'm on ubuntu, i've had wordpress , mysql installed while need edit tables , i've gone mysql, used show databases;
can't see wordpress db.
surely there database else wordpress wouldn't working, it? why isn't mysql showing it?
what i've been doing far is.
cli > mysql > show databases; > 2 databases appear, test , information_schema
i've had problems logging phpmyadmin too, i've entered username , password in wp-config can't seem in.
i'm guessing issue didn't specify wordpress user , password on command line, connected default anonymous user exists in ubuntu reason, don't have access wordpress database. note won't able see database in case.
if you, i'd try command this:
mysql -u <user> -p <database>
where wordpress user , it's database config. prompted password.
Comments
Post a Comment