Articles

Can I rename my database getting rid of the 'web-' part of the name? Unfortunately this isn't possible on our standard hosting packages as the convention is required... How can I manage my MySQL database? Once you have created a database using your Bpanel 2.0 Control Panel you will be able to manage... How can I upload my MySQL database? There are numerous ways to upload a MySQL database, we would strongly recommend trying methods 2... How do I backup my MySQL database? Backing up your MySQL database can be done in several ways: 1. Using the backup tool from the... How do I connect to MySQL via SSH (telnet)? You can connect to the server using SSH Telnet, once logged into the system you can access MySQL... How do I connect to another database on another server from my PHP script? A connection is made to a database with the usual... How do I connect to my MySQL database? A simple php script to open a connection to a database <?php $dbhost = 'localhost'; $dbuser =... How do I create a MySQL database? If your account type includes MySQL databases, then log in to your eXtend Control Panel... How do I grant permissions to a MySQL standalone user? MySQL standalone users provide additional security in certain advanced applications... How do I query a MySQL database from a PHP script? Use the following outline to connect and begin querying the MySQL server from within... How do I set up the MySQL connection using Dreamweaver? 1. Open Dreamweaver 2. Click File>New 3. Choose “Dynamic Page” in... I have software that requires MySQL 4 can this be provided instead of the current version. MySQL 4 was less compliant with ANSI SQL - this was improved in version 5 and there are many... My PHP script gives the error 'Call to undefined function: mysql_connect()' This error is usually caused by unecessary or incorrect directives in a... My script states that the MAX_JOIN_SIZE setting in MySQL set to low. How do I increase it? MySQL will refuse to execute select statements that process a very large number of rows. You... What are the default / allowed privileges for MySQL databases? By default on all MySQL databases the current privileges are given - SELECT, INSERT,... Why am I getting a host blocked with 'mysqladmin flush-hosts' error? Errors such as:- Host 'xxx.xxx.xxx.xxx' is blocked because of many connection errors;...
« Back