11.06.2014, 03:35
Download XXAMP or Wamp server after making that you need to restart your computer then after opening it you need to go to your PHPMYADMIN ((localhost/phpmyadmin))
if you server got a SQL.sql((any thing which got .sql)) just upload ((Import)) to your PHPMYADMIN but remember to select database
After making the previous step
Go and edit your script
#define debug 1
#define dbg-callbacks 1
#define MYSQL_HOST "localhost" // leave it as localhost
#define MYSQL_USER "myusername" // Your PHPMYADMIN username
#define MYSQL_DATABASE "mydatabase" // phpmyadmin database name
#define MYSQL_PASSWORD "mypass" // phpmyadmin password
#define ip_remote_check 1
Hope that i helped you.
if you server got a SQL.sql((any thing which got .sql)) just upload ((Import)) to your PHPMYADMIN but remember to select database
After making the previous step
Go and edit your script
#define debug 1
#define dbg-callbacks 1
#define MYSQL_HOST "localhost" // leave it as localhost
#define MYSQL_USER "myusername" // Your PHPMYADMIN username
#define MYSQL_DATABASE "mydatabase" // phpmyadmin database name
#define MYSQL_PASSWORD "mypass" // phpmyadmin password
#define ip_remote_check 1
Hope that i helped you.
