Hi,
To store the import/export progress I have added one new table in sql/create_tables.sql file but I can't see my new table in the phpmyadmin database. How to update phpmyadmin database from that file. I guess there is something that do it automatically instead of manually executing the statement.
Thanks,
Manish Bisht Email : hi@manishbisht.me Website : https://manishbisht.me
On Jul 15, 2017, at 7:07 AM, Manish Bisht manish.bisht490@gmail.com wrote:
Hi,
To store the import/export progress I have added one new table in sql/create_tables.sql file but I can't see my new table in the phpmyadmin database. How to update phpmyadmin database from that file. I guess there is something that do it automatically instead of manually executing the statement.
Actually, that file needs to be run manually by the user. There is the zero configuration process which can run it for a user automatically in certain cases, but it really is intended for manual use.
The documentation tells users how to use it in this section https://docs.phpmyadmin.net/en/latest/setup.html#phpmyadmin-configuration-st.... The script is safe to run repeatedly, so to upgrade from an old style structure to one that includes your changes, users can just run the script again.
Thanks,
Manish Bisht Email : hi@manishbisht.me Website : https://manishbisht.me
Developers mailing list Developers@phpmyadmin.net https://lists.phpmyadmin.net/mailman/listinfo/developers
Hi,
You have to run that sql file. Running it is part of installation process as far as I know.
Regards, Raghuram
On 15-Jul-2017 4:38 PM, "Manish Bisht" manish.bisht490@gmail.com wrote:
Hi,
To store the import/export progress I have added one new table in sql/create_tables.sql file but I can't see my new table in the phpmyadmin database. How to update phpmyadmin database from that file. I guess there is something that do it automatically instead of manually executing the statement.
Thanks,
Manish Bisht Email : hi@manishbisht.me Website : https://manishbisht.me
Developers mailing list Developers@phpmyadmin.net https://lists.phpmyadmin.net/mailman/listinfo/developers
Thanks
Just created the table by running import.
How to save data in the tables by running queries from any file.
Manish Bisht Email : hi@manishbisht.me Website : https://manishbisht.me
On Sat, Jul 15, 2017 at 5:02 PM, Raghuram Vadapalli < raghuram.vadapalli@research.iiit.ac.in> wrote:
Hi,
You have to run that sql file. Running it is part of installation process as far as I know.
Regards, Raghuram
On 15-Jul-2017 4:38 PM, "Manish Bisht" manish.bisht490@gmail.com wrote:
Hi,
To store the import/export progress I have added one new table in sql/create_tables.sql file but I can't see my new table in the phpmyadmin database. How to update phpmyadmin database from that file. I guess there is something that do it automatically instead of manually executing the statement.
Thanks,
Manish Bisht Email : hi@manishbisht.me Website : https://manishbisht.me
Developers mailing list Developers@phpmyadmin.net https://lists.phpmyadmin.net/mailman/listinfo/developers
Developers mailing list Developers@phpmyadmin.net https://lists.phpmyadmin.net/mailman/listinfo/developers
How to use the phpmyadmin configuration database properly.
I am using the following code.
$GLOBALS['dbi']->selectDb('phpmyadmin'); $GLOBALS['dbi']->tryQuery('INSERT INTO `pma__progress` VALUES ("sas", "sas", 50, 100)');
Let me know if I am correct or wrong. I think I am missing something.
Manish Bisht Email : hi@manishbisht.me Website : https://manishbisht.me
On Sat, Jul 15, 2017 at 5:07 PM, Manish Bisht manish.bisht490@gmail.com wrote:
Thanks
Just created the table by running import.
How to save data in the tables by running queries from any file.
Manish Bisht Email : hi@manishbisht.me Website : https://manishbisht.me
On Sat, Jul 15, 2017 at 5:02 PM, Raghuram Vadapalli < raghuram.vadapalli@research.iiit.ac.in> wrote:
Hi,
You have to run that sql file. Running it is part of installation process as far as I know.
Regards, Raghuram
On 15-Jul-2017 4:38 PM, "Manish Bisht" manish.bisht490@gmail.com wrote:
Hi,
To store the import/export progress I have added one new table in sql/create_tables.sql file but I can't see my new table in the phpmyadmin database. How to update phpmyadmin database from that file. I guess there is something that do it automatically instead of manually executing the statement.
Thanks,
Manish Bisht Email : hi@manishbisht.me Website : https://manishbisht.me
Developers mailing list Developers@phpmyadmin.net https://lists.phpmyadmin.net/mailman/listinfo/developers
Developers mailing list Developers@phpmyadmin.net https://lists.phpmyadmin.net/mailman/listinfo/developers