genisys
I moved the entire directory.
You should have moved just the contents of the wordpress directory (and not the actual directory) into the ibay html folder
I wiped my files
Well you need to add the wordpress mysql db details into wp-config.php.
It's been a long time since I looked at wordpress, either do it manually, or that is probably best done using the db command
View the output of
config show wordpress
you will see the keys & their current settings
Then read the DB Command Tuturial Howto for further instructions if necessary to change or correct these settings,
eg
config setprop wordpress status disabled
config setprop wordpress DbName wordpress
& so on
then issue
signal-event post-upgrade
signal-event reboot
The golden rule is to ALWAYS make a copy of your folders & files before doing anything, just in case.
Just to be safe, you best make a copy of your mysql db NOW, minimally by copying
/var/lib/mysql/wordpress
to a safe location on your server, assuming nothing is using the databases ie they are not open.
There should be a mysql dump in the daily backup, as well as config files for wordpress, assuming you use one of the default backup solutions, it may be best to just restore the whole wordpress folder.
If you reinstall the wordpress contrib rpm, you risk overwriting the existing wordpress mysql db.