Microsoft
Software
Hardware
Network
Question : word press password??
How can i get the word press Admin Password (wp-login.php)? Our web devoleper is on holiday and we need to make changes. it could be what ever the default password is, if there is one?
i have access to the raw sql data and php files. dont know whether this would help?
and i also have access to the control panel and ftp for the hosting provider to access the files and various configurations screens.
Answer : word press password??
Can you make sql-auery?
UPDATE `wordpress`.`wp_users` SET `user_pass` = MD5 ('newpassword') WHERE `wp_users`.`user_login` = 'admin' LIMIT 1;
Random Solutions
Secondary Graphics card for PhysX processing with current 9800GTX
Sharepoint 3.0 permissions resetting
HTML Select - Remove Options
ASP.NET MVC with jquery icon buttons
Webphere admin console throwing 404 error
Network card disables on reboot
How to make an exclusive edit
Word VBA - how to populate table column from custom 'formula'
Customize left_col.phtml properly in Magento - XML beginner!
Create chart that ignores zero values