I use phpmyadmin v4.1.14 Apache version 2.4.9.
After my wamp
corrupt I copy the whole folder of wamp and install the new one with the same version.
I replace all the folder expect wampmanager.ini
which was corrupted, but after going to phpmyadmin, all databases don't show any data with error after click any table:
#1146 -Table XXXX doesn't exist
I try to read some answers here but not working.
wampmanager.ini
is re-created every time you start WAMPServer, and when you do arefresh
from the menu.If
wampmanager.ini
was really corrupted, then it is most likely thatwampmanager.tpl
was actually corrupted, as that file is used bywampmanager.exe
to rebuildwampmanager.ini
However, it is rare for either file to get corrupted unless someone has been playing with the
wampmanager.tpl
file. Always take a copy ofwampmanager.tpl
if you are trying to change it, so you can get back to a working system by restoring your copy.Restoring your backup
The simple way.
If all you think you need from the new install is the
\wampmanager.tpl
andwampmanager.ini
then this is a simpler solutionOn your new install of WAMPServer:
Using the wampmanager menus, do
WAMPServer is basically uninstalled, but no files have been deleted
Now restore your backed up version of WAMPServer
Now pick up the 2 files you think are corrupted from the new install and place them in the restored original WAMPServer
Start WAMPServer
Now re-register the Apache and MYSQL services
To make sure the SYMLINKS are correctly rebuilt do
Your old WAMPServer should now be reinstalled, but with the new versions of the
wampmanager.ini
andwampmanager.tpl
If this does not work, you have not changed your original backup in any way, but you should be back where you were before installing the new WAMPServer, but having replaced the 2 files you think were corrupted.
If this does not come up with your old database intact, then you did not make a complete backup, and I am afraid your database may well be lost for ever.
If all works you can delete the
C:\wamp_new
folder to avoid confusion later