Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give the possibility of choice between MariaDB and MySQL suite #93

Open
ljdj opened this issue Nov 9, 2023 · 15 comments
Open

Give the possibility of choice between MariaDB and MySQL suite #93

ljdj opened this issue Nov 9, 2023 · 15 comments

Comments

@ljdj
Copy link

ljdj commented Nov 9, 2023

Bon, je vois que mon post précédent et clos !
Soit, vous faites votre travail pour le choix entre MariaDB ou MySQL afin que l'utilisateur sélectionne ce qu'il souhaite sur le script, ce qui serait judicieux pour tous, soit vous fermez mon post, mais je reviendrais poster une demande identique

@iliajie
Copy link
Contributor

iliajie commented Nov 9, 2023

Hello,

We will be able to add this as a feature at some point in time!

Meanwhile, you still can use Virtualmin 7 with MySQL by installing MySQL prior to running virtualmin-install.sh script using the following command:

apt-get install mysql-server mysql-client mysql-common

@swelljoe swelljoe closed this as completed Nov 9, 2023
@Greralt
Copy link

Greralt commented Nov 9, 2023

Merci @iliajie mais mon post #92 a été supprimer et mon compte banni par Joe Cooper(pourtant je n'ai pas fait d'infraction...)

pour la commande je l'ai deja faire
Screen Shot 11-09-23 at 01 11 AM

merci de ne plus me bannir et de trouver une solution a ma requete du post #92

@Greralt
Copy link

Greralt commented Nov 9, 2023

Merci de mettre en open ce post s'il vous plait, car je ne demande juste une chose, ce n'est que sur le script virtualmin-instal-sh afin de pouvoir choisir l'installation (MySQL ou MariaDB)

Après à vous développeur de mettre en forme pour le choix lors de l'installation.
MariaDB, je ne suis pas fan, j'ai lu des posts sur le site virtualmin mais j'ai tout essayé, je retourne sur mariadb ou une page d'erreur comme ci-dessus sur wirtualmin

@Greralt
Copy link

Greralt commented Nov 9, 2023

Pour info ljdj c'est moi donc merci de réouvrir se post s'il vous plaît!
Et oui de retour... enfin si on me ban encore...

Je souhaite juste une mise a jour du script afin de choisir entre mysql ou mariadb

@swelljoe
Copy link
Collaborator

swelljoe commented Nov 9, 2023

pourtant je n'ai pas fait d'infraction...

You threatened us multiple times (with "bad publicity" and trying to get github to ban us) if we didn't satisfy your demands, and insulted us by suggesting our time (of which we've already given literal decades of to you and every other Virtualmin user for free) is only worth 1 euro.

I'm tempted to ban this account, too, because you either don't understand how ugly your behavior has been (meaning nothing I say can change your behavior, because you lack capacity to understand that you can't make demands and threats and insult people like that with impunity) or you understand and choose to inflict it on others anyway (meaning you have nothing but disdain for the developers who make the Open Source software you use, and well, what am I supposed to do with that?).

My patience for rude users who make demands of people who work on software for free has long ago reached an end. Your threats pushed it well over the line. I still have plenty of anger left over from your initial demands and threats. 🤷‍♂️

@Greralt
Copy link

Greralt commented Nov 9, 2023

On pourrait rouvrir ce post svp afin de trouver une solution satisfaisante à tout le monde.
J'ai eu beau faire les toutes les techniques,

  • installer mysql-server(et tous les packages qui vont avec) en premier
  • Installer le script.sh
  • Recevoir un avertissement comme quoi mysql est déjà installer
  • j'installe tout se passe bien, il me met bien mysq
  • mais je ne peux pas accéder à mysql car mardiadb a cassé toute l'installation

@iliajie
Copy link
Contributor

iliajie commented Nov 9, 2023

  • mais je ne peux pas accéder à mysql car mardiadb a cassé toute l'installation

It shouldn't happen. MariaDB isn't installed if MySQL was pre-installed the way I mentioned in my first comment.

What was the exact command that you used to pre-install MySQL?

@Greralt
Copy link

Greralt commented Nov 9, 2023

La commande est la même que vous avez mentionné :
apt-get install mysql-server mysql-client mysql-common

j'ai tout essayé, cela fait 3 jours que j'ai cette erreur, cf l'image joint plus haut!
j'ai du réinstallé au moins 10 fois mon server et toujours la même chose sur ubuntu 22.04 lts

@iliajie
Copy link
Contributor

iliajie commented Nov 9, 2023

I never had such issue.

What happens if you run:

systemctl restart mysql
systemctl status mysql

and also, what is the output of:

cat /etc/webmin/mysql/config

and

cat /etc/os-release

@iliajie iliajie reopened this Nov 9, 2023
@Greralt
Copy link

Greralt commented Nov 9, 2023

je veux bien faire les commandes, mais impossible de démarer mysql
Screen Shot 11-09-23 at 04 38 PM

  • systemctl restart mysql
    Job for mysql.service failed because the control process exited with error code.
    See "systemctl status mysql.service" and "journalctl -xeu mysql.service" for details.

  • systemctl status mysql
    × mysql.service - MySQL Community Server
    Loaded: loaded (/lib/systemd/system/mysql.service; disabled; vendor preset: enabled)
    Active: failed (Result: exit-code) since Thu 2023-11-09 15:40:41 UTC; 57s ago
    Process: 3395 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre (code=exited, status=1/FAILURE)
    CPU: 9ms

nov. 09 15:40:41 localhost.com systemd[1]: mysql.service: Scheduled restart job, restart counter is at 5.
nov. 09 15:40:41 localhost.com systemd[1]: Stopped MySQL Community Server.
nov. 09 15:40:41 localhost.com systemd[1]: mysql.service: Start request repeated too quickly.
nov. 09 15:40:41 localhost.com systemd[1]: mysql.service: Failed with result 'exit-code'.
nov. 09 15:40:41 localhost.com systemd[1]: Failed to start MySQL Community Server.

  • cat /etc/webmin/mysql/config
    nopwd=0
    add_mode=1
    mysql=/usr/bin/mysql
    perpage=25
    max_dbs=50
    mysql_libs=
    mysqldump=/usr/bin/mysqldump
    blob_mode=0
    my_cnf=/etc/mysql/my.cnf
    passwd_mode=0
    max_text=1000
    mysql_data=/var/lib/mysql
    date_subs=0
    nodbi=0
    mysqlshow=/usr/bin/mysqlshow
    ssl=0
    login=root
    stop_cmd=systemctl stop mysql
    style=1
    access=*: *
    webmin_subs=0
    mysqladmin=/usr/bin/mysqladmin
    mysqlimport=/usr/bin/mysqlimport
    start_cmd=systemctl start mysql

  • cat /etc/webmin/mysql/config
    nopwd=0
    add_mode=1
    mysql=/usr/bin/mysql
    perpage=25
    max_dbs=50
    mysql_libs=
    mysqldump=/usr/bin/mysqldump
    blob_mode=0
    my_cnf=/etc/mysql/my.cnf
    passwd_mode=0
    max_text=1000
    mysql_data=/var/lib/mysql
    date_subs=0
    nodbi=0
    mysqlshow=/usr/bin/mysqlshow
    ssl=0
    login=root
    stop_cmd=systemctl stop mysql
    style=1
    access=*: *
    webmin_subs=0
    mysqladmin=/usr/bin/mysqladmin
    mysqlimport=/usr/bin/mysqlimport
    start_cmd=systemctl start mysql
    root@localhost:~# cat /etc/os-release
    PRETTY_NAME="Ubuntu 22.04.3 LTS"
    NAME="Ubuntu"
    VERSION_ID="22.04"
    VERSION="22.04.3 LTS (Jammy Jellyfish)"
    VERSION_CODENAME=jammy
    ID=ubuntu
    ID_LIKE=debian
    HOME_URL="https://www.ubuntu.com/"
    SUPPORT_URL="https://help.ubuntu.com/"
    BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
    PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
    UBUNTU_CODENAME=jammy

@Greralt
Copy link

Greralt commented Nov 9, 2023

Voici les packets installer avant l'installation du script :
Screen Shot 11-09-23 at 05 09 PM

@Greralt
Copy link

Greralt commented Nov 9, 2023

Bon après une dernière tentative d'installation tous est bon.

Petite suggestion de modification sur le script si possible :

  • Plutôt que d'installer les packages mysql avant de lancer le script,
  • Pourquoi ne pas mettre un champ à cocher (apache, nginx, mysql, mariadb) afin que l'utilisateur choisisse de lui-même sans installer les packets tiers avant.

Merci d'avoir pris le temps d'avoir répondu et aider

@swelljoe serrait-il possible de débannir mon compte ljdj svp

@iliajie
Copy link
Contributor

iliajie commented Nov 9, 2023

Bon après une dernière tentative d'installation tous est bon.

Excellent!

Pourquoi ne pas mettre un champ à cocher (apache, nginx, mysql, mariadb) afin que l'utilisateur choisisse de lui-même sans installer les packets tiers avant.

Thanks, we will think about this when working on the new installation script for the future Virtualmin 8.

@marclaporte
Copy link
Contributor

@ljdj @Greralt

You need to acknowledge your inappropriate behavior and apologize.

In French:
Tu dois nous rassurer que tu comprends que ton comportement a été inapproprié et présenter tes excuses.

@Greralt
Copy link

Greralt commented Nov 17, 2023

Merci @marclaporte j'ai pris conscience de mon comportement et je me suis excusé par message via mail virtualmin de github

Je présente toutes mes excuses et ne me comporterais plus comme je l'ai fait.

Cordialement

Je post peut être clôturer et si possible mettre en archives pour ceux qui cherchent les questions / réponses

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants