wordpress database not showing in PhpMyAdmin -
i new wordpress , have bought udesign theme themeforest. plesk have installed wp , dashboard of wp tried upload theme, failed. hence went directly dedicated server , hosted on root folder.
theme started reflecting on dashboard , have started customization. once site completes need move site production server. when check phpmyadmin plesk, shows there no db table. how copy/move site without db?
can manage site without phpmyadmin? copying entire assets new server , starts working automatically?
please me find db or let me know how work themes make sure in right place.
many thanks, gururaj
if you’ve ever had need find name of wordpress database, there’s easy way – in wp-config.php file located in root folder of wordpress install.
accessing wp-config.php file
- if doing need name of database, i’m assuming have access server.
- simply go main folder of wordpress install , locate file called
wp-config.php
. edit file , find name in:
define('db_name','your database here');
Comments
Post a Comment