Torna indietro   Hardware Upgrade Forum > Software > Linux, Unix, OS alternativi

Ryzen Threadripper 9980X e 9970X alla prova: AMD Zen 5 al massimo livello
Ryzen Threadripper 9980X e 9970X alla prova: AMD Zen 5 al massimo livello
AMD ha aggiornato l'offerta di CPU HEDT con i Ryzen Threadripper 9000 basati su architettura Zen 5. In questo articolo vediamo come si comportano i modelli con 64 e 32 core 9980X e 9970X. Venduti allo stesso prezzo dei predecessori e compatibili con il medesimo socket, le nuove proposte si candidano a essere ottimi compagni per chi è in cerca di potenza dei calcolo e tante linee PCI Express per workstation grafiche e destinate all'AI.
Acer TravelMate P4 14: tanta sostanza per l'utente aziendale
Acer TravelMate P4 14: tanta sostanza per l'utente aziendale
Forte di soluzioni tecniche specifiche, il notebook Acer TravelMate P4 14 abbina dimensioni compatte e buona robustezza per rispondere alle necessità specifiche degli utenti aziendali. La piattaforma AMD Ryzen 7 Pro assicura prestazioni elevate con i tipici ambiti di produttività personale e sul lavoro, mantenendo un'elevata autonomia.
Hisense M2 Pro: dove lo metti, sta. Mini proiettore laser 4K per il cinema ovunque
Hisense M2 Pro: dove lo metti, sta. Mini proiettore laser 4K per il cinema ovunque
Dal salotto al giardino, il nuovo proiettore laser di Hisense promette esperienze cinematografiche in qualsiasi contesto: qualità d’immagine, semplicità d’uso, versatilità e prezzo competitivo il suo poker d'assi
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 19-10-2006, 15:16   #1
stefanoxjx
Senior Member
 
L'Avatar di stefanoxjx
 
Iscritto dal: Jul 2002
Città: Padova
Messaggi: 4245
Un aiuto su mysql.........

Ciao a tutti, ieri a causa di un corto circuito generato dal guasto dello switch di rete, si è spento il gruppo di continuità e tutto quello che ci andava dietro, compreso il server linux.
Oggi guardando i messaggi indirizzati all'admin del server ho trovato questo:

Codice:
zencart.address_book
warning  : 1 client is using or hasn't closed the table properly
zencart.address_format
warning  : 1 client is using or hasn't closed the table properly
zencart.admin
warning  : 1 client is using or hasn't closed the table properly
zencart.admin_activity_log
warning  : 1 client is using or hasn't closed the table properly
zencart.banners
warning  : 1 client is using or hasn't closed the table properly
zencart.banners_history
warning  : 1 client is using or hasn't closed the table properly
zencart.categories
warning  : 1 client is using or hasn't closed the table properly
zencart.categories_description
warning  : 1 client is using or hasn't closed the table properly
zencart.configuration
warning  : 1 client is using or hasn't closed the table properly
zencart.configuration_group
warning  : 1 client is using or hasn't closed the table properly
zencart.counter
warning  : 1 client is using or hasn't closed the table properly
zencart.counter_history
warning  : 1 client is using or hasn't closed the table properly
zencart.countries
warning  : 1 client is using or hasn't closed the table properly
zencart.customers
warning  : 1 client is using or hasn't closed the table properly
zencart.customers_basket
warning  : 1 client is using or hasn't closed the table properly
zencart.customers_info
warning  : 1 client is using or hasn't closed the table properly
zencart.geo_zones
warning  : 1 client is using or hasn't closed the table properly
zencart.layout_boxes
warning  : 1 client is using or hasn't closed the table properly
zencart.manufacturers
warning  : 1 client is using or hasn't closed the table properly
zencart.manufacturers_info
warning  : 1 client is using or hasn't closed the table properly
zencart.orders
warning  : 1 client is using or hasn't closed the table properly
zencart.orders_products
warning  : 1 client is using or hasn't closed the table properly
zencart.orders_status
warning  : 1 client is using or hasn't closed the table properly
zencart.orders_status_history
warning  : 1 client is using or hasn't closed the table properly
zencart.orders_total
warning  : 1 client is using or hasn't closed the table properly
zencart.product_type_layout
warning  : 1 client is using or hasn't closed the table properly
zencart.product_types
warning  : 1 client is using or hasn't closed the table properly
zencart.products
warning  : 1 client is using or hasn't closed the table properly
zencart.products_description
warning  : 1 client is using or hasn't closed the table properly
zencart.products_notifications
warning  : 1 client is using or hasn't closed the table properly
zencart.products_to_categories
warning  : 1 client is using or hasn't closed the table properly
zencart.sessions
warning  : 1 client is using or hasn't closed the table properly
zencart.tax_class
warning  : 1 client is using or hasn't closed the table properly
zencart.tax_rates
warning  : 1 client is using or hasn't closed the table properly
zencart.whos_online
warning  : 1 client is using or hasn't closed the table properly
zencart.zones
warning  : 1 client is using or hasn't closed the table properly
zencart.zones_to_geo_zones
warning  : 1 client is using or hasn't closed the table properly

 Improperly closed tables are also reported if clients are accessing
 the tables *now*. A list of current connections is below.

+----+------------------+-----------+----+---------+------+-------+------------------+
| Id | User             | Host      | db | Command | Time | State | Info             |
+----+------------------+-----------+----+---------+------+-------+------------------+
| 5  | debian-sys-maint | localhost |    | Query   | 0    |       | show processlist |
+----+------------------+-----------+----+---------+------+-------+------------------+
Uptime: 3  Threads: 1  Questions: 122  Slow queries: 0  Opens: 116  Flush tables: 1  Open tables: 64  Queries per second avg: 40.667
Ora mi sto chiedendo se si è arrangiato mysql a fixare i problemi o se devo fare qualcosa io.
Purtroppo non conosco mysql fino a questo punto.
Qualcuno mi può dare un consiglio?
Grazie.
Ciao.
stefanoxjx è offline   Rispondi citando il messaggio o parte di esso
Old 19-10-2006, 15:49   #2
kingv
Senior Member
 
L'Avatar di kingv
 
Iscritto dal: Jan 2001
Città: Milano
Messaggi: 5707
devi fixare a mano le tabelle, puoi usare mysqlcheck o
myisamchk se le tabelle sono MyISAM. Il primo si usa a db attivo, il secondo a freddo.
guarda la documentazione per le opzioni.
kingv è offline   Rispondi citando il messaggio o parte di esso
Old 19-10-2006, 17:19   #3
stefanoxjx
Senior Member
 
L'Avatar di stefanoxjx
 
Iscritto dal: Jul 2002
Città: Padova
Messaggi: 4245
Fatto, mi da tutto OK............ spero sia vero

Codice:
Server:/home/st3fan0#  mysqlcheck --auto-repair zencart -u root -p
Enter password:
zencart.address_book                               OK
zencart.address_format                             OK
zencart.admin                                      OK
zencart.admin_activity_log                         OK
zencart.authorizenet                               OK
zencart.banners                                    OK
zencart.banners_history                            OK
zencart.categories                                 OK
zencart.categories_description                     OK
zencart.configuration                              OK
zencart.configuration_group                        OK
zencart.counter                                    OK
zencart.counter_history                            OK
zencart.countries                                  OK
zencart.coupon_email_track                         OK
zencart.coupon_gv_customer                         OK
zencart.coupon_gv_queue                            OK
zencart.coupon_redeem_track                        OK
zencart.coupon_restrict                            OK
zencart.coupons                                    OK
zencart.coupons_description                        OK
zencart.currencies                                 OK
zencart.customers                                  OK
zencart.customers_basket                           OK
zencart.customers_basket_attributes                OK
zencart.customers_info                             OK
zencart.customers_wishlist                         OK
zencart.db_cache                                   OK
zencart.email_archive                              OK
zencart.ezpages                                    OK
zencart.featured                                   OK
zencart.files_uploaded                             OK
zencart.geo_zones                                  OK
zencart.get_terms_to_filter                        OK
zencart.group_pricing                              OK
zencart.languages                                  OK
zencart.layout_boxes                               OK
zencart.manufacturers                              OK
zencart.manufacturers_info                         OK
zencart.media_clips                                OK
zencart.media_manager                              OK
zencart.media_to_products                          OK
zencart.media_types                                OK
zencart.meta_tags_categories_description           OK
zencart.meta_tags_products_description             OK
zencart.music_genre                                OK
zencart.newsletters                                OK
zencart.orders                                     OK
zencart.orders_products                            OK
zencart.orders_products_attributes                 OK
zencart.orders_products_download                   OK
zencart.orders_status                              OK
zencart.orders_status_history                      OK
zencart.orders_total                               OK
zencart.paypal                                     OK
zencart.paypal_payment_status                      OK
zencart.paypal_payment_status_history              OK
zencart.paypal_session                             OK
zencart.paypal_testing                             OK
zencart.product_music_extra                        OK
zencart.product_type_layout                        OK
zencart.product_types                              OK
zencart.product_types_to_category                  OK
zencart.products                                   OK
zencart.products_attributes                        OK
zencart.products_attributes_download               OK
zencart.products_description                       OK
zencart.products_discount_quantity                 OK
zencart.products_notifications                     OK
zencart.products_options                           OK
zencart.products_options_types                     OK
zencart.products_options_values                    OK
zencart.products_options_values_to_products_options OK
zencart.products_to_categories                     OK
zencart.project_version                            OK
zencart.project_version_history                    OK
zencart.query_builder                              OK
zencart.record_artists                             OK
zencart.record_artists_info                        OK
zencart.record_company                             OK
zencart.record_company_info                        OK
zencart.reviews                                    OK
zencart.reviews_description                        OK
zencart.salemaker_sales                            OK
zencart.sessions                                   OK
zencart.specials                                   OK
zencart.tax_class                                  OK
zencart.tax_rates                                  OK
zencart.template_select                            OK
zencart.upgrade_exceptions                         OK
zencart.whos_online                                OK
zencart.zones                                      OK
zencart.zones_to_geo_zones                         OK
Grazie dell'aiuto.
stefanoxjx è offline   Rispondi citando il messaggio o parte di esso
Old 19-10-2006, 17:25   #4
kingv
Senior Member
 
L'Avatar di kingv
 
Iscritto dal: Jan 2001
Città: Milano
Messaggi: 5707
sembra OK
kingv è offline   Rispondi citando il messaggio o parte di esso
 Rispondi


Ryzen Threadripper 9980X e 9970X alla prova: AMD Zen 5 al massimo livello Ryzen Threadripper 9980X e 9970X alla prova: AMD...
Acer TravelMate P4 14: tanta sostanza per l'utente aziendale Acer TravelMate P4 14: tanta sostanza per l'uten...
Hisense M2 Pro: dove lo metti, sta. Mini proiettore laser 4K per il cinema ovunque Hisense M2 Pro: dove lo metti, sta. Mini proiett...
Lenovo ThinkPad X1 2-in-1 G10 Aura Edition: il convertibile di classe Lenovo ThinkPad X1 2-in-1 G10 Aura Edition: il c...
Intervista a Stop Killing Games: distruggere videogiochi è come bruciare la musica di Mozart Intervista a Stop Killing Games: distruggere vid...
Xbox: dal prossimo mese verifica dell'id...
Corsair AI Workstation 300: poco pi&ugra...
Addio a Elio Marioli, un pioniere della ...
L'IA sta già diminuendo il potere...
Guida autonoma? Gli ADAS falliscono e in...
Skechers lancia le scarpe per bambini co...
Revolut e Audi F1: un’alleanza rivoluzio...
Gestione attività di Windows 11 d...
Amazon lancia il nuovo videocitofono Bli...
Robot aspirapolvere al top: i nuovi DEEB...
Opera vs Microsoft: la guerra dei browse...
Router e ripetitori FRITZ! in offerta su...
Spotify vola a quota 700 milioni di uten...
Microsoft pronta ad abbandonare il launc...
Windows 11, arriva una feature multimoni...
Chromium
GPU-Z
OCCT
LibreOffice Portable
Opera One Portable
Opera One 106
CCleaner Portable
CCleaner Standard
Cpu-Z
Driver NVIDIA GeForce 546.65 WHQL
SmartFTP
Trillian
Google Chrome Portable
Google Chrome 120
VirtualBox
Tutti gli articoli Tutte le news Tutti i download

Strumenti

Regole
Non Puoi aprire nuove discussioni
Non Puoi rispondere ai messaggi
Non Puoi allegare file
Non Puoi modificare i tuoi messaggi

Il codice vB è On
Le Faccine sono On
Il codice [IMG] è On
Il codice HTML è Off
Vai al Forum


Tutti gli orari sono GMT +1. Ora sono le: 06:54.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Served by www3v