46 |
+ fi |
+ fi |
47 |
+ exit 0 |
+ exit 0 |
48 |
fi |
fi |
49 |
|
diff -Nur --no-dereference smeserver-mysql-2.7.0.old/rootscl/etc/e-smith/templates/etc/phpMyAdmin/config.inc.php/11configMysql_VER_ smeserver-mysql-2.7.0/rootscl/etc/e-smith/templates/etc/phpMyAdmin/config.inc.php/11configMysql_VER_ |
50 |
|
--- smeserver-mysql-2.7.0.old/rootscl/etc/e-smith/templates/etc/phpMyAdmin/config.inc.php/11configMysql_VER_ 2022-03-12 16:39:10.000000000 -0500 |
51 |
|
+++ smeserver-mysql-2.7.0/rootscl/etc/e-smith/templates/etc/phpMyAdmin/config.inc.php/11configMysql_VER_ 2022-03-13 21:14:10.966000000 -0400 |
52 |
|
@@ -3,7 +3,7 @@ |
53 |
|
$cfg['Servers'][$i]['host'] = 'localhost'; |
54 |
|
$cfg['Servers'][$i]['extension'] = 'mysqli'; |
55 |
|
$cfg['Servers'][$i]['connect_type'] = 'socket'; |
56 |
|
-$cfg['Servers'][$i]['socket'] = '/var/lib/mysql/mariadb!!!VER!!!.sock'; |
57 |
|
+$cfg['Servers'][$i]['socket'] = '!!!SOCKET!!!'; |
58 |
|
$cfg['Servers'][$i]['compress'] = false; |
59 |
|
# standalone or login mode |
60 |
|
$scriptname=end(explode('/',$_SERVER['PHP_SELF'])); |
61 |
|
diff -Nur --no-dereference smeserver-mysql-2.7.0.old/rootscl/sbin/e-smith/systemd/mariadb_VER_-mysql.init smeserver-mysql-2.7.0/rootscl/sbin/e-smith/systemd/mariadb_VER_-mysql.init |
62 |
|
--- smeserver-mysql-2.7.0.old/rootscl/sbin/e-smith/systemd/mariadb_VER_-mysql.init 2022-03-11 20:43:05.000000000 -0500 |
63 |
|
+++ smeserver-mysql-2.7.0/rootscl/sbin/e-smith/systemd/mariadb_VER_-mysql.init 2022-03-13 21:13:39.386000000 -0400 |
64 |
|
@@ -52,7 +52,7 @@ |
65 |
|
|
66 |
|
for i in $(seq 1 10) |
67 |
|
do |
68 |
|
- if test -e /var/lib/mysql/mariadb!!!VER!!!.sock |
69 |
|
+ if test -e !!!SOCKET!!! |
70 |
|
then |
71 |
|
exit_value=0 |
72 |
|
HOME=/root |