Murugan.com
Murugan Andezuthu Dharmaratnam

  |  HOME   |  BLOG   |  TWITTER   |  ARTICLES   |  8086  |  C++   |  VC++   |  ASP .NET   |  VB .NET   |  JAVA SCRIPT   |  MS SQL   |  PHP   |  MY   |  VIDEOS   |  DOWNLOADS   |  CONTACT ME   |  



Wordpress Database File


Home  > php  > Wordpress Database File 
       
I have installed wordpress how can i find the database file which is used by my wordpress

Your Can find the Wordpress Database Details in the wp-config.php which is in the root directory of wordpress. 
/** MySQL database username */
define('DB_USER', '****');
/** MySQL database password */
define('DB_PASSWORD', '****');
/** MySQL hostname */
define('DB_HOST', 'localhost:/tmp/mysql.sock');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
index

Wordpress Database File

SQL Connection in Wordpress

php display or dump array

php stdClass

Wordpress SQL Query to Get All Images Data Under Media Library

php wordpress populate all images from image libary to a drop down

php retrive value from get method in php after submit

update a table in wordpress



  |  HOME   |  BLOG   |  TWITTER   |  ARTICLES   |  8086  |  C++   |  VC++   |  ASP .NET   |  VB .NET   |  JAVA SCRIPT   |  MS SQL   |  PHP   |  MY   |  VIDEOS   |  DOWNLOADS   |  CONTACT ME   |  

Copyright 2009 @ Murugan Andezuthu Dharmaratnam