Moodle user tables

Re: Moodle user tables

by William Michael -
Number of replies: 3

Don't forget that the there can be more than one page of tables...and you may not be looking at ALL of the tables in your database.

WM

In reply to William Michael

Re: Moodle user tables

by A. John Peters -

In phpMyAdmin, it only goes to the r in the right hand column do a select * from mdl_user and you should get what you want.

In reply to William Michael

Re: Moodle user tables

by Dwain Beckford -

This is so true, I was looking for the mdl_user table also but realized MySQL only listed table from the letter "a" to "r". That's when I realized that there were 2 pages, MySQL was paginating the list of tables.

Attachment mysql table pagination.png
In reply to Dwain Beckford

Re: Moodle user tables

by Yousuf Tafhim -
You can also find it by clicking on the "filter items by name" input and then type "mdl_user". Press Enter and it will show the tables in that database with has mdl_user