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

Destiny Rising: quando un gioco mobile supera il gioco originale
Destiny Rising: quando un gioco mobile supera il gioco originale
Tra il declino di Destiny 2 e la crisi di Bungie, il nuovo titolo mobile sviluppato da NetEase sorprende per profondità e varietà. Rising offre ciò che il live service di Bungie non riesce più a garantire, riportando i giocatori in un universo coerente. Un confronto che mette in luce i limiti tecnici e strategici dello studio di Bellevue
Plaud Note Pro convince per qualità e integrazione, ma l’abbonamento resta un ostacolo
Plaud Note Pro convince per qualità e integrazione, ma l’abbonamento resta un ostacolo
Plaud Note Pro è un registratore digitale elegante e tascabile con app integrata che semplifica trascrizioni e riepiloghi, offre funzioni avanzate come template e note intelligenti, ma resta vincolato a un piano a pagamento per chi ne fa un uso intensivo
Google Pixel 10 è compatto e ha uno zoom 5x a 899€: basta per essere un best-buy?
Google Pixel 10 è compatto e ha uno zoom 5x a 899€: basta per essere un best-buy?
Google Pixel 10 è uno smartphone che unisce una fotocamera molto più versatile rispetto al passato grazie allo zoom ottico 5x, il supporto magnetico Pixelsnap e il nuovo chip Tensor G5. Il dispositivo porta Android 16 e funzionalità AI avanzate come Camera Coach, mantenendo il design caratteristico della serie Pixel con miglioramenti nelle prestazioni e nell'autonomia. In Italia, però, mancano diverse feature peculiari basate sull'AI.
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


Destiny Rising: quando un gioco mobile supera il gioco originale Destiny Rising: quando un gioco mobile supera il...
Plaud Note Pro convince per qualità e integrazione, ma l’abbonamento resta un ostacolo Plaud Note Pro convince per qualità e int...
Google Pixel 10 è compatto e ha uno zoom 5x a 899€: basta per essere un best-buy? Google Pixel 10 è compatto e ha uno zoom ...
Prova GeForce NOW upgrade Blackwell: il cloud gaming cambia per sempre Prova GeForce NOW upgrade Blackwell: il cloud ga...
Ecovacs Deebot X11 Omnicyclone: niente più sacchetto per lo sporco Ecovacs Deebot X11 Omnicyclone: niente più...
La GTX 2080 Ti mai arrivata sul mercato,...
Hoolow Knight: Silksong, il gioco che a ...
Duolingo crolla in Borsa: la minaccia ar...
Battlefield 6: i giocatori console potra...
Citroen Racing, la marca ritorna alle co...
Windows 10 ESU: come partecipare al prog...
ASUS Vivobook 16X a meno di 470€ su Amaz...
Con Agent Payments Protocol di Google gl...
Windows 10 muore, gli attivisti insorgon...
NVIDIA sarà il primo cliente di T...
Stellantis cancella il pick-up elettrico...
Microsoft termina il supporto per Office...
VaultGemma di Google è il primo L...
Uno studio svela come usiamo ChatGPT, il...
Bucano con una trivella la galleria ferr...
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: 17:26.


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