Covid-19: Get an interactive online video support (by WhatsApp appointment +229 62 01 99 99)

Frequently Asked Questions

 

Here are some questions that are frequently asked. The list will expand thereafter.

Questions about:

 

Questions about MySQL

 

How to activate and use the MYSQL database?
You can activated and deactivated by going to your PHP AFRIQUE management panel under the tab "Databases".

 

Mysql returns me an error of Max_connections, wht to do?
This error is due to the fact that you have to use too many simultaneous connections on the same database. (5 connections). If you have a lot of traffic, it is best to open the SQL connection only when you use it then close it (mysql_close ()). This reduces the connection time.