How To Find Your MySQL Table Prefix

  • Print

Find Your MySQL Table Prefix

If you are running uKnowva 2.4.2 or above, you can simply go to uKnowva ConfigurationàSystem Information.

There you shall get the Database table prefix.

If you are running any version below uKnowva 2.4.2, then you just need to check your database tables, the common starting letters of each table are your prefix.

Example: If you notice tables like

smthing_ak_acl
smthing_ak_profile
smthing_users

etc...then your table prefix is "smthing"

{jcomments on}