Hi all
[Resending as apparently it didn't reach most of you due to Gmail
rejecting my mails.]
For quite some time we're using Jenkins for CI. We've also added Travis
during next the years. Do you think it's reasonable to still have both
of them?
Own Jenkins server requires some maintenance and currently doesn't
integrate that well with GitHub as Travis. This could be probably
addressed, but the questions is whether it's worth of it.
My personal opinion is that Jenkins does not really have any benefits,
so maybe it's time to drop it from our infrastructure.
PS: I've disabled error-reporting-server tests there as they are
apparently failing due to some timezone errors.
--
Michal Čihař | https://cihar.com/ | https://weblate.org/
Hi,
I am working on this feature
https://github.com/phpmyadmin/phpmyadmin/issues/12887
Till now I have set default database and table names. Should I set the
default control user also to `phpmyadmin` So that you only have to set
the control pass in the `config.inc.php` file.
I think people give the user name according to user preference so its
better so set it from `config.inc.php` file but I am looking for the
community feedback so that I can implement in that way.
Pull Request: https://github.com/phpmyadmin/phpmyadmin/pull/13524
Thanks,
Manish Bisht
Email : hi(a)manishbisht.me
Website : https://manishbisht.me
Hi Manish,
When you are dealing with configuration storage, you need to use
controluser link for database interface. Otherwise, it will use current
user to execute queries. Current user may not have permissions to even
access phpmyadmin database. You can do this by passing
$GLOBALS['controluser'] as parameter to any function operating with DBI. I
am assuming that you have set up controluser and similar parameters in
config.inc.php file. If it still doesn't work, please share the error you
are getting.
Regards,
Raghuram
On 17-Jul-2017 3:16 PM, "Manish Bisht" <manish.bisht490(a)gmail.com> wrote:
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(a)manishbisht.me
Website : https://manishbisht.me
On Sat, Jul 15, 2017 at 5:07 PM, Manish Bisht <manish.bisht490(a)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(a)manishbisht.me
> Website : https://manishbisht.me
>
>
> On Sat, Jul 15, 2017 at 5:02 PM, Raghuram Vadapalli <
> raghuram.vadapalli(a)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(a)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(a)manishbisht.me
>>> Website : https://manishbisht.me
>>>
>>>
>>> _______________________________________________
>>> Developers mailing list
>>> Developers(a)phpmyadmin.net
>>> https://lists.phpmyadmin.net/mailman/listinfo/developers
>>>
>>>
>> _______________________________________________
>> Developers mailing list
>> Developers(a)phpmyadmin.net
>> https://lists.phpmyadmin.net/mailman/listinfo/developers
>>
>>
>
_______________________________________________
Developers mailing list
Developers(a)phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/developers
Welcome to phpMyAdmin 4.7.3, a regular maintenance release containing
bug fixes.
A complete list of new features and bugs that have been fixed is
available in the ChangeLog file or
changelog.php included with this release.
Notable changes since 4.7.2:
* Fixed creating relations
* Fixed export without back quotes
* Improved handling of uploaded files with open_basedir
* Fixed usage of some browser transformations
* Automatically connect using SSL when server is configured for such
There are many more improvements; please refer to the ChangeLog for full
details.
As always, downloads are available at https://www.phpmyadmin.net
Thanks to our sponsors for helping to make this work possible!
The phpMyAdmin Team
I have a website project to develop for my company.
I actually think about using PHP/ MySQL for that purpose.
One of my difficulties concern phpmyadmin and is the following :
I need to save a record with a datatype < LONGTEXT > or < MEDIUM
TEXT > (in fact the textarea must content until 2.000.000 caracters). When
I test to register I obtain a pinky messagebox from mysql server saying that it is gone away...
And no record has been done.
So how can I use those two datatypes for longtext records ?
And is there a configuration to define for the mysql server for such requests ?
Thanks for your help.
[cid:image001.jpg@01D3016B.88D2A130]
Hi,
It's nearly time for phpMyAdmin 4.7.3, especially considering that we
planned a slightly earlier than usual release in [1].
As usual, let me know if you have any objections or issues that should
block the release. I see nothing critical in the tracker, but will
keep an eye on the milestone status.
I'll probably do the release in a few days.
Isaac
1 - https://github.com/phpmyadmin/phpmyadmin/issues/13465
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(a)manishbisht.me
Website : https://manishbisht.me
Hello developers,
The monthly IRC meeting is scheduled for tomorrow, but there isn't
anything on the agenda.
If no one has any topics to add, I suggest we skip this meeting.
Isaac
Hi all
I've just moved all phpMyAdmin repos on Codecov from my personal
account to phpMyAdmin organization and granted all you access to it:
https://www.codacy.com/app/phpMyAdmin
You should be able to tweak the "patterns" there to adjust checks to
match what we need to get better automated review.
--
Michal Čihař | https://cihar.com/ | https://weblate.org/