Mysql problem [SOLVED] 22 June 2021, 17:25:32 Hello and thank you for this great distro. I have been using XFCE S6. Just installed Xamp, Mysql won't start. Quote opt/lampp/bin/mysqld_safe_helper: Can't create/write to file '/opt/lampp/var/mysql/artix.err' (Errcode: 13 "Permission denied")/opt/lampp/bin/mysql.server: 264. ред:kill: (7405) - Нема таквог процеса (no such process) XAMPP: Starting MySQL.../opt/lampp/lampp: ред 150: hostname: нема такве наредбе (no such command) Last Edit: 23 June 2021, 19:05:11 by RIA77
Re: Mysql problem Reply #1 – 22 June 2021, 17:59:47 Don't use *AMP, and don't use MySQL. Use MariaDB, the successor to MySQL. Artix has its own packages for MariaDB for all inits, so you need to install:mariadbmariadb-<your_init>: for example, mariadb-openrc, mariadb-s6...P.S: The hostname program is in the package inetutils, which you could find out by using the following command:Code: [Select]$ for pkg in `pkgfile hostname`; do pkgfile -l $pkg; done | grep hostname | grep binsystem/inetutils /usr/bin/hostname Last Edit: 22 June 2021, 18:18:28 by strajder
Re: Mysql problem Reply #2 – 22 June 2021, 18:25:43 sorry, but we are here not support center, xampp nor mysql is in our repo nor in archlinux. i am very sorry... AUR package with systemd are for advanced user, which know what to do (installing xampp is not enough, you need configure it, initialize db and run service) P. S. for Maria DB is help here https://wiki.archlinux.org/title/MariaDB, which was mention in comments too. Last Edit: 22 June 2021, 18:34:18 by alium
Re: Mysql problem Reply #3 – 23 June 2021, 18:39:15 I know how to work with Xampp, thank you for your concern. Question was why Apache was started sucsessfuly, and not MySql. I don't need support regarding using Xampp.
Re: Mysql problem Reply #4 – 23 June 2021, 19:04:42 It seems that it works, it displays "error 150 hostname, no such command", but it works.