In my phpmyadmin.net line was deleted and i don't know exactly which one. I am trying to find out how I can tell where my backup of previous files would be or if you could guide me in the right direction to locating and fixing this problem. This is tied to an app that we developed. Our server is Linode. Our app is on apple stores. Is there anything I can do.
Hello,
On Thu, Aug 10, 2017 at 7:08 PM, Heard Entertainment heardentertainment@hotmail.com wrote:
In my phpmyadmin.net line was deleted and i don't know exactly which one.
If there's a problem with your phpMyAdmin software, you can just download and reinstall from https://www.phpmyadmin.net/downloads/ . phpMyAdmin is just a series of PHP scripts that reside somewhere under your webserver's root folder, so reinstalling the application is rather trivial. You may wish to preserve your config.inc.php which contains customizations.
I am trying to find out how I can tell where my backup of previous files would be
On the off chance you instead mean a row of data was accidentally deleted from your MySQL database, then my answer will be less helpful. phpMyAdmin can be used to generate backups (just like `mysqldump` or a dozen other more automated tools), but where you would put those downloaded .sql files isn't something we can help you find. phpMyAdmin tells the browser to offer the file for download when you generate an export, but then you have to select a destination (or your browser picks one for you; that's completely up to how your browser and operating system are configured).
Also, for support information please see https://www.phpmyadmin.net/support/ - this list is mostly for discussion about the development of the program.
Regards, Isaac
or if you could guide me in the right direction to locating and fixing this problem. This is tied to an app that we developed. Our server is Linode. Our app is on apple stores. Is there anything I can do.
Developers mailing list Developers@phpmyadmin.net https://lists.phpmyadmin.net/mailman/listinfo/developers