Hope you understand
Hosting and configuration issues are beyond our support. We only help fellow as programmers, We only help personally not appbuilder support
STEP 1: Create a MySQL Database
- Log into cPanel.
- Under Databases, click MySQL Databases.
- In the New Database field, type a name for the database.
- Click Create Database.
- Click Go Back
.
STEP 2: Create a Database User
- Log into cPanel.
- Under Databases, click MySQL Databases.
- Click Jump to MySQL Users in the top-left corner of the page.
- Under Add New User, enter a username.
- Enter a password in the Password field.
- Click Go Back
STEP 3: Assign Privileges to Database User
- Log into cPanel.
- Under Databases, click MySQL Databases.
- Under Add User to Database, select a user from the User drop-down menu.
- From the Database drop-down menu, select the database you wish to allow the user access to.
- Click Add.
- From the MySQL Account Maintenance screen, select the privileges you wish to grant the user or select ALL PRIVILEGES.
- Click Make Changes.
- Click Go Back
- Check if the user has successfully connected to the database
STEP 4: Execute a MySQL Database using phpMyAdmin
- Log into cPanel.
- Under Databases, open phpMyAdmin by clicking the phpMyAdmin icon.
- On the left, select the database that you will be working with
- Click SQL in the top menu
- Open your AppBuilder, and go to the (IMAB) PHP Native Generator page.
- Copy the code in the SQL Structure session.
- Go back to phpMyAdmin, and paste the code in the Run SQL query/queries on database field
- Click Go
STEP 5: Upload source code
- Upload the source code using the software you like, using ftp (coreFTP, FileZilla or etc) or using File Manager on cPanel.
STEP 6: Edit the PHP code
- Open the code editor you like
- Edit the restapi.php file, adjust it to the mysql settings in cPanel.
- Edit the admin.php file, adjust it to the mysql settings in cPanel.
Last edit: 2020-08-30 12:06:38