{"id":9984,"date":"2020-07-31T11:37:40","date_gmt":"2020-07-31T11:37:40","guid":{"rendered":"https:\/\/www.milesweb.in\/hosting-faqs\/?p=9984"},"modified":"2023-01-27T15:10:04","modified_gmt":"2023-01-27T09:40:04","slug":"wordpress-database-management-with-phpmyadmin","status":"publish","type":"post","link":"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/","title":{"rendered":"Learn About WordPress Database Management with phpMyAdmin"},"content":{"rendered":"<p>WordPress has PHP as its scripting language and MySQL as its database management system. But to use WordPress, it isn\u2019t needed to learn either of them.<\/p>\n<p>Simply understanding the basics of the two can help you resolve the problems and help you to understand the working of WordPress.<\/p>\n<p>In this post, you will learn about how WordPress uses the database along with an intro to default WordPress database tables.<\/p>\n<p>You will also learn to manage a WordPress database using phpMyAdmin including creating database backups, optimizing the WordPress database, and more.<\/p>\n<h3>What is a Database and How WordPress Uses it?<\/h3>\n<p>A system that stores and fetches data in an organized way is called a database. It enables software to manage data in the form of programming.<\/p>\n<p>For example: WordPress uses PHP (programming language) for storing and retrieving data from the database.<br \/>\nWordPress database comprises of pages, posts, comments, categories, tags, users, custom fields, and other WordPress settings.<\/p>\n<p>When you install WordPress for the first time, you are asked for a database name, host, username, and password. The configuration file called <strong>wp-config.php<\/strong> stores this information.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-9988\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wp-database-info-min-1.png\" alt=\"\" width=\"550\" height=\"315\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wp-database-info-min-1.png 550w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wp-database-info-min-1-300x172.png 300w\" sizes=\"auto, (max-width: 550px) 100vw, 550px\" \/><\/p>\n<p>WordPress uses the information provided about the database during the installation for creating tables and storing default installation data within those tables.<\/p>\n<p>Once the installation is complete, queries to this database are run by WordPress for dynamically generating HTML pages for your website or blog.<\/p>\n<p>Therefore, WordPress is an extremely powerful platform as you don\u2019t need to create a new .html file for each page that you want to create. Everything is handled by WordPress in a dynamic way.<\/p>\n<h3>Where is Your WordPress Database Stored?<\/h3>\n<p>MySQL is WordPress\u2019s database management system, which is a software installed on your WordPress hosting server. You will also find your WordPress database stored on the same server.<\/p>\n<p>But you aren\u2019t allowed to access this location if you are on a shared server. However, if your website is hosted on a VPS server or a dedicated server, then you can use command line tools for locating the database.<\/p>\n<p>Most often you will find it at the following path:<\/p>\n<pre class=\"lang:default decode:true \">\/var\/lib\/mysql\/your_database_name<\/pre>\n<p>This may differ from one hosting provider to another.<\/p>\n<p>Remember that you don\u2019t actually need to access the database file itself. phpMyAdmin can be used to manage your database.<\/p>\n<h3>What is phpMyAdmin?<\/h3>\n<p>A web-based software that helps you to manage MySQL databases using the web browser is called as phpMyAdmin. You get an intuitive interface that helps to easily run MySQL commands and database operations.<\/p>\n<p>It also enables you to browse and edit database tables, fields and rows. Moreover, you can import export or even delete all the data within a database.<\/p>\n<h3>Steps to Access phpMyAdmin<\/h3>\n<p>All top WordPress hosting companies offer <strong>phpMyAdmin<\/strong> pre-installed. It can be found under the <strong>Databases<\/strong> section of your cPanel dashboard. Below is the screenshot of it from our control panel:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-9989\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/databases-phpmyadmin-min.png\" alt=\"\" width=\"1019\" height=\"305\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/databases-phpmyadmin-min.png 1019w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/databases-phpmyadmin-min-300x90.png 300w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/databases-phpmyadmin-min-768x230.png 768w\" sizes=\"auto, (max-width: 1019px) 100vw, 1019px\" \/><\/p>\n<p>Your cPanel interface may vary based on your web hosting provider. But the phpMyAdmin is always found under the databases section.<\/p>\n<p>When you click on the phpMyAdmin icon it will display its interface where WordPress database can be selected from the left-side column. Then phpMyAdmin will display all the tables in your WordPress database.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-9990\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wordpress-tables-min-1024x519.png\" alt=\"\" width=\"1024\" height=\"519\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wordpress-tables-min-1024x519.png 1024w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wordpress-tables-min-300x152.png 300w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wordpress-tables-min-768x389.png 768w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wordpress-tables-min.png 1305w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/p>\n<p>Let\u2019s understand the WordPress database tables.<\/p>\n<h3>Understanding WordPress Database Tables<\/h3>\n<p>There are 12 default tables in the database that come with each WordPress installation. In each database table, you will find the data for different features, sections, and functionality of WordPress.<\/p>\n<p>When you check the structure of these tables, you will easily understand the different parts of your website are stored. The default WordPress installation tables are as below:<\/p>\n<div class=\"kb-wisdom-wrapr kb-wisdom-info kb-wisdom-wrapr-blue\">\n<div class=\"kb-wisdom-col kb-wisdom-col-icon\">\n<div class=\"kb-wisdom-icon\">\n<div><\/div>\n<\/div>\n<\/div>\n<div class=\"kb-wisdom-col kb-wisdom-col-content\">\n<p><strong>Note:<\/strong> wp_ before each table name represents the database prefix that you select during the installation. If you have changed it at the time of installation, it can different.<\/p>\n<\/div>\n<\/div>\n<ul>\n<li><strong>wp_commentmeta:<\/strong>\u00a0In this table you will find meta information about comments posted on a WordPress website. The table comprises of four fields meta_id, comment_id, meta_key, and meta_value. Each meta_id relates to a comment_id. One example of comment meta information stored represents the status of comment (approved, pending, trash, etc).<\/li>\n<li><strong>wp_comments:<\/strong> The name itself reveals that this table contains your WordPress comments. It contains comment author name, email, url, comment, etc.<\/li>\n<li><strong>wp_links:<\/strong> It helps in managing blogrolls created by earlier versions of WordPress or the Link Manager plugin.<\/li>\n<li><strong>wp_options:<\/strong> In this table you will find most of your WordPress site-wide settings such as: admin email, site url, default category, time format, posts per page, and much more. It is also used by different WordPress plugins to store plugin settings.<\/li>\n<li><strong>wp_postmeta:<\/strong> In this table, you will find the meta information about your WordPress posts, pages, and custom post types. Example of post meta information can be which template to use to display a page, custom fields, etc. Some plugins may also use this table for storing plugin data such as WordPress SEO information.<\/li>\n<li><strong>wp_posts:<\/strong> Though the name says posts it contains all post types or content types. You will find all your pages, posts, revisions, and custom post types in this post.<\/li>\n<li><strong>wp_termmeta:<\/strong> Developers can store custom metadata for terms under their custom taxonomies. For example, metadata in WooCommerce is stored using it for product attributes and categories.<\/li>\n<li><strong>wp_terms:<\/strong> WordPress has a powerful taxonomy system which helps in organizing your content. Individual taxonomy items are called terms, and are stored in this table. For example, taxonomies are the categories and tags in WordPress, and term is each category \/ tag within them.<\/li>\n<li><strong>wp_term_relationships:<\/strong> This tables helps in relationship management of WordPress post types with terms in wp_terms table. For example this table helps WordPress determine post X is in Y category.<\/li>\n<li><strong>wp_term_taxonomy:<\/strong> This table represents taxonomies for terms displayed in wp_terms table. For example, if you have a term \u201cWordPress Tutorials\u201c, then this table will comprise of the data that is associated with a taxonomy called category. In short, you will find the data that helps WordPress differentiate between which term is a category, which is a tag, etc. in this table.<\/li>\n<li><strong>wp_usermeta:<\/strong> It comprises of meta information about registered users on your website.<\/li>\n<li><strong>wp_users:<\/strong> Comprises of user information such as username, password, user email, etc.<\/li>\n<\/ul>\n<h2>Steps to Manage WordPress Database using phpMyAdmin<\/h2>\n<p>The WordPress database includes important WordPress settings, all the ages, blog posts, comments and more.<\/p>\n<p>When using phpMyAdmin one should be careful or else you might accidentally delete important data.<\/p>\n<p>For a precautionary measure, ensure that you create a complete database backup. This will later help you to restore your database as it was earlier.<\/p>\n<p>Let\u2019s check how to easily create a WordPress database backup.<\/p>\n<h3>Steps to Create a WordPress Database Backup using phpMyAdmin<\/h3>\n<p>For creating a backup of your WordPress database using <strong>phpMyAdmin<\/strong>, click on your WordPress database. From the top menu, click on the <strong>Export<\/strong> tab<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-9991\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/export-tab.png\" alt=\"\" width=\"556\" height=\"241\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/export-tab.png 556w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/export-tab-300x130.png 300w\" sizes=\"auto, (max-width: 556px) 100vw, 556px\" \/><\/p>\n<p>If you have newer versions of phpMyAdmin, it will prompt you for an export method. With the <strong>Quick<\/strong> method, your database will get exported in a <strong>.sql<\/strong> file. With the <strong>Custom<\/strong> method, you will get more options and ability to download backup in compressed <strong>zip<\/strong> or <strong>gzip<\/strong> archive.<\/p>\n<p>It is recommended to use the <strong>Custom<\/strong> method and select zip as the compression method. You can also exclude tables from the database with this method.<\/p>\n<p>Suppose you have used a plugin that created a database table, and you are no longer using that plugin, then you can choose to exclude that table from the backup if you want.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-9992\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/custom-export-save-min.png\" alt=\"\" width=\"695\" height=\"589\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/custom-export-save-min.png 695w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/custom-export-save-min-300x254.png 300w\" sizes=\"auto, (max-width: 695px) 100vw, 695px\" \/><\/p>\n<p>You can import back your exported database file into a different or the same database using phpMyAdmin\u2019s <strong>Import<\/strong> tab.<\/p>\n<h3>Steps to Create a WordPress Backup Using a Plugin<\/h3>\n<p>It is always best to maintain regular backups of your WordPress site for your WordPress security. Your WordPress database contains the maximum information of your website but still lacks some fairly important elements such as template files, uploads, images, etc.<\/p>\n<p>You will find all the images stored in the uploads folder in your <strong>\/wp-content\/<\/strong> directory. Even if the database comprises of the information which image is attached to a post, it is isn\u2019t useful, if the image folder doesn\u2019t have those files.<\/p>\n<p>Many times newbies think that they need just the database backup. But it\u2019s more than that. You also need to take an entire site backup which will include your plugins, themes and images. So, ensure you take it.<\/p>\n<div class=\"kb-wisdom-wrapr kb-wisdom-info kb-wisdom-wrapr-blue\">\n<div class=\"kb-wisdom-col kb-wisdom-col-icon\">\n<div class=\"kb-wisdom-icon\">\n<div><\/div>\n<\/div>\n<\/div>\n<div class=\"kb-wisdom-col kb-wisdom-col-content\">\n<p><strong>Note:<\/strong> If you are on a <a href=\"https:\/\/www.milesweb.in\/hosting\/wordpress-hosting\/managed-wordpress-hosting\" target=\"_blank\" rel=\"noopener\"><strong>managed WordPress hosting<\/strong><\/a> solution such as <strong>MilesWeb<\/strong>, you don\u2019t have to worry about your website backup as they take the daily backup of your website, if you pay for it.<\/p>\n<\/div>\n<\/div>\n<p>If you are not using <strong>MilesWeb<\/strong> services or aren\u2019t ready to pay for the backup service, you can use a WordPress backup plugin to set up automated WordPress backups on your site.<\/p>\n<h3>Steps to Import a WordPress Database Backup via phpMyAdmin<\/h3>\n<p>You can easily import your WordPress database using phpMyAdmin. Just launch the phpMyAdmin and select your WordPress database.<\/p>\n<p>Then click on the <strong>Import<\/strong> tab from the top menu.<\/p>\n<p>Now click on the <strong>Choose file<\/strong> button and select the database backup file that you downloaded earlier.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-9993\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/import-tab-min-1024x342.png\" alt=\"\" width=\"1024\" height=\"342\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/import-tab-min-1024x342.png 1024w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/import-tab-min-300x100.png 300w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/import-tab-min-768x256.png 768w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/import-tab-min.png 1105w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/p>\n<p>Your backup file will be uploaded and imported into your WordPress database. After it\u2019s completed, you will get a success message.<\/p>\n<h3>Steps to Optimize your WordPress Database in phpMyAdmin<\/h3>\n<p>Your database becomes fragmented after using WordPress for a while. This is because the memory overheads increase your overall database size and query execution time.<\/p>\n<p>A simple command in MySQL enables you to optimize your database. Navigate to phpMyAdmin from your cPanel dashboard and click on your WordPress database. A list of your WordPress tables gets displayed.<\/p>\n<p>Next, click on the <strong>Check All<\/strong> link below the tables. From the <strong>With Selected<\/strong> drop down besides the Check All link, select <strong>Optimize<\/strong> table.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-9995\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/optimize-table-min.png\" alt=\"\" width=\"653\" height=\"434\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/optimize-table-min.png 653w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/optimize-table-min-300x199.png 300w\" sizes=\"auto, (max-width: 653px) 100vw, 653px\" \/><\/p>\n<p>With this your WordPress database will get optimized by defragmenting selected tables. Your WordPress queries speed will be faster than before and the size of your database will get reduced with this.<\/p>\n<h2>How to Fix WordPress Issues using PhpMyAdmin?<\/h2>\n<p>As mentioned earlier, phpMyAdmin is an easy tool to troubleshoot and fix some common WordPress errors and issues.<\/p>\n<p>Below are some common WordPress issues that can be easily fixed using phpMyAdmin:<\/p>\n<h3>Resetting WordPress Password Using PhpMyAdmin<\/h3>\n<p>In case you forget your WordPress admin password and are not able to recover it via lost password email, then you can quickly reset it as below:<\/p>\n<p>At first, go to phpMyAdmin and select your WordPress database. You WordPress database tables will get displayed.<\/p>\n<p>Go to the <strong>wp_users<\/strong> table and click on the browse link.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-9996\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wp-users-browse-min.png\" alt=\"\" width=\"649\" height=\"153\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wp-users-browse-min.png 649w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wp-users-browse-min-300x71.png 300w\" sizes=\"auto, (max-width: 649px) 100vw, 649px\" \/><\/p>\n<div class=\"kb-wisdom-wrapr kb-wisdom-info kb-wisdom-wrapr-blue\">\n<div class=\"kb-wisdom-col kb-wisdom-col-icon\">\n<div class=\"kb-wisdom-icon\">\n<div><\/div>\n<\/div>\n<\/div>\n<div class=\"kb-wisdom-col kb-wisdom-col-content\"><strong>Note:<\/strong> WordPress database table names may have a different table prefix and not similar to the one we have shown.<\/div>\n<\/div>\n<p>The rows in your WordPress users table will get displayed. Click on the <strong>Edit<\/strong> link besides the username where you want to change the password.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-9997\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/edit-user-min.png\" alt=\"\" width=\"897\" height=\"231\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/edit-user-min.png 897w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/edit-user-min-300x77.png 300w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/edit-user-min-768x198.png 768w\" sizes=\"auto, (max-width: 897px) 100vw, 897px\" \/><\/p>\n<p>All the user information fields will get displayed.<\/p>\n<p>Delete the value in the <strong>user_pass<\/strong> field and type your new password. Select <strong>MD5<\/strong> from the drop-down menu under the Function column and click on the <strong>Go<\/strong> button.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-9998\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/replace-password-min.png\" alt=\"\" width=\"908\" height=\"199\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/replace-password-min.png 908w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/replace-password-min-300x66.png 300w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/replace-password-min-768x168.png 768w\" sizes=\"auto, (max-width: 908px) 100vw, 908px\" \/><\/p>\n<p>With this your password will get encrypted using the MD5 hash and will be stored in the database.<\/p>\n<p>Congratulations! You have successfully changed your WordPress password with the help of phpMyAdmin.<\/p>\n<p>Wondering why we selected the MD5 hash to secure the password?<\/p>\n<p>It is because in the older version, WordPress used MD5 hash for encrypting passwords. WordPress 2.5 started using stronger encryption technologies. But, WordPress still identifies MD5 to provide backward compatibility.<\/p>\n<p>Now when you log in using a password string stored as an MD5 hash, WordPress identifies it and changes it with the newer encryption algorithms.<\/p>\n<h3>Steps for Adding a New Admin User to WordPress using PhpMyAdmin<\/h3>\n<p>For instance, you have access to the WordPress database but not the WordPress admin area. When you change the admin user password, it will restrict the other admin user from using their account.<\/p>\n<p>You can add a new admin user using phpMyAdmin as it is easier solution<\/p>\n<p>Firstly, go to phpMyAdmin and select your WordPress database. Your WordPress database tables will get listed. Here click on the <strong>\u2018Browse\u2019<\/strong> link besides <strong>wp_users<\/strong> table.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-9996\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wp-users-browse-min.png\" alt=\"\" width=\"649\" height=\"153\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wp-users-browse-min.png 649w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wp-users-browse-min-300x71.png 300w\" sizes=\"auto, (max-width: 649px) 100vw, 649px\" \/><\/p>\n<p>The rows inside the <strong>wp_users<\/strong> table will be seen. From the menu on the top, click on the <strong>\u2018Insert\u2019<\/strong> link.<\/p>\n<p>Below is the explanation of each field:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-9999\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/insert-min.png\" alt=\"\" width=\"983\" height=\"495\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/insert-min.png 983w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/insert-min-300x151.png 300w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/insert-min-768x387.png 768w\" sizes=\"auto, (max-width: 983px) 100vw, 983px\" \/><\/p>\n<ul>\n<li><strong>ID \u2013<\/strong>It can be ignored as it is automatically generated.<\/li>\n<li><strong>user_login \u2013<\/strong> It is your WordPress username that you will use to login.<\/li>\n<li><strong>user_pass \u2013<\/strong> It is your WordPress password that you need to enter for login and select MD5 in the function column.<\/li>\n<li><strong>user_nicename \u2013<\/strong> It is the URL friendly username that can be used to login.<\/li>\n<li><strong>user_email \u2013<\/strong> A valid email address needed to recieve password reset and WordPress notification emails.<\/li>\n<li><strong>user_url \u2013<\/strong> You can add your website URL here or leave it blank.<\/li>\n<li><strong>user_registered \u2013<\/strong> In the Function column, select the CURRENT_TIME to automatically insert current time here.<\/li>\n<li><strong>user_activation_key \u2013<\/strong> Leave this field blank as it is used to approve user registration.<\/li>\n<li><strong>user_status \u2013<\/strong> Leave this field blank.<\/li>\n<li><strong>display_name \u2013<\/strong> Enter the user\u2019s full name for displaying on the articles. It can also be left blank.<\/li>\n<\/ul>\n<p>One you fill the form, click on the <strong>Go<\/strong> button to insert it into your WordPress database. Now the MySQL query will be run to insert the data.<\/p>\n<p>Now the user is added, but that user does not have an administrator user role on your WordPress site. You will find this value saved in another table called <strong>wp_usermeta<\/strong>.<\/p>\n<p>Before making this user an administrator, we need to find the <strong>user ID<\/strong>. For this click on the <strong>\u2018Browse\u2019<\/strong> link next to <strong>wp_users<\/strong> table and a row containing your newly added user with its <strong>user ID<\/strong> will get displayed.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-10002\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/user-id-min.png\" alt=\"\" width=\"848\" height=\"191\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/user-id-min.png 848w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/user-id-min-300x68.png 300w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/user-id-min-768x173.png 768w\" sizes=\"auto, (max-width: 848px) 100vw, 848px\" \/><\/p>\n<p>Note the <strong>user ID<\/strong> as you will need it in the next step.<\/p>\n<p>Open the <strong>wp_usermeta<\/strong> table by clicking on the <strong>Browse<\/strong> link besides it.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-10003\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wordpress-usermeta-min.png\" alt=\"\" width=\"646\" height=\"160\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wordpress-usermeta-min.png 646w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wordpress-usermeta-min-300x74.png 300w\" sizes=\"auto, (max-width: 646px) 100vw, 646px\" \/><\/p>\n<p>Then click on the <strong>Insert<\/strong> tab from the above menu to add a new row to the table.<\/p>\n<p>A form will get displayed to enter a new row. Here you will let WordPress know that the user you created had the administrator user role previously.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-10005\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/insert-row-min-2.png\" alt=\"\" width=\"975\" height=\"595\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/insert-row-min-2.png 975w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/insert-row-min-2-300x183.png 300w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/insert-row-min-2-768x469.png 768w\" sizes=\"auto, (max-width: 975px) 100vw, 975px\" \/><\/p>\n<p>You will fill the form in the below way:<\/p>\n<ul>\n<li><strong>umeta_id \u2013<\/strong> Leave it blank as it is automatically filled in.<\/li>\n<li><strong>user_id \u2013<\/strong> Mention the user ID you copied earlier.<\/li>\n<li><strong>meta_key \u2013<\/strong> Enter wp_capabilities in this field. You will need to replace <strong>wp_<\/strong> if your WordPress table names use some other prefix.<\/li>\n<li><strong>meta_value \u2013<\/strong> Enter the below serialized value:<br \/>\n<strong>a:1:{s:13:&#8221;administrator&#8221;;s:1:&#8221;1&#8243;;}<\/strong><\/li>\n<\/ul>\n<p>After filling the form, click on the <strong>Go<\/strong> button to save your changes.<\/p>\n<p>Now we need to add another row to mention the user level. From the top menu, click on the <strong>Insert<\/strong> link for adding another row to the <strong>usermeta<\/strong> table.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-10006\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/insert-row-10-min.png\" alt=\"\" width=\"975\" height=\"595\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/insert-row-10-min.png 975w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/insert-row-10-min-300x183.png 300w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/insert-row-10-min-768x469.png 768w\" sizes=\"auto, (max-width: 975px) 100vw, 975px\" \/><\/p>\n<p>You will fill the form in the below way:<\/p>\n<ul>\n<li><strong>umeta_id \u2013<\/strong> Leave it blank as it is automatically filled in.<\/li>\n<li><strong>user_id \u2013<\/strong> Mention the user ID for your newly added user.<\/li>\n<li><strong>meta_key \u2013<\/strong> Enter the <strong>wp_user_level<\/strong> in this field. However, you might have to replace <strong>wp_<\/strong> if your WordPress table names use a different prefix.<\/li>\n<li><strong>meta_value \u2013<\/strong> Enter <strong>10<\/strong> here as the user level value.<\/li>\n<\/ul>\n<p>Click on the <strong>Go<\/strong> button so that the data gets inserted.<\/p>\n<p>Now you can visit the WordPress admin area and log in with your newly added admin user.<\/p>\n<h3>Changing a WordPress Username using PhpMyAdmin<\/h3>\n<p>You might have observed that WordPress allows you to change user\u2019s full name or nickname but, it does not allow you to change the username.<\/p>\n<p>Many users select usernames during the installation but might want to change them later. You can do it using phpMyAdmin as below:<\/p>\n<div class=\"kb-wisdom-wrapr kb-wisdom-info kb-wisdom-wrapr-blue\">\n<div class=\"kb-wisdom-col kb-wisdom-col-icon\">\n<div class=\"kb-wisdom-icon\">\n<div><\/div>\n<\/div>\n<\/div>\n<div class=\"kb-wisdom-col kb-wisdom-col-content\">\n<p><strong>Note:<\/strong> You can also change the WordPress username using a plugin and it is easier than this.<\/p>\n<\/div>\n<\/div>\n<p>Navigate to phpMyAdmin and select your WordPress database.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-9996\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wp-users-browse-min.png\" alt=\"\" width=\"649\" height=\"153\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wp-users-browse-min.png 649w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wp-users-browse-min-300x71.png 300w\" sizes=\"auto, (max-width: 649px) 100vw, 649px\" \/><\/p>\n<p>A list of your WordPress database tables will get displayed. Here click on the <strong>\u2018Browse\u2019<\/strong> link besides <strong>wp_users<\/strong> table.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-9997\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/edit-user-min.png\" alt=\"\" width=\"897\" height=\"231\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/edit-user-min.png 897w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/edit-user-min-300x77.png 300w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/edit-user-min-768x198.png 768w\" sizes=\"auto, (max-width: 897px) 100vw, 897px\" \/><\/p>\n<p>You will see all the registered users on your website. Click on the <strong>Edit<\/strong> link besides the username that you want to modify.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-10007\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/user-login-min.png\" alt=\"\" width=\"980\" height=\"201\" srcset=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/user-login-min.png 980w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/user-login-min-300x62.png 300w, https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/user-login-min-768x158.png 768w\" sizes=\"auto, (max-width: 980px) 100vw, 980px\" \/><\/p>\n<p>Now you will see the user data. Here go to the <strong>user_login<\/strong> field and change the value to the username that you want to.<\/p>\n<p>Click on <strong>Go<\/strong> button to save your changes. Then visit your website and login with your new username.<\/p>\n<h3>How to Secure Your WordPress Database?<\/h3>\n<p>Remember that every site can be hacked. But by taking certain measures you can make it a little harder.<\/p>\n<p>Firstly, change WordPress database prefix. Due to this, the chances of SQL injection attacks on your WordPress database get reduced because often hackers target multiple sites where they are targeting the default wp_ table prefix.<\/p>\n<p>Always select a strong username and password for your MySQL user so that no one can get access to your WordPress database.<\/p>\n<p>Sucuri is the best WordPress security plugin that is able to catch any attempts at MySQL injection just before it reaches your website.<\/p>\n<p>So, you have now learned to manage your WordPress database using phpMyAdmin. If you have any queries related to your WordPress database management, you can post them in the below comments section.<\/p>\n<h3>Also Read<\/h3>\n<p><a href=\"https:\/\/www.milesweb.in\/hosting-faqs\/switch-wordpress-database-urls-to-https\/\" target=\"_blank\" rel=\"noopener\"><strong>Switch Your WordPress Database URLs to HTTPS With a Plugin<\/strong><\/a><\/p>\n<p><a href=\"https:\/\/www.milesweb.in\/hosting-faqs\/how-to-disable-all-wordpress-plugins-directly-from-the-database\/\" target=\"_blank\" rel=\"noopener\"><strong>How to disable all WordPress plugins directly from the database?<\/strong><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>WordPress has PHP as its scripting language and MySQL as its database management system. But to use WordPress, it isn\u2019t needed to learn either of them. Simply understanding the basics of the two can help you resolve the problems and help you to understand the working of WordPress. In this post, you will learn about [&hellip;]<\/p>\n","protected":false},"author":16,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[230,947,17],"tags":[1555,629,78,1553,1554],"class_list":["post-9984","post","type-post","status-publish","format-standard","placeholder-for-hentry","category-database","category-phpmyadmin","category-wordpress-faq","tag-database-management","tag-phpmyadmin","tag-wordpress-2","tag-wordpress-database-management","tag-wordpress-database-management-with-phpmyadmin"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Learn About WordPress Database Management with phpMyAdmin<\/title>\n<meta name=\"description\" content=\"Learn everything about managing your WordPress database with the help of phpMyAdmin.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Learn About WordPress Database Management with phpMyAdmin\" \/>\n<meta property=\"og:description\" content=\"Learn everything about managing your WordPress database with the help of phpMyAdmin.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Hosting FAQs by MilesWeb\" \/>\n<meta property=\"article:published_time\" content=\"2020-07-31T11:37:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-27T09:40:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wp-database-info-min-1.png\" \/>\n<meta name=\"author\" content=\"Pallavi Godse\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Pallavi Godse\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"17 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/\"},\"author\":{\"name\":\"Pallavi Godse\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/7e3952607fa9eb4e82fea9f7cad9c945\"},\"headline\":\"Learn About WordPress Database Management with phpMyAdmin\",\"datePublished\":\"2020-07-31T11:37:40+00:00\",\"dateModified\":\"2023-01-27T09:40:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/\"},\"wordCount\":2908,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wp-database-info-min-1.png\",\"keywords\":[\"database management\",\"phpmyadmin\",\"WordPress\",\"wordpress database management\",\"wordpress database management with phpmyadmin\"],\"articleSection\":[\"Database\",\"phpMyAdmin\",\"WordPress FAQ\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/\",\"name\":\"Learn About WordPress Database Management with phpMyAdmin\",\"isPartOf\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wp-database-info-min-1.png\",\"datePublished\":\"2020-07-31T11:37:40+00:00\",\"dateModified\":\"2023-01-27T09:40:04+00:00\",\"author\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/7e3952607fa9eb4e82fea9f7cad9c945\"},\"description\":\"Learn everything about managing your WordPress database with the help of phpMyAdmin.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/#primaryimage\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wp-database-info-min-1.png\",\"contentUrl\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wp-database-info-min-1.png\",\"width\":550,\"height\":315},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.milesweb.in\/hosting-faqs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Learn About WordPress Database Management with phpMyAdmin\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#website\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/\",\"name\":\"Web Hosting FAQs by MilesWeb\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.milesweb.in\/hosting-faqs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/7e3952607fa9eb4e82fea9f7cad9c945\",\"name\":\"Pallavi Godse\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3602d0ac1ab89332aea8205dcf474af4ff4eb319cfd584544038908cd5e4c966?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3602d0ac1ab89332aea8205dcf474af4ff4eb319cfd584544038908cd5e4c966?s=96&d=blank&r=g\",\"caption\":\"Pallavi Godse\"},\"description\":\"Pallavi is a Digital Marketing Executive at MilesWeb and has an experience of over 4 years in content development. She is interested in writing engaging content on business, technology, web hosting and other topics related to information technology.\",\"sameAs\":[\"https:\/\/www.milesweb.in\"],\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/author\/pallavi\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Learn About WordPress Database Management with phpMyAdmin","description":"Learn everything about managing your WordPress database with the help of phpMyAdmin.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/","og_locale":"en_US","og_type":"article","og_title":"Learn About WordPress Database Management with phpMyAdmin","og_description":"Learn everything about managing your WordPress database with the help of phpMyAdmin.","og_url":"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/","og_site_name":"Web Hosting FAQs by MilesWeb","article_published_time":"2020-07-31T11:37:40+00:00","article_modified_time":"2023-01-27T09:40:04+00:00","og_image":[{"url":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wp-database-info-min-1.png","type":"","width":"","height":""}],"author":"Pallavi Godse","twitter_misc":{"Written by":"Pallavi Godse","Est. reading time":"17 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/#article","isPartOf":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/"},"author":{"name":"Pallavi Godse","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/7e3952607fa9eb4e82fea9f7cad9c945"},"headline":"Learn About WordPress Database Management with phpMyAdmin","datePublished":"2020-07-31T11:37:40+00:00","dateModified":"2023-01-27T09:40:04+00:00","mainEntityOfPage":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/"},"wordCount":2908,"commentCount":0,"image":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/#primaryimage"},"thumbnailUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wp-database-info-min-1.png","keywords":["database management","phpmyadmin","WordPress","wordpress database management","wordpress database management with phpmyadmin"],"articleSection":["Database","phpMyAdmin","WordPress FAQ"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/","url":"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/","name":"Learn About WordPress Database Management with phpMyAdmin","isPartOf":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/#primaryimage"},"image":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/#primaryimage"},"thumbnailUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wp-database-info-min-1.png","datePublished":"2020-07-31T11:37:40+00:00","dateModified":"2023-01-27T09:40:04+00:00","author":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/7e3952607fa9eb4e82fea9f7cad9c945"},"description":"Learn everything about managing your WordPress database with the help of phpMyAdmin.","breadcrumb":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/#primaryimage","url":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wp-database-info-min-1.png","contentUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/07\/wp-database-info-min-1.png","width":550,"height":315},{"@type":"BreadcrumbList","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/wordpress-database-management-with-phpmyadmin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.milesweb.in\/hosting-faqs\/"},{"@type":"ListItem","position":2,"name":"Learn About WordPress Database Management with phpMyAdmin"}]},{"@type":"WebSite","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#website","url":"https:\/\/www.milesweb.in\/hosting-faqs\/","name":"Web Hosting FAQs by MilesWeb","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.milesweb.in\/hosting-faqs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/7e3952607fa9eb4e82fea9f7cad9c945","name":"Pallavi Godse","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3602d0ac1ab89332aea8205dcf474af4ff4eb319cfd584544038908cd5e4c966?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3602d0ac1ab89332aea8205dcf474af4ff4eb319cfd584544038908cd5e4c966?s=96&d=blank&r=g","caption":"Pallavi Godse"},"description":"Pallavi is a Digital Marketing Executive at MilesWeb and has an experience of over 4 years in content development. She is interested in writing engaging content on business, technology, web hosting and other topics related to information technology.","sameAs":["https:\/\/www.milesweb.in"],"url":"https:\/\/www.milesweb.in\/hosting-faqs\/author\/pallavi\/"}]}},"_links":{"self":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/9984","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/comments?post=9984"}],"version-history":[{"count":6,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/9984\/revisions"}],"predecessor-version":[{"id":17405,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/9984\/revisions\/17405"}],"wp:attachment":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/media?parent=9984"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/categories?post=9984"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/tags?post=9984"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}