How can I Access All the Database in Dedicated Server ?


Error: Your Requested widget " bcn_widget-2" is not in the widget list.
  • [do_widget_area colormag_advertisement_above_the_footer_sidebar]
    • [do_widget id="custom_html-10"]
    • [do_widget id="custom_html-11"]
    • [do_widget id="custom_html-13"]
    • [do_widget id="colormag_125x125_advertisement_widget-2"]
    • [do_widget id="text-15"]
    • [do_widget id="custom_html-9"]
    • [do_widget id="custom_html-12"]
  • [do_widget_area colormag_contact_page_sidebar]
    • [do_widget_area colormag_error_404_page_sidebar]
      • [do_widget_area colormag_footer_sidebar_four]
        • [do_widget id="custom_html-3"]
        • [do_widget id="text-7"]
      • [do_widget_area colormag_footer_sidebar_full_width]
        • [do_widget_area colormag_footer_sidebar_one]
          • [do_widget id="custom_html-6"]
          • [do_widget id="custom_html-7"]
          • [do_widget id="custom_html-8"]
          • [do_widget id="text-38"]
          • [do_widget id="text-3"]
          • [do_widget id="text-4"]
        • [do_widget_area colormag_footer_sidebar_one_upper]
          • [do_widget_area colormag_footer_sidebar_three]
            • [do_widget id="custom_html-4"]
            • [do_widget id="text-6"]
          • [do_widget_area colormag_footer_sidebar_three_upper]
            • [do_widget_area colormag_footer_sidebar_two]
              • [do_widget id="custom_html-5"]
              • [do_widget id="text-5"]
            • [do_widget_area colormag_footer_sidebar_two_upper]
              • [do_widget_area colormag_front_page_area_beside_slider]
                • [do_widget_area colormag_front_page_content_bottom_section]
                  • [do_widget_area colormag_front_page_content_middle_left_section]
                    • [do_widget_area colormag_front_page_content_middle_right_section]
                      • [do_widget_area colormag_front_page_content_top_section]
                        • [do_widget_area colormag_front_page_slider_area]
                          • [do_widget_area colormag_front_page_top_full_width_area]
                            • [do_widget id="text-17"]
                          • [do_widget_area colormag_header_sidebar]
                            • [do_widget id="custom_html-2"]
                            • [do_widget id="text-8"]
                            • [do_widget id="text-27"]
                            • [do_widget id="text-23"]
                          • [do_widget_area colormag_left_sidebar]
                            • [do_widget id="text-19"]
                          • [do_widget_area colormag_right_sidebar]
                            • [do_widget id="text-13"]
                            • [do_widget id="search-2"]
                            • [do_widget id="colormag_300x250_advertisement_widget-3"]
                          • [do_widget_area widgets_for_shortcodes]
                            • [do_widget id="breadcrumb_navigation_widget-5"]
                            • [do_widget id="text-16"]
                            • [do_widget id="text-20"]
                            • [do_widget id="text-24"]
                            • [do_widget id="text-25"]
                            • [do_widget id="bcn_widget-2"]
                            • [do_widget id="text-28"]
                            • [do_widget id="text-29"]
                            • [do_widget id="text-30"]
                            • [do_widget id="text-31"]
                            • [do_widget id="text-32"]
                            • [do_widget id="text-33"]
                            • [do_widget id="text-34"]
                            • [do_widget id="text-35"]
                            • [do_widget id="text-37"]
                          • [do_widget_area wp_inactive_widgets]
                            • [do_widget id="text-12"]
                            • [do_widget id="colormag_300x250_advertisement_widget-4"]
                            • [do_widget id="recent-posts-2"]
                            • [do_widget id="recent-comments-2"]
                            • [do_widget id="archives-2"]
                            • [do_widget id="meta-2"]
                            • [do_widget id="pages-3"]
                            • [do_widget id="text-22"]
                          Dedicated Server allows you to access all the database in one interface. From there itself you can able to do all the actions in the databases.


                          Share This Now: [addtoany]

                          Watch Reseller Hosting Video Tutorial



                          Procedure

                          Accessing all the Databases In Dedicated Server

                          To Access all the database in Dedicated Server via WHM, please follow the below steps,

                          1. Login to the Dedicated Server WHM as root user.

                          2. Go to the path,

                          Home » SQL Services » phpMyAdmin

                          3. Once you click the phpMyAdmin , it will automatically redirect to the phpMyAdmin page where you can able to see all the database in the server.

                          4. From here you can click the database which you want to access . When accessing this you should be more careful. What are all the actions you are doing here it can’t be revert back.

                          Screen Shots

                          Refer Screen Shots

                          Troubleshooting FAQs

                          Dedicated Server WHM Troubleshooting FAQs

                          Getting error ” #2006 MySQL server has gone away “

                          Error: 

                          #2006 MySQL server has gone away

                          Solution :

                          1. If you are trying to run a big mysql query or else you are trying to import or export the huge database from your end which is highly resource intensive.
                          2. If you are using a heavy loop or uses mulitple join,union in your query coding.
                          3. If you are trying to ALTER all the rows in a data intensive table.

                          To avoid this import the database part by part this should allow you to generate data without any issues.

                          Getting Access Denied error in database connection

                          Error :

                          Access Denied

                          Solution:

                          The error “Access denied for user” might be due to the wrong database username,password or database name. Also check with the following sample database connection string as,

                          [ Sample Database Connection String ]

                          $dbh=mysql_connect (“localhost”, “cpuser_dbuser–> this is database username”,
                          ” –>this is databaseuser password”) or die(‘Cannot connect to the database because: ‘ . mysql_error());
                          mysql_select_db (“cpuser_dbname–>this is database name”);

                           

                           

                          In Database Connection Facing Mysql Server Gone Away error

                          Error :

                          Mysql Server Gone Away

                          Solution :

                          This could happen due to 2 possibilities

                          1. Poorly optimized php scripts which takes a lot of time to execute and hence mysql quits processing
                          2. If there are too many mysql connections opened from your website which makes mysql to quit

                          Also make sure that you are closing mysql connection after you open and use a connection. This could also be a reason.

                          If you feel that your usage is genuine and your website is well optimized and such a usage is required, then please upgrade that particular account alone  to Higher Package

                          Downloads

                          Related Downloads

                          Related Articles