And even i cannot login to the exisisting registered accounts also, i can only login to the admin account please help me out.
>> I tried to add some columns in wp_user <<
Do not mess with the WP table structure. As you found, you’re likely to break things. Do you have a backup of the database before you made that change?
@sterndata thanks for the help, now I am able to get reistered with different accounts, i need a help once i create a new table how to link the table to my wesite, or is it not possible because i have used wordpress, because i need some more information to display in the database as per your suggestion it is best that i create a new table so that there wont be no disturbances to the wp_users.Do help me out.
Regards,
K.Mohammad Asjadh
That’s a totallyh different topic. Describe what you’re trying to acccomplish in a new “development” topic.
thanks for the help now I am able to add a new user account in my website.
Hello, i want a help regarding creating a database and linking to a wordpress website.do help me out in this, cause i need new fields which will require for a customer to enter when he visits as a customer. this is the website where i have to add fields if my customer wants to register.
WordPress creates automatically whatever tables would be needed for a website. So in normal cases you’d never need to do this manually.
And: whether a website has 1 user or 1000, they are all stored in the same tables.
If you want to store more details about each user, then you could look for a WordPress plugin that makes this possible. (This plugin might create an additional table, but most probably it will use the existing table wp_usermeta for this.
Look at https://wordpress.org/plugins/search/user/ and https://wordpress.org/plugins/search/usermeta/ for instance.