Please select the appropriate database and enter the MySQL prompt. You can get the details of the database by checking the wp-config file.
select * from wp_options where `option_name` = 'siteurl';
select * from wp_options where `option_name` = 'home';
SELECT * FROM `wp_options` WHERE `option_name` = 'current_theme';
UPDATE `eugi12_wrdp1`.`wp_users` SET `user_pass` = MD5( '12345678' ) WHERE `wp_users`.`ID` =1;
Find the version of Wordpress : grep wp_version wp-includes/version.php
0 comments:
Post a Comment