wampserver - Restore old undumped MySQL database to new Wamp Server -


i install wamp server d: partition not c: partition.

i've formatted c: partition forgotten dump databases.

my old databases still in d:\wamp\bin\mysql\mysql5.1.53\data\[database-name] *.frm, *.myd, *.myi files.

i didn't install wamp server yet.

so; should reinstall wamp server , restore old database(s).

could please tell step step?

if use myisam storages , never used innodb find my.ini , find line

datadir=... 

and make sure like

datadir=d:\wamp\bin\mysql\mysql5.1.53\data\ 

if using innodb need adjust

innodb_log_file_size=... 

to size of yours ib_logfile* files placed in d:\wamp\bin\mysql\mysql5.1.53\data\


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

xcode - Swift Playground - Files are not readable -

jboss7.x - JBoss AS 7.3 vs 7.4 and differences -