1
Mamba
Docker: XOOPS 2.5.10 on PHP 7.3 RC5 and MySQL 8.0.13
  • 2018/11/12 2:21

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Resized Image


If you want to test the upcoming XOOPS version 2.5.10 on PHP 7.3 RC5 and MySQL 8.0.13 using Docker, the files are here:
https://github.com/geekwright/xoops_mysql8

Make sure you read the Readme.md file

Richard (aka Geekwright) is testing and is fixing potential issues. So far he has found only a few issues running under MySQL 8.0. The expanded reserved word list is one. There are also issues with using PHP with the new default authentication plugin in MySQL 8.0, caching_sha2_password.
Docker version above sets default-authentication-plugin=mysql_native_password.

The 'rank' column in users table is a reserve word, and needs to be `quoted`

Richard changed criteria class to use quotes on criteria column names to prevent reserved word issues.

I have installed the Docker version and it worked perfectly. I'll need to test some modules...

Background on problems.
---------------------------------
https://dev.mysql.com/doc/refman/8.0/en/keywords.html

https://mysqlserverteam.com/upgrading-to-mysql-8-0-default-authentication-plugin-considerations/
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

2
alain01
Re: Docker: XOOPS 2.5.10 on PHP 7.3 RC5 and MySQL 8.0.13
  • 2019/2/7 2:31

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Hi Mamba,
i've just tested docker +https://github.com/geekwright/xoops_mysql8.

I'm new with docker, but all is ok,
ok runs, it's amazing...
Thanks for that (You and geekwright)

But i have one question :
My hoster is Ms W10,
i found the docker settings / advanced / disk image location

but how can i see and put some files like modules in it ?
ssh ?
docker commands ?

Alain01 from fr

3
Mamba
Re: Docker: XOOPS 2.5.10 on PHP 7.3 RC5 and MySQL 8.0.13
  • 2019/2/7 2:51

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

4
alain01
Re: Docker: XOOPS 2.5.10 on PHP 7.3 RC5 and MySQL 8.0.13
  • 2019/2/7 11:58

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


humm...

Ok, my first contribution Docker/XOOPS
Just write here for memo,
please modify it if it's not correct.

show enabled containers :
>docker container ls (or >docker ps)

Enter in the container "xoopstest" (web server Apache ) in bash shell :
>docker run -it xoopstest bash
Then you could use linux command, like "ls", "pwd", "cd"...

Save modifications in the image :
root@xxxxxxx>[i]exit[/i]
>docker commit xxxxxxx xoopstest-update01

Next step :
Put files/directory in image (modules, theme, template)

5
alain01
Re: Docker: XOOPS 2.5.10 on PHP 7.3 RC5 and MySQL 8.0.13
  • 2019/2/11 9:54

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Here, a french tuto to use Docker with XOOPS :
http://www.frxoops.org/modules/news/article.php?storyid=1964

6
Mamba
Re: Docker: XOOPS 2.5.10 on PHP 7.3 RC5 and MySQL 8.0.13
  • 2019/2/11 15:28

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


That's awesome!!!
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

Login

Who's Online

203 user(s) are online (109 user(s) are browsing Support Forums)


Members: 0


Guests: 203


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits