On this page
Using MySQL
Introduction
Here are some solutions that will hopefully save you time.
Converting a Latin1 Database to UTF8
Here’s the magic command:
|
|
Adding a Prefix to All Tables in a Database
Here’s how to add a prefix to all tables in a database:
|
|
You just need to replace:
my_prefix
: with your desired prefixmy_database
: with the desired database
References
Last updated 25 Jan 2013, 16:43 +0200.