Accessing phpMyAdmin

Here’s a quick way to access phpMyAdmin. I am running on a WAMP stack, so the picture will reflect that.

[The image you are requesting does not exist or is no longer available]

Alternatively, you can access via localhost/phpmyadmin, which in many cases is something close to:

http://127.0.0.1/phpmyadmin/

Being able to work with this will give you access to the nativeDB (MySQL), which contains all of the necessary and extremely important DB schema & data for running your DSP.

Do not mess around with the “sys” schemas

The reason for my posting this was to give an easy way to import/export DB data that you have to make your DSP more flexible and “mobile.”

For instance, if you’re running on the hosted system and want to switch to local. You can import your app data into the local DB to mimic your hosted environment.

Thanks y’all,

  • Mark