OLD
—
// ** MySQL settings ** //
define(‘DB_NAME’, ‘beave8_wrdp1’); // The name of the database
define(‘DB_USER’, ‘beave8_wrdp1’); // Your MySQL username
define(‘DB_PASSWORD’, ‘*******’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
NEW
—
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘umill3_wrdp1’); // The name of the database
define(‘DB_USER’, ‘umill3_wrdp1’); // Your MySQL username
define(‘DB_PASSWORD’, ‘*******’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);
I downloaded old sql via Php myadmin. EXCEPT for the options table.
Then I installed a fresh install of ver. 2.2 on my new server. Then I went into php myadmin and clicked on SQL tab, and inserted the SQL queries of old database into the box. and hit enter.
Hope this helps.
I would delete those weird symbols manually, but I have a LOT of entries.
@moshu, Yes, I think I use double tab, double space a lot. ??