{"id":190,"date":"2013-08-19T15:11:00","date_gmt":"2013-08-19T15:11:00","guid":{"rendered":"http:\/\/182@jodohost.com\/\/blog\/"},"modified":"2013-08-19T15:11:00","modified_gmt":"2013-08-19T15:11:00","slug":"how-to-see-the-records-contents-of-a-mysql-database-table","status":"publish","type":"post","link":"http:\/\/www.jodohost.com\/blog\/index.php\/2013\/08\/19\/how-to-see-the-records-contents-of-a-mysql-database-table\/","title":{"rendered":"How to see the records\/contents of a MySQL database table?"},"content":{"rendered":"<p>If you have your own server and have MySQL installed with some database, and would like to view<br \/>the contents of a table in that database, then you can follow the steps below:- <\/p>\n<p>Step 1: Login to your Linux server and run the command below on the MySQL command line to login :-<br \/>mysql -u root -p [enter]<br \/>enter the password<\/p>\n<p>Step 2: View the databases created on the system :- <br \/>show databases;<\/p>\n<p>Step 3: Use the database under which you would like to view the contents of the table. For ex- <br \/>use abc_db;<\/p>\n<p>Step 4: View the tables in that database using the command below:- <br \/>show tables;<\/p>\n<p>Step 5: Now to view the contents of a table, run the command :- <br \/>select * from table_a1b2;<\/p>\n<p>After running the command above, you will see the contents of the table.<\/p>\n<p> ]]><\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you have your own server and have MySQL installed with some database, and would like to viewthe contents of a table in that database, then you can follow the steps below:- Step 1: Login to your Linux server and run the command below on the MySQL command line to login :-mysql -u root -p [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[2],"tags":[],"_links":{"self":[{"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/190"}],"collection":[{"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=190"}],"version-history":[{"count":0,"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/190\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=190"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=190"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=190"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}