new
10-08-2006, 09:52 AM
During insatll WordPress
define('DB_NAME', '1680_vinu'); // The name of the database
define('DB_USER', '1680_vinu'); // Your MySQL username
define('DB_PASSWORD', '******'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = '1680_'; // Only numbers, letters, and underscores please!
i create account with user name with vinu .After creation i can see 1680_vinu.Which is i put in during install.If i want give $table_prefix = '1680_';
define('DB_NAME', '1680_vinu'); // The name of the database
define('DB_USER', '1680_vinu'); // Your MySQL username
define('DB_PASSWORD', '******'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = '1680_'; // Only numbers, letters, and underscores please!
i create account with user name with vinu .After creation i can see 1680_vinu.Which is i put in during install.If i want give $table_prefix = '1680_';