Questions on Linux Shared Hosting

15 questions available

1
How to add tables in mysql database.

Add Tables in Mysql Database To add tables to your database or managing the tables you can use phpMyAdmin. Please refer to the below tutorial link that would guide you to create a Mysql Database using

More...
2
How to solve the error Call to undefined method mysqli stmt get result in CloudLinux cPanel ?

You might get this error, if mysqlnd with mysqli module is not enable in your hosting server. It can be resolved by enabling those module in cPanel. The following steps need to follow for enabling those

More...
3
Where is phpMyAdmin?

CPANEL:1. Log into cpanel.2. Under Databases you can find PHPMYADMIN option.PLESK:1.Login to your plesk panel.2.Click Databases.3.Navigate through the database for which you need phpmyadmin.Then click

More...
4
How to take MYSQL database Backup in Linux Cpanel?

How to take MYSQL database Backup in Linux Cpanel?Customers should follow the below in order to have MYSQL database Backup in Linux Cpanel-Step 1: 'Login' to your 'C Panel'. In the Files category, click

More...
5
How to check the PHP MYSQL connection Test file?

If you wish to check the MYSQL test file connection, then copy the below given code and paste it in the test.php file and execute it in your web browser. Through the results, you can check the connection

More...
6
How can I test my query?

How can I test my query?A customer can use phpMyAdmin to test their queries. The phpMyAdmin feature is available in Cpanel. Use this Link to know more about phpMyAdmin.

More...
7
Can I able to update stored procedures in MYSQL?

Can I able to update stored procedures in MYSQL?No, a customer cannot update stored procedures in MYSQL as this feature is in the shared hosting packages. The phpmyadmin does not support this procedure.Generally

More...
8
How to set user privilege for a particular database in Cpanel?

Follow the below steps to set user privilege for a database.Step 1: Login to your Cpanel.Step 2: Search for MYSQL Databases and click on the icon.Step 3: In new page, under the title Add User To Database,

More...
9
How to check MYSQL user permission for a database in Cpanel?

How to check MYSQL user permission for a database in Cpanel?Follow the below steps to check the MYSQL user permission.Step 1: Login to Cpanel.Step 2: Search for MYSQL Databases and click on the icon to

More...
10
What is the hostname to be used for the database connection in Linux Cpanel Server?

The hostname to be used for the database connection in Linux Cpanel Server is localhost or else your servername.NOTE: servername details mentioned in your hosting details email.

More...
11
How to import and export/restore and take backup in phpMyAdmin?

How to import and export/restore and take backup in phpMyAdmin?Follow the below steps to restore and take backup in phpMyAdmin.Step 1: Login to Cpanel.Step 2: Search for phpMyAdmin and click on the icon.Step

More...
12
How to add MYSQL user permission for database in Cpanel?

How to add MYSQL user permission for database in Cpanel?Follow the below steps to add MYSQL user permission for database.Step 1: Login to your Cpanel account.Step 2: In the home page, click the MYSQL Databases

More...
13
What is meant by InnoDB?

What is meant by InnoDB?InnoDB is the default storage engine for MySQL. InnoDB was developed by Oracle enterprise. It offers standard ACID-compliant transaction features.

More...
14
What is the server name and port number need to be used for MYSQL?

For Mysql, use localhost as server name and 3306 as port number.

More...
15
Why is it not feasible to execute the MYSQL stored procedures?

Why is it not feasible to execute the MYSQL stored procedures?The stored procedures are not supported in the 'Shared Hosting'. So, it is not feasible to execute the MYSQL stored procedures. To use stored

More...