The knowledgebase is organized into different categories. Either choose a category from below or search the knowledgebase for the answer to your question.
Articles
How do I add a NEW user to my database?To add a new user to your database, log into your control panel and click the "Manage... Views: 4122 |
How do I Add a user to my new database?To add a user to a database in CWP (CentOS Web Panel), navigate to SQL Services > MySQL... Views: 4049 |
How do I Connect to MySQL with PHP?Here's how to connect and begin querying the MySQL server from within your PHP scripts:1. Connect... Views: 4405 |
How do I create a new database?To create a new MySQL database in Control Web Panel (CWP), log in and navigate to SQL... Views: 3830 |
How do I upload a mysqldump of my database?To upload and import a MySQL dump (SQL file) into CentOS Web Panel (CWP), you can use the... Views: 3846 |
My database name has added username_ to it - do I use that in my scripts?In Control Web Panel (CWP), your database names and usernames usually follow a specific format,... Views: 4031 |
What file extensions do I use for PHP?For PHP files in Control Web Panel (CWP), the primary and recommended file extension is .php.... Views: 4366 |
What is PHP?PHP is a server-side HTML embedded scripting language used to create scripts and/or Web pages. In... Views: 4467 |
What should I put for the MySQL host name?You would use localhost Views: 4141 |
Why do I get a PHP 500 Error?This error is usually related with the permissions/ownership issue.Normallly, the permissions on... Views: 3944 |