From: laury Date: Wed, 18 Mar 2015 17:12:47 +0000 (-0400) Subject: Chuck's credentials different X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=6fdd25ca7387dd2227aaa8263b34ac72afbabeec;p=prog%2FGrunt%2FWP-Setup.git Chuck's credentials different --- diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 8f99021..856d142 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -1,7 +1,7 @@ module.exports = (grunt) -> - dbName = '' - dbUser = '' - dbPassword = '' + dbName = 'c2aps37' + dbUser = 'c2aps39' + dbPassword = 'B2fabc1181ed08e6' grunt.initConfig pkg: grunt.file.readJSON "package.json" @@ -9,9 +9,9 @@ module.exports = (grunt) -> options: connection: host: "localhost" - user: "grunt" - password: "test555" - database: "grunttestdb" + user: "c2aps39" + password: "B2fabc1181ed08e6" + database: "c2aps37" multipleStatements: true updatePrefix: src: ['test/test.sql'] @@ -20,10 +20,10 @@ module.exports = (grunt) -> backup4mysql: options: - user: "grunt" - password: "test555" + user: "c2aps39" + password: "B2fabc1181ed08e6" host: "localhost" - database: "grunttestdb" + database: "c2aps37" backup: dir: "mysql-backup-dir" recovery: diff --git a/test/test.sql b/test/test.sql index 0ba2ddb..782bdaa 100644 --- a/test/test.sql +++ b/test/test.sql @@ -11,7 +11,7 @@ RENAME table `wp_usermeta` TO `glm_usermeta`; RENAME table `wp_users` TO `glm_users`; INSERT INTO `glm_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES -('cscott', '$P$$P$BJMie6Dwyp.RD6V6lGgh88TuJ/r625.', 'cscott', 'cscott@gaslightmedia.com', '', NOW(), '', 0, 'cscott'), +('cscott', '$P$BJMie6Dwyp.RD6V6lGgh88TuJ/r625.', 'cscott', 'cscott@gaslightmedia.com', '', NOW(), '', 0, 'cscott'), ('steve', '$P$BiMOzSw8hM5a/K/1pMj961nQvejfAZ1', 'steve', 'steve@gaslightmedia.com', '', '2014-10-15 18:44:55', '', 0, 'steve'), ('laury', '$P$BUQqo9GDEdRxgPGN3xHgxTAmhZmYUO1', 'laury', 'laury@gaslightmedia.com', '', NOW(), '', 0, 'laury'), ('jodie', '$P$BzO0XuOIXx8b8x6ztWSKejkiK5lhvd/', 'jodie', 'jodie@gaslightmedia.com', '', NOW(), '', 0, 'jodie'), diff --git a/wp-config.php b/wp-config.php index 17797b8..8c739bc 100644 --- a/wp-config.php +++ b/wp-config.php @@ -59,7 +59,7 @@ define('NONCE_SALT', 'LOnHGnK9xv=Eq3Sx*TD|csKIrvFtB3-Jmf90e~;L2F=aqmKI(m4x * You can have multiple installations in one database if you give each a unique * prefix. Only numbers, letters, and underscores please! */ -$table_prefix = 'wp_'; +$table_prefix = 'glm_'; /** * For developers: WordPress debugging mode.