I think it's easier to use the phpMyAdmin export tools to make a backup and restore it on the new one. It will create the tables and everything for you.
Note that jRDC is only a connector. So the question is where is the MySQL database. MySQL database is not a simple file such as SQLite databases. The proper way to move it is by making a dump (backup) and restoring it.
I think it's easier to use the phpMyAdmin export tools to make a backup and restore it on the new one. It will create the tables and everything for you.
The size of the exported DB was 100+ MB and myphpadmin said it is too big to import...so I exported only the empty tables and filled the data with a special application.
my.cnf was not found.
Found under xampp\mysql\data the directories with my DB, but when copied with another name phpmyadmin said the table is missing so I guess there is more data files somewhere else.
Restarted Xampp and mysql could not start ! had to remove the copied directory.
May be the best is to go the long way - install mysqldump like Erel suggested.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.