Chuck's credentials different
authorlaury <laury@gaslightmedia.com>
Wed, 18 Mar 2015 17:12:47 +0000 (13:12 -0400)
committerlaury <laury@gaslightmedia.com>
Wed, 18 Mar 2015 17:12:47 +0000 (13:12 -0400)
Gruntfile.coffee
test/test.sql
wp-config.php

index 8f99021..856d142 100644 (file)
@@ -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:
index 0ba2ddb..782bdaa 100644 (file)
@@ -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'),
index 17797b8..8c739bc 100644 (file)
@@ -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.