Start a conversation

My-SQL

  • How to backup/restore your MySQL database

    If you run a database driven website, it is important to backup your databases, periodically. You can generate a Full Backup to do this, but you may decide it is unnecessary to backup everything. So, ...

  • How to connect to the MySQL server remotely

    How to connect to the MySQL server remotely ================================================= Configuration Settings: Host = (use the server IP address) Database name = (cpanelusername_databasename) D...

  • How to connect to the MySQL database

    Configuration Settings: Host = domain name Database name = (cpanelusername_databasename) Database username = (cpanelusername_databaseusername) Database password = (******) Note: When you move database...