FAQ/ MYSQL

"MYSQL" Related Questions

21 Questions Available.
1
How to create a MySQL Database in Cpanel?

You can easily create a MySQL database by loging in to your cPanel. Once created you can create users by entering the username and password. Creating a user does not automatically allow the user

More...
2
Connecting to mysql using JSP

Connecting to mysqlWe can connect to mysql using JDBC. Use the below displayed code for

More...
3
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

More...
4
I require a web space with JSP and MYSQL support?

If you require a space with both JSP and MYSQL support, then you can buy Dedicated JVM packagesThe dedicated

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
Can I buy hosting with unlimited domains, PHP, MYSQL amp Ruby functionality?

Can I buy hosting with unlimited domains, PHP, MYSQL & Ruby functionality?In case you wish to purchase a hosting account with unlimited domains, then

More...
7
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

More...
8
Can I host my domain under the tomcat with MYSQL?

Can I host my domain under the tomcat with MYSQL?Yes, JSP hosting can support tomcat with java and mysql. You can buy dedicated JVM hosting or

More...
9
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.

More...
10
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.

More...
11
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.

More...
12
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

More...
13
What are the causes for MYSQL jdbc exception error?

What are the causes for MYSQL jdbc exception error?The causes for the occurrence of JDBC error are mentioned as below.1] User may have entered

More...
14
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

More...
15
I need coding for JDBC MYSQL connection string?

Use the below displayed code for JDBC MYSQL connection string. JDBC Connection:String url=jdbc:mysql://localhost:3306/myDBname?user=username&password=password;con.in

More...
16
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

More...
17
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...
18
Why the quot Fatal error Call to undefined function mysqli connect quot error occurs?

Why the Fatal error: Call to undefined function mysqli_connect() error occurs?Fatal error occurs, if MySQL is not properly installed and hence it is

More...
19
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

More...
20
How to change plesk mysql admin password?

Follow the below steps for changing plesk mysql admin passwordLogin into plesk control panelClick

More...