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

Cineca inaugura Pitagora, il supercomputer Lenovo per la ricerca sulla fusione nucleare
Cineca inaugura Pitagora, il supercomputer Lenovo per la ricerca sulla fusione nucleare
Realizzato da Lenovo e installato presso il Cineca di Casalecchio di Reno, Pitagora offre circa 44 PFlop/s di potenza di calcolo ed è dedicato alla simulazione della fisica del plasma e allo studio dei materiali avanzati per la fusione, integrandosi nell’ecosistema del Tecnopolo di Bologna come infrastruttura strategica finanziata da EUROfusion e gestita in collaborazione con ENEA
Mova Z60 Ultra Roller Complete: pulisce bene grazie anche all'IA
Mova Z60 Ultra Roller Complete: pulisce bene grazie anche all'IA
Rullo di lavaggio dei pavimenti abbinato a un potente motore da 28.000 Pa e a bracci esterni che si estendono: queste, e molte altre, le caratteristiche tecniche di Z60 Ultra Roller Complete, l'ultimo robot di Mova che pulisce secondo le nostre preferenze oppure lasciando far tutto alla ricca logica di intelligenza artificiale integrata
Renault Twingo E-Tech Electric: che prezzo!
Renault Twingo E-Tech Electric: che prezzo!
Renault annuncia la nuova vettura compatta del segmento A, che strizza l'occhio alla tradizione del modello abbinandovi una motorizzazione completamente elettrica e caratteristiche ideali per i tragitti urbani. Renault Twingo E-Tech Electric punta su abitabilità, per una lunghezza di meno di 3,8 metri, abbinata a un prezzo di lancio senza incentivi di 20.000€
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 19-10-2006, 16: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, 16: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, 18: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, 18: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


Cineca inaugura Pitagora, il supercomputer Lenovo per la ricerca sulla fusione nucleare Cineca inaugura Pitagora, il supercomputer Lenov...
Mova Z60 Ultra Roller Complete: pulisce bene grazie anche all'IA Mova Z60 Ultra Roller Complete: pulisce bene gra...
Renault Twingo E-Tech Electric: che prezzo! Renault Twingo E-Tech Electric: che prezzo!
Il cuore digitale di F1 a Biggin Hill: l'infrastruttura Lenovo dietro la produzione media Il cuore digitale di F1 a Biggin Hill: l'infrast...
DJI Osmo Mobile 8: lo stabilizzatore per smartphone con tracking multiplo e asta telescopica DJI Osmo Mobile 8: lo stabilizzatore per smartph...
Sei frodi che minacciano gli utenti nel ...
BioShock 4: Take-Two rassicura sullo svi...
Tesla, Musk promette FSD 'quasi pronto' ...
BioWare conferma: il nuovo Mass Effect &...
5 robot aspirapolvere di fascia alta in ...
Xiaomi Redmi Note 14 5G a 179€ è ...
Veri affari con gli sconti de 15% Amazon...
Tutti gli iPhone 16 128GB a 699€, 16e a ...
Take-Two ammette: vendite di Borderlands...
Tutti i Macbook Air e Pro con chip M4 ch...
GeForce RTX 50 SUPER: non cancellate, ma...
Warner Bros. riporterà al cinema ...
Hai usato il 'Pezzotto'? Ora anche la Se...
TeraFab: Musk vuole costruire la fabbric...
Lo compri una volta, lo giochi dove vuoi...
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: 13:04.


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