phpMyAdmin - Knowledge Base Archives - Hivelocity Hosting https://www.hivelocity.net/kb/tag/phpmyadmin/ Dedicated Servers, Private Cloud & Colocation Wed, 17 Jan 2024 14:32:45 +0000 en-US hourly 1 https://wordpress.org/?v=6.6 How to Resolve phpMyAdmin 500 Internal Server Error https://www.hivelocity.net/kb/how-to-resolve-phpmyadmin-500-internal-server-error/ https://www.hivelocity.net/kb/how-to-resolve-phpmyadmin-500-internal-server-error/#respond Wed, 30 Jan 2013 14:19:27 +0000 https://kb.hivelocity.net/?p=11097 Typically, when users receive a 500 internal server error warning through phpMyAdmin, it comes down to an issue of permissions. phpMyAdmin requires specific permission settings and should this change for some reason, it can produce a 500 series error. Often, this is due to changes made when upgrading cPanel to newer versions. Luckily, by updating …

How to Resolve phpMyAdmin 500 Internal Server Error Read More »

The post How to Resolve phpMyAdmin 500 Internal Server Error appeared first on Hivelocity Hosting.

]]>
Typically, when users receive a 500 internal server error warning through phpMyAdmin, it comes down to an issue of permissions. phpMyAdmin requires specific permission settings and should this change for some reason, it can produce a 500 series error. Often, this is due to changes made when upgrading cPanel to newer versions.

Luckily, by updating the permissions of a couple specific files, you can usually resolve this issue in just a few steps.

 

Updating Permissions for phpMyAdmin

To change the permissions settings, follow these steps:

  1. To start, check the current permissions settings for the following files:

    /usr/local/cpanel/3rdparty/bin/php

    /usr/local/cpanel/3rdparty/bin/php-cgi

    To check the permissions, you’ll need to use the command:

    ls -l

  2. The files listed above should be set to 755 permissions. When listed out using the ls -l command, they should look like: rxxr-xr-x. If not, then change the permission to 755 using the command:

    chmod 775

    followed by the location of the file you’re changing.

  3. Once the permissions have been changed, execute the command shown below from the shell.

    /scripts/makecpphp

Now, with these permissions fixed, you should not receive the phpMyAdmin 500 internal server error anymore.

 

Popular Links

Looking for more information on phpMyAdmin? Search our Knowledge Base!

Interested in more articles about Databases? Navigate to our Categories page using the bar on the left or check out these popular articles:

Popular tags within this category include: MySQL, MSSQL, phpMyAdmin, PostgreSQL, and more.

Don’t see what you’re looking for? Use the search bar at the top to search our entire Knowledge Base.

 

The Hivelocity Difference

Seeking a better Dedicated Server solution? In the market for Private Cloud or Colocation services? Check out Hivelocity’s extensive list of products for great deals and offers.

With best-in-class customer service, affordable pricing, a wide-range of fully-customizable options, and a network like no other, Hivelocity is the hosting solution you’ve been waiting for.

Unsure which of our services is best for your particular needs? Call or live chat with one of our sales agents today and see the difference Hivelocity can make for you.

The post How to Resolve phpMyAdmin 500 Internal Server Error appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/how-to-resolve-phpmyadmin-500-internal-server-error/feed/ 0
How will you fix phpbb:critical error? https://www.hivelocity.net/kb/how-will-you-fix-phpbbcritical-error/ https://www.hivelocity.net/kb/how-will-you-fix-phpbbcritical-error/#respond Wed, 30 Jan 2013 13:59:55 +0000 https://kb.hivelocity.net/?p=11019 If you get phpBB: Critical Error, then in that case there is a chance the database is broken. You have to run following sql queries either on mysql prompt or phpmyadmin : UPDATE phpbb_config SET config_value = ‘ID_NUMBER_HERE’ WHERE config_name = ‘default_style’; UPDATE phpbb_config SET config_value = ‘1’ WHERE config_name = ‘override_user_style’; If not , …

How will you fix phpbb:critical error? Read More »

The post How will you fix phpbb:critical error? appeared first on Hivelocity Hosting.

]]>
If you get phpBB: Critical Error, then in that case there is a chance the database is broken.

You have to run following sql queries either on mysql prompt or phpmyadmin :

UPDATE phpbb_config SET config_value = ‘ID_NUMBER_HERE’ WHERE config_name = ‘default_style’;

UPDATE phpbb_config SET config_value = ‘1’ WHERE config_name = ‘override_user_style’;

If not , then you can refer :

https://www.phpbb.com/kb/article.php?article_id=13

The post How will you fix phpbb:critical error? appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/how-will-you-fix-phpbbcritical-error/feed/ 0
How to backup and restore the database via phpmyadmin? https://www.hivelocity.net/kb/how-to-backup-and-restore-the-database-via-phpmyadmin/ https://www.hivelocity.net/kb/how-to-backup-and-restore-the-database-via-phpmyadmin/#respond Tue, 29 Jan 2013 14:16:34 +0000 https://kb.hivelocity.net/?p=10889 Following are the steps which could be referred a. Open phpMyAdmin. b. Select your database by clicking the database name in the list on the left of the screen. c. Click the Export link. This should bring up a new screen that says View dump of database (or something similar). d. In the Export area, …

How to backup and restore the database via phpmyadmin? Read More »

The post How to backup and restore the database via phpmyadmin? appeared first on Hivelocity Hosting.

]]>
Following are the steps which could be referred

a. Open phpMyAdmin.

b. Select your database by clicking the database name in the list on the left of the screen.

c. Click the Export link.

This should bring up a new screen that says View dump of database (or something similar).

d. In the Export area, click the select all link to choose all of the tables in your database.

e. In the SQL options area, click the right options.

f. Click on the Save as file option and the corresponding compression option and then click the ‘Go’

Button. A dialog box should appear prompting you to save the file locally.

It is also very easy to restore your database and as well as backing it up.

a. Open phpMyAdmin.

b. Create an appropriately named database and select it by clicking the database name in the list on the

left of the screen. If you would like to rewrite the backup over an existing database then click on the

database name, select all the check boxes next to the table names and select Drop to delete all

existing tables in the database.

c. Click the SQL link. This should bring up a new screen where you can either type in SQL commands,

or upload your SQL file.

d. Use the browse button to find the database file.

e. Click Go button. This will upload the backup, execute the SQL commands and re-create your

database.

The post How to backup and restore the database via phpmyadmin? appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/how-to-backup-and-restore-the-database-via-phpmyadmin/feed/ 0
How to manage my mysql database through phpmyadmin in cPanel https://www.hivelocity.net/kb/how-to-manage-my-mysql-database-through-phpmyadmin-in-cpanel/ https://www.hivelocity.net/kb/how-to-manage-my-mysql-database-through-phpmyadmin-in-cpanel/#respond Thu, 28 Jun 2012 20:47:29 +0000 https://kb.hivelocity.net/?p=10692 a) Login to cpanel of your website b) Search for phpmyadmin icon under databases menu c) Click on it , it should open the phpmyadmin window d) At your left hand side you should see the list of existing databases e) If you click on any database , on your right hand side pane it …

How to manage my mysql database through phpmyadmin in cPanel Read More »

The post How to manage my mysql database through phpmyadmin in cPanel appeared first on Hivelocity Hosting.

]]>
a) Login to cpanel of your website

b) Search for phpmyadmin icon under databases menu

c) Click on it , it should open the phpmyadmin window

d) At your left hand side you should see the list of existing databases

e) If you click on any database , on your right hand side pane it should show you all the tables

f) On the top you should see the tools such as query , import , export which can be used accordingly

The post How to manage my mysql database through phpmyadmin in cPanel appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/how-to-manage-my-mysql-database-through-phpmyadmin-in-cpanel/feed/ 0
Managing a MySQL Database in phpMyAdmin in Hsphere https://www.hivelocity.net/kb/managing-mysql-database-in-phpmyadmin-in-hsphere/ https://www.hivelocity.net/kb/managing-mysql-database-in-phpmyadmin-in-hsphere/#respond Sun, 05 Dec 2010 06:43:00 +0000 https://kb.hivelocity.net/?p=3122 Watch this tutorial to learn how to manage MySQL databases in phpMyAdmin in Hsphere.

The post Managing a MySQL Database in phpMyAdmin in Hsphere appeared first on Hivelocity Hosting.

]]>
Watch this tutorial to learn how to manage MySQL databases in phpMyAdmin in Hsphere.

The post Managing a MySQL Database in phpMyAdmin in Hsphere appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/managing-mysql-database-in-phpmyadmin-in-hsphere/feed/ 0
Managing a MySQL Database with phpMyAdmin in DirectAdmin https://www.hivelocity.net/kb/managing-a-mysql-database-with-phpmyadmin-in-directadmin/ https://www.hivelocity.net/kb/managing-a-mysql-database-with-phpmyadmin-in-directadmin/#respond Sat, 04 Dec 2010 10:43:49 +0000 https://kb.hivelocity.net/?p=2914 Watch this tutorial to learn how to manage a MySQL database with phpMyAdmin in DirectAdmin.   Additional Links: Looking for more information on DirectAdmin? Search our Knowledge Base! In need of more great content? Interested in VPS, Private Cloud, or Colocation? Check out our recent posts for more news, guides, and industry insights!

The post Managing a MySQL Database with phpMyAdmin in DirectAdmin appeared first on Hivelocity Hosting.

]]>
Watch this tutorial to learn how to manage a MySQL database with phpMyAdmin in DirectAdmin.

 

Additional Links:

Looking for more information on DirectAdmin? Search our Knowledge Base!

In need of more great content? Interested in VPS, Private Cloud, or Colocation? Check out our recent posts for more news, guides, and industry insights!

The post Managing a MySQL Database with phpMyAdmin in DirectAdmin appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/managing-a-mysql-database-with-phpmyadmin-in-directadmin/feed/ 0
Managing Databases with phpMyAdmin in cPanel https://www.hivelocity.net/kb/manage-databases-using-phpmyadmin-in-cpanel/ Sat, 04 Dec 2010 14:04:45 +0000 https://kb.hivelocity.net/?p=2831 Watch this tutorial to learn how to manage databases with phpMyAdmin in cPanel.

The post Managing Databases with phpMyAdmin in cPanel appeared first on Hivelocity Hosting.

]]>
Watch this tutorial to learn how to manage databases with phpMyAdmin in cPanel.

The post Managing Databases with phpMyAdmin in cPanel appeared first on Hivelocity Hosting.

]]>
Install PhpMyAdmin https://www.hivelocity.net/kb/install-phpmyadmin/ https://www.hivelocity.net/kb/install-phpmyadmin/#respond Sun, 14 Nov 2010 11:29:17 +0000 https://kb.hivelocity.net/?p=2458 Phpmyadmin installations are of two types that is server specific and domain specific. Inorder to install phpmyadmin for the server Download phpmyadmin from https://www.phpmyadmin.net/home_page/downloads.php Download it in root of the server. Unzip the file. Run the installer. Once the installer is run you need to update the login and password and the link via which …

Install PhpMyAdmin Read More »

The post Install PhpMyAdmin appeared first on Hivelocity Hosting.

]]>
Phpmyadmin installations are of two types that is server specific and domain specific.

Inorder to install phpmyadmin for the server Download phpmyadmin from

https://www.phpmyadmin.net/home_page/downloads.php

Download it in root of the server.

Unzip the file.

Run the installer.

Once the installer is run you need to update the login and password and the link via which you will access it in the config.php file in the phpmyadmin folder.

Now if this is server specific the link in config.php will contain server IP.

If it is domain specific you need to download phpmyadmin in the root folder of the domain and untar it and in config file mention the link as

https://domain.com

Once done

For serverwide you can access it at

https://serverIP/phpmyadmin

And for domain specific you can access it at

https://domain.com/phpmyadmin

The post Install PhpMyAdmin appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/install-phpmyadmin/feed/ 0
Transferring MySQL database to new server:: https://www.hivelocity.net/kb/transferring-mysql-database-to-new-server/ https://www.hivelocity.net/kb/transferring-mysql-database-to-new-server/#respond Sun, 14 Nov 2010 05:04:06 +0000 https://kb.hivelocity.net/?p=1963 While gettting transferred from one host to another you need to take many precautions one of them is of your database (MySQL) You should backup all your database files before it is transferred. You can do it so using two methods : 1) Using third party tool such as PhpMyAdmin. 2) Using ” dump” tool …

Transferring MySQL database to new server:: Read More »

The post Transferring MySQL database to new server:: appeared first on Hivelocity Hosting.

]]>
While gettting transferred from one host to another you need to take many precautions one of them is of your database (MySQL)

You should backup all your database files before it is transferred. You can do it so using two methods : 1) Using third party tool such as PhpMyAdmin.

2) Using ” dump” tool which comes bundled with MySQL.

Using PhpMyAdmin :

It is a PHP script which gives ability to interact you database.
To manage and manipulate MySQL databases use options under “export” section of PhpMyAdmin. Select the appropriate database and zip up the files it can save you bandwidth and time to download the backup file.
Now to transferring onto new server, first create a new database, unzip files and extract the backup then restore your database.
It also lets you mess up the database directly. There is no “undo” or “undelete” in your database. Always exercise caution when working with the database.

Most host have their control panel PhpMyAdmin pre-installed.

Using dump tool :

You have to use different commands at command line environment or UNIX shell environment.

Type command :

mysqldump -u [username] -p [password] –opt [databasename] > backup.sql

this command will take backup of your database.

Now on the new server, you can restore the database by inputting the following command:

mysql -u [username] -p [password]
The options in brackets need to be filled out with the appropriate information, such as, the username and password. It is also a good idea to take a “dump” of your database regularly for backup purposes in case the server fails or you have a corrupt database.

The post Transferring MySQL database to new server:: appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/transferring-mysql-database-to-new-server/feed/ 0
Can you provide/recommend any tools for managing MySQL databases? https://www.hivelocity.net/kb/can-you-providerecommend-any-tools-for-managing-mysql-databases/ https://www.hivelocity.net/kb/can-you-providerecommend-any-tools-for-managing-mysql-databases/#respond Sat, 13 Nov 2010 20:59:51 +0000 https://kb.hivelocity.net/?p=1769 Solution: There is a multitude of administration tools ranging from ssh’ing into the server and directly issuing commands to commercial GUI software. phpMyAdmin is very commonly used because it’s easy to use and can manage your database through a web page. It is also a fairly large security liability so restrict access to phpMyAdmin to …

Can you provide/recommend any tools for managing MySQL databases? Read More »

The post Can you provide/recommend any tools for managing MySQL databases? appeared first on Hivelocity Hosting.

]]>
Solution: There is a multitude of administration tools ranging from ssh’ing into the server and directly issuing commands to commercial GUI software. phpMyAdmin is very commonly used because it’s easy to use and can manage your database through a web page. It is also a fairly large security liability so restrict access to phpMyAdmin to only those networks you’ll be managing your server from. MySQLadministrator is also available from mysql.com as a Windows or Linux binary and is freely available.

The post Can you provide/recommend any tools for managing MySQL databases? appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/can-you-providerecommend-any-tools-for-managing-mysql-databases/feed/ 0
How do I modify PostgreSQL databases and user privileges? https://www.hivelocity.net/kb/how-do-i-modify-postgresql-databases-and-user-privileges/ https://www.hivelocity.net/kb/how-do-i-modify-postgresql-databases-and-user-privileges/#respond Sat, 13 Nov 2010 13:57:14 +0000 https://kb.hivelocity.net/?p=1568 You can edit the content of your databases and user privileges using the phpPgAdmin utility that comes with your control panel. To run phpPgAdmin, do the following: 1. Select PGSQL DBs in the Databases menu. 2. Click the name of the database you would like to edit. You can also start this utility from the …

How do I modify PostgreSQL databases and user privileges? Read More »

The post How do I modify PostgreSQL databases and user privileges? appeared first on Hivelocity Hosting.

]]>
You can edit the content of your databases and user privileges using the phpPgAdmin utility that comes with your control panel.

To run phpPgAdmin, do the following:

1. Select PGSQL DBs in the Databases menu.
2. Click the name of the database you would like to edit.
You can also start this utility from the PGSQL database management page:

3. Select PGSQL DBs in the Databases menu.
4. Click the Edit icon for the database you are going to edit:
5. In the form that appears, click Built in phpPgAdmin control panel to start editing your database
6. Follow the instructions of the phpPgAdmin control panel to edit your PgSQL DB

The post How do I modify PostgreSQL databases and user privileges? appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/how-do-i-modify-postgresql-databases-and-user-privileges/feed/ 0