Visualizza post

Questa sezione ti permette di visualizzare tutti i post inviati da questo utente. N.B: puoi vedere solo i post relativi alle aree dove hai l'accesso.


Post - giovanni_76

Pagine: [1]
1
Server / Re:versione php centos 6 update
« il: 25 Luglio 2019, 22:16:54 »
non e stato installato con i gestore dei pacchetti  :'(
Restarting XAMPP for Linux 1.8.3-3...
XAMPP: Stopping Apache...ok.
XAMPP: Stopping MySQL...ok.
XAMPP: Stopping ProFTPD...ok.
XAMPP: Starting Apache...ok.
XAMPP: Starting MySQL...ok.
XAMPP: Starting ProFTPD...ok.

la versione è questa... dovrei installare una versione con almeno php 5.6.20.... se scarico l'ultima versione e provo a installarla...mi chiede altri 3000 aggiornamenti... mi sto demoralizzando..

2
Server / Re:versione php centos 6 update
« il: 25 Luglio 2019, 17:59:50 »
Si non ho configurato io la vps :'(

3
Server / Re:versione php centos 6 update
« il: 25 Luglio 2019, 10:28:24 »
credo sia installato con gestore dei pacchetti ma se faccio update mi dice che non ci sono aggiornamenti:

[root@vps373854 ~]# yum update
Loaded plugins: fastestmirror, presto
Setting up Update Process
Loading mirror speeds from cached hostfile
epel/metalink                                            |  30 kB     00:00
 * centos-sclo-rh: mirrors.standaloneinstaller.com
 * centos-sclo-sclo: mirrors.standaloneinstaller.com
 * epel: mirror.imt-systems.com
 * remi-safe: rpms.remirepo.net
 * webtatic: uk.repo.webtatic.com
base                                                     | 3.7 kB     00:00
centos-sclo-rh                                           | 2.9 kB     00:00
centos-sclo-sclo                                         | 2.9 kB     00:00
extras                                                   | 3.4 kB     00:00
remi-safe                                                | 3.0 kB     00:00
updates                                                  | 3.4 kB     00:00
updates/primary_db                                                                                                                                                                                                    | 5.2 MB     00:00
webtatic                                                                                                                                                                                                              | 3.6 kB     00:00
No Packages marked for Update
[root@vps373854 ~]#

4
Server / Re:versione php centos 6 update
« il: 25 Luglio 2019, 09:50:16 »
come faccio ad aggiornare xampp senza dover disinstallare tutto e reinstallare la nuova versione?

5
Server / versione php centos 6 update
« il: 24 Luglio 2019, 12:14:52 »
buongiorno a tutti
ho effettuato l'aggiornaento dellella versione di php su una vps con installato centos 6.10
tutto è andato a buon fine e la versione attuale è la 5.6.40:

[root@vps373854 ~]# php --version
PHP 5.6.40 (cli) (built: Jan 12 2019 09:19:57)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
    with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
[root@vps373854 ~]#

come posso fare per utilizzare questa versione anche in xampp instalalto sempre su questa macchina?
in uso ce la versione php 5.5.9 che per i siti wordpress è obsoleta...ce una soluzione per sostituire la versione di php con quella piu recente?

speriamo...


6
Server / Re:trasfermiento db su disco secondario
« il: 03 Luglio 2018, 20:59:39 »
sono un po all abc .. sono riuscito a fermare il server. entrando nella cartella opt/lampp e dando sudo /opt/lampp/lampp start  :)

la situazion e questa:

[root@vps373854 /]# df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/vda1        20G   13G  5.6G  71% /
tmpfs           1.9G     0  1.9G   0% /dev/shm
/dev/vdb1        99G  944M   93G   1% /mnt/disk
[root@vps373854 /]#

vorrei spostare i db dal disco vda1 al disco vb1 e far in modo che gli ulteriori db creati o importati si savino sul disco secondario.

nel file my.cfn datadir non ce esiste solo socket,modifico solo quella e come faccio a capire che il percorso sta sull altro disco....  :'(

sotto ho copiato il file cosi come e adesso

# Example MySQL config file for medium systems.
#
# This is for a system with little memory (32M - 64M) where MySQL plays
# an important part, or systems up to 128M where MySQL is used together with
# other programs (such as a web server)
#
# You can copy this file to
# /etc/my.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options (in this
# installation this directory is /opt/lampp/var/mysql) or
# ~/.my.cnf to set user-specific options.
#
# In this file, you can use all long options that a program supports.
# If you want to know which options a program supports, run the program
# with the "--help" option.

# The following options will be passed to all MySQL clients
[client]
#password       = your_password
port            = 3306
socket          = /opt/lampp/var/mysql/mysql.sock

# Here follows entries for some specific programs

# The MySQL server
[mysqld]
user = mysql
port=3306
socket          = /opt/lampp/var/mysql/mysql.sock
skip-external-locking
key_buffer = 16M
max_allowed_packet = 1M
table_open_cache = 64
sort_buffer_size = 512K
net_buffer_length = 8K
read_buffer_size = 256K
read_rnd_buffer_size = 512K
myisam_sort_buffer_size = 8M

# Where do all the plugins live
plugin_dir = /opt/lampp/lib/mysql/plugin/

# Don't listen on a TCP/IP port at all. This can be a security enhancement,
# if all processes that need to connect to mysqld run on the same host.
# All interaction with mysqld must be made via Unix sockets or named pipes.
# Note that using this option without enabling named pipes on Windows
# (via the "enable-named-pipe" option) will render mysqld useless!
#
#skip-networking

# Replication Master Server (default)
# binary logging is required for replication
# log-bin deactivated by default since XAMPP 1.4.11
#log-bin=mysql-bin

# required unique id between 1 and 2^32 - 1
# defaults to 1 if master-host is not set
# but will not function as a master if omitted
server-id       = 1

# Replication Slave (comment out master section to use this)
#
"my.cnf" 163L, 5075C





7
Server / Re:trasfermiento db su disco secondario
« il: 03 Luglio 2018, 14:19:10 »
Grazie mille.come faccio a fermare mysql su centos 6? Ho provato tutti i comandi possibili ma o non vengono riconosciuti.li devo dare da prompt della vps giusto?

8
Server / Re:trasfermiento db su disco secondario
« il: 03 Luglio 2018, 09:25:26 »
si :)
praticamente ho il disco della vps cloud quasi agli sgoccioli, e vorrei passare il db mysql ( è installato lampp sul disco principale da 20 gb) sul disco secondario che ho acquistato in aggiunta( 100 GB).
ora siccome vorrei trasferire un altro sito su questa vps, con db, di  15 gb,vorrei utilizzare il disco secondario come storage di mysql.

ho Pensato io a questa soluzione, ma se ce ne sono altre che non prevedono lo spostamento meglio... :D

spero di essere stato piu chiaro ;)


9
Server / trasfermiento db su disco secondario
« il: 02 Luglio 2018, 18:16:05 »
Buonasera a tutti,

dovrei spostare tutti i db che ho su una vps cloud con installato centos 6 sul disco aggiuntivo che ho aggiunto appunto per aumentare lo spazio di archiviazione.

come posso effettuare questa operazione senza fare danni?

il disco aggiuntivo è da 100 metre il disco primario è da 20 gb di cui 13 occupati.

qualcuno mi puo aiutare?

Pagine: [1]