The knowledgebase is organized into different categories. Either choose a category from below or search the knowledgebase for the answer to your question.
Search
Articles
Access MS SQL
The simple answer is no, we do not support Access/MS SQL/ASP. We currently support MySQL,...
Views: 575
All about our mysql database and user naming syntax
Since we run a shared hosting environment, we have to uniquely identify your usernames to your...
Views: 2003
Can't run Load Data INFILE/OUTFILE?
There are a few mysql queries that we don't allow customers to use with their main account...
Views: 598
Connecting to your MySQL DB from Dream Weaver
Please Follow the steps below very carefully.Log into your UCwebhost account and click on...
Views: 484
How do I configure Dreamweaver MX for PHP and MySQL?
Remote Info:Access: FTPFTP Host: domainname.comHost Directory: public_html(this is the folder...
Views: 6910
How do I connect to my Database using MySQLfront?
If you wish to administer your database from your own PC, via a program like MySQLFront, you will...
Views: 7303
How do I create an empty MySQL Database
To create the Database, you would go to your cpanel1. Log into the cpanel2. Click the icon for...
Views: 8026
How do I import a Database(Command Line)
**SSH access is needed for this process. Also you will need the file in .sql format, meaning it...
Views: 7747
How do I import a Database(PhpMyAdmin) from an .sql file?
To do this you will need the file in .sql format, meaning it can not be compressed in a .zip or...
Views: 6799
How do I import a Database(PhpMyAdmin) from an .sql file? (New php MyAdmin version)
I have a backup of my database that I need to import/transfer to my new account....
Views: 805
How do I make my MySQL database compatible with the version you provide?
If your version of MySQL is a later release than ours, you can export the database to make it...
Views: 6596
How to add yourself to the new MySql access list
I can't log into MySQL from a remote computer using a MySQL admin tool(phpMyAdmin, Navicat,...
Views: 2512
How to Create a MySQL Back-Up?
Step 1:Login to your control panel http://yourdomain.com/cpanelStep 2:Click on MySQL...
Views: 4736
How to Create a MySQL Database?
1. Login to your UCwebhost cpanel 2. Click on "MySQL Databases" 3. Add database 4. Add...
Views: 9799
How to import and export a MySQL Database from the command line
MySQL Tutorial - Import or Export A DatabaseThis tutorial section deals with mysqldump which is a...
Views: 4586
How to Restore your MySQL Database?
1. Login to your control panel http://yourdomain.com/cpanel2. Click on MySQL databases3. Scroll...
Views: 2537
I would like to dump the Table Structure for my MySQL Database, but none of the data.
The command line option from SSH is:mysql -d -p database_name > file.sqlWhere...
Views: 934
Users having problems connecting to mysql database using SSH and/or putty/other client.
In order to connect to the database when logged in via ssh you must add the ipaddress of the web...
Views: 1886
What version of MySQL are you running?
UCwebhost currently runs two versions of MySQL. Check your cpanel to verify which version your...
Views: 5705