The only privileges that your database does not have are CREATE DATABASE. If you wish to add new databases, please use the Database Manager.
Results for "PHP"
Often searched: Free hostingWordPressPHP How to transfer a domain
How can I export a database using phpMyAdmin?
Log into phpMyAdmin from your Control Panel->Database Manager section using your Database Username and Database Password. Once you are inside the phpMyAdmin application click on the Export link...
How to import a database using phpMyAdmin?
Log into phpMyAdmin from your Control Panel -> Website Manager section using your Database Username and Database Password. Once you are inside the phpMyAdmin click the import button and select...
I am unable to use the PHP mail() function from my premium hosting account, why?
Here is a script example you can test PHP mail function with: <?php $to = "you@yourdomain.com"; $subject = "Hi!"; $body = "TEST"; $headers = "MIME-Version: 1.0\r\n"; $headers .=...
How can I access and log into phpMyAdmin?
The database has become a vital part of modern websites. Many content management systems are also using the database to store their content there. We understand that database management is important...
What Is phpPgAdmin and What Is It Used For?
phpPgAdmin's relation to PostgreSQL is the same as the one formed between phpMyAdmin and MySQL. More specifically, phpPgAdmin is a web-based software utility that allows you to manage your...
What Is phpMyAdmin?
phpMyAdmin is a utility that is used to manage and administer MySQL and MariaDB databases. This tool can be downloaded from the phpMyAdmin website directly and also comes preinstalled on all of our...
How to Edit the php.ini File
In this video hosting tutorial, you will learn how to edit the php.ini file from your hosting account. This feature is available only for paid users. ...
How to Change the PHP Version
In this video hosting tutorial, you will learn how to change the PHP version from your hosting account, section PHP Settings. https://www.youtube.com/watch?v=5Vg_dhBmvMM First, you...
How to Fix phpMyAdmin Error 1044 “Access Denied for User” While Importing a Database Backup?
The management of MySQL databases has come a long way thanks to tools like phpMyAdmin. Using phpMyAdmin you are able to not only manage your existing database but also import data from a database...
How Do I Create a Working Contact Form Using PHPMailer 6?
One of the easiest ways to build a loyal following for your website is to give your site visitors a quick and convenient way to get in touch with you. And while simply listing your email address on...
What Does the “You have no privileges” Error Mean in phpMyAdmin?
The dreaded “You have no privileges” error in phpMyAdmin. PhpMyAdmin is a highly versatile tool for managing your databases. Not only does it come with an easy-to-use interface that is great for new...
Which PHP Functions Are Disabled on the Free Hosting Plan?
Ever since its inception back in 2003, AwardSpace has been known for its outstanding free hosting service. Over the years, the free plan has seen multiple improvements, bringing new features and...
How Do I Send an Email Message Using the PHP Mail() Function?
One of the most ubiquitous methods of communication nowadays is the sending and receiving of email messages. Unlike other forms of electronic communication, emails are very reliable and are...
How to Create a Working PHP Mail() Script for a Contact Form?
Giving your visitors an easy way to reach you is a fundamental feature that every modern site should have. As such, having a working contact form is a must nowadays. In this article, we will show...