// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
-define('DB_NAME', 'wordpress');
+define('DB_NAME', 'dev_glm');
/** MySQL database username */
-define('DB_USER', 'cscott');
+define('DB_USER', 'dev_glm');
/** MySQL database password */
-define('DB_PASSWORD', 'fhsmarie');
+define('DB_PASSWORD', 'dev24glm');
/** MySQL hostname */
define('DB_HOST', 'localhost');
define( 'WP_ALLOW_MULTISITE', true );
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);
-define('DOMAIN_CURRENT_SITE', '192.168.44.11');
-define('PATH_CURRENT_SITE', '/wordpress/');
+define('DOMAIN_CURRENT_SITE', 'dev.gaslightmedia.com');
+define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
define('FS_METHOD', 'direct');
Tags: db migration, migration, wordpress migration, db backup, db restore, website backup, website restore, website migration, website deploy, wordpress deploy, db backup, database export, database serialization, database find replace
Requires at least: 3.3
Tested up to: 4.0
-Stable tag: 2.0.2
+Stable tag: 2.0.3
License: GPLv2 or later
All-in-One WP Migration is the only tool that you will ever need to migrate a WordPress site.
3. Plugin Menu
== Changelog ==
+= 2.0.3 =
+* Fixed a security issue when importing site using regular users
+
= 2.0.2 =
* Added support for WordPress v4.0