MySQL

Adding a prefix to all tables in a MySQL database

Here's a helpful tip for situations where you need to add a prefix to all of your database tables. Supposing that your database was called "my_database" and the prefix you want to add is "my_prefix", execute the following query:

Subscribe to RSS - MySQL