I have problems setting up the MySQL database for my application

AA-00346

If you have problems setting up the mysql database for your application please make sure that:

  • Your application is using the correct mysql hostname: (this will be shown in the left hand bar of your cPanel, if it is not shown on the left bar then the hostname is localhost) /
  • Your application is using the correct mysql database / username / password.
  • Don’t forget to specify your mysql username and database with the prefix yourusername_ in front of its given name. For example your CPanel username is byethost and you have named your database joomla. In this case you have to refer to your database as byethost_joomla;
  • Your application is connecting to TCP port 3306.