I transferred a website to a Synology box but I'm unable to get the db connected with the site. I need some syntax help with this connection string on the attached file. Thank you for any assistance you can offer! Kit
Sent from Yahoo Mail on Android
Hi Kit,
Unfortunately, we aren't able to help with your problem because that code doesn't have to do with the phpMyAdmin application. We develop and maintain the phpMyAdmin application, which is a way for system administrators and others to manage a MySQL or MariaDB database installation. It's very likely that your application does interact with a MySQL or MariaDB database, but the problem you're having doesn't relate to phpMyAdmin itself.
You may be able to get better assistance from a forum that's specific to the application you're using, stackoverflow.com, or a general PHP programming forum.
Cheers, Isaac from the phpMyAdmin team
On Wed, Jun 17, 2020 at 4:20 PM Kit Rodman via Developers developers@phpmyadmin.net wrote:
I transferred a website to a Synology box but I'm unable to get the db connected with the site. I need some syntax help with this connection string on the attached file. Thank you for any assistance you can offer!
Kit
Sent from Yahoo Mail on Android _______________________________________________ Developers mailing list Developers@phpmyadmin.net https://lists.phpmyadmin.net/mailman/listinfo/developers
Thanks for your reply, where then am I to go to get help with connecting a MySql db to a website, using phpMyAdmin when I can't get phpMyAdmin to connect? I thought this was the place since this is the app I'm using
Sent from Yahoo Mail on Android
On Wed, Jun 17, 2020 at 3:26 PM, Isaac Bennetchbennetch@gmail.com wrote: Hi Kit,
Unfortunately, we aren't able to help with your problem because that code doesn't have to do with the phpMyAdmin application. We develop and maintain the phpMyAdmin application, which is a way for system administrators and others to manage a MySQL or MariaDB database installation. It's very likely that your application does interact with a MySQL or MariaDB database, but the problem you're having doesn't relate to phpMyAdmin itself.
You may be able to get better assistance from a forum that's specific to the application you're using, stackoverflow.com, or a general PHP programming forum.
Cheers, Isaac from the phpMyAdmin team
On Wed, Jun 17, 2020 at 4:20 PM Kit Rodman via Developers developers@phpmyadmin.net wrote:
I transferred a website to a Synology box but I'm unable to get the db connected with the site. I need some syntax help with this connection string on the attached file. Thank you for any assistance you can offer!
Kit
Sent from Yahoo Mail on Android _______________________________________________ Developers mailing list Developers@phpmyadmin.net https://lists.phpmyadmin.net/mailman/listinfo/developers
The code you've posted isn't from phpMyAdmin, and phpMyAdmin isn't an interface you can use to connect your website to the database. You would use phpMyAdmin to manually perform administrative tasks on your database such as adding new user accounts to MySQL, creating a new database, or changing a table's collation. The interface between your website and the database is handled by some other interface (a programming library) and isn't really related to phpMyAdmin; the system running your website and phpMyAdmin seem to talk to the same database, but they operate independently from each other.
Sadly, I haven't seen anything identifiable to even help point you in the right direction for more help. Most web sites are driven by some common application (such as WordPress, for instance) or completely custom code, and if you can determine what platform that is you could begin asking for help in that community. We don't have the resources or access to your server to look in to details of what the other application is doing.
Isaac
On Wed, Jun 17, 2020 at 4:38 PM Kit Rodman kit_r_@yahoo.com wrote:
Thanks for your reply, where then am I to go to get help with connecting a MySql db to a website, using phpMyAdmin when I can't get phpMyAdmin to connect? I thought this was the place since this is the app I'm using
Sent from Yahoo Mail on Android
On Wed, Jun 17, 2020 at 3:26 PM, Isaac Bennetch bennetch@gmail.com wrote: Hi Kit,
Unfortunately, we aren't able to help with your problem because that code doesn't have to do with the phpMyAdmin application. We develop and maintain the phpMyAdmin application, which is a way for system administrators and others to manage a MySQL or MariaDB database installation. It's very likely that your application does interact with a MySQL or MariaDB database, but the problem you're having doesn't relate to phpMyAdmin itself.
You may be able to get better assistance from a forum that's specific to the application you're using, stackoverflow.com, or a general PHP programming forum.
Cheers, Isaac from the phpMyAdmin team
On Wed, Jun 17, 2020 at 4:20 PM Kit Rodman via Developers developers@phpmyadmin.net wrote:
I transferred a website to a Synology box but I'm unable to get the db connected with the site. I need some syntax help with this connection string on the attached file. Thank you for any assistance you can offer!
Kit
Sent from Yahoo Mail on Android
Developers mailing list Developers@phpmyadmin.net https://lists.phpmyadmin.net/mailman/listinfo/developers
I'll post on xda tomorrow, the json I posted is from the old box, just an example of what I need. I've got the db imported into phpMyAdmin and the site up and running on the same box but I'm unable to connect the db to the site... I thought that was done through myphpadmin. Sent from Yahoo Mail on Android
On Wed, Jun 17, 2020 at 8:20 PM, Isaac Bennetchbennetch@gmail.com wrote: The code you've posted isn't from phpMyAdmin, and phpMyAdmin isn't an interface you can use to connect your website to the database. You would use phpMyAdmin to manually perform administrative tasks on your database such as adding new user accounts to MySQL, creating a new database, or changing a table's collation. The interface between your website and the database is handled by some other interface (a programming library) and isn't really related to phpMyAdmin; the system running your website and phpMyAdmin seem to talk to the same database, but they operate independently from each other.
Sadly, I haven't seen anything identifiable to even help point you in the right direction for more help. Most web sites are driven by some common application (such as WordPress, for instance) or completely custom code, and if you can determine what platform that is you could begin asking for help in that community. We don't have the resources or access to your server to look in to details of what the other application is doing.
Isaac
On Wed, Jun 17, 2020 at 4:38 PM Kit Rodman kit_r_@yahoo.com wrote:
Thanks for your reply, where then am I to go to get help with connecting a MySql db to a website, using phpMyAdmin when I can't get phpMyAdmin to connect? I thought this was the place since this is the app I'm using
Sent from Yahoo Mail on Android
On Wed, Jun 17, 2020 at 3:26 PM, Isaac Bennetch bennetch@gmail.com wrote: Hi Kit,
Unfortunately, we aren't able to help with your problem because that code doesn't have to do with the phpMyAdmin application. We develop and maintain the phpMyAdmin application, which is a way for system administrators and others to manage a MySQL or MariaDB database installation. It's very likely that your application does interact with a MySQL or MariaDB database, but the problem you're having doesn't relate to phpMyAdmin itself.
You may be able to get better assistance from a forum that's specific to the application you're using, stackoverflow.com, or a general PHP programming forum.
Cheers, Isaac from the phpMyAdmin team
On Wed, Jun 17, 2020 at 4:20 PM Kit Rodman via Developers developers@phpmyadmin.net wrote:
I transferred a website to a Synology box but I'm unable to get the db connected with the site. I need some syntax help with this connection string on the attached file. Thank you for any assistance you can offer!
Kit
Sent from Yahoo Mail on Android
Developers mailing list Developers@phpmyadmin.net https://lists.phpmyadmin.net/mailman/listinfo/developers