3 Mayıs 2010, PAZARTESİ
H2 veritabanı yönetmek için ön aracı
/Yönetmek için ön uç aracı en iyi H2 database yönetmek nedir?
Tablo gibi işlemler için, alter table, sütun ve benzeri ekleyin.
CEVAP
3 Mayıs 2010, PAZARTESİ
Benim gibi SQuirreL SQL Client NetBeans faydalı olmasa bile güzel plugin, ele here; ama çoğu zaman, ben sadece ateş yerleşik org.h2.tools.Server
ve tarama portu 8082:
$ java -cp /opt/h2/bin/h2.jar org.h2.tools.Server -help Starts the H2 Console (web-) server, TCP, and PG server. Usage: java org.h2.tools.Server When running without options, -tcp, -web, -browser and -pg are started. Options are case sensitive. Supported options are: [-help] or [-?] Print the list of options [-web] Start the web server with the H2 Console [-webAllowOthers] Allow other computers to connect - see below [-webPort ] The port (default: 8082) [-webSSL] Use encrypted (HTTPS) connections [-browser] Start a browser and open a page to connect to the web server [-tcp] Start the TCP server [-tcpAllowOthers] Allow other computers to connect - see below [-tcpPort ] The port (default: 9092) [-tcpSSL] Use encrypted (SSL) connections [-tcpPassword ] The password for shutting down a TCP server [-tcpShutdown ""] Stop the TCP server; example: tcp://localhost:9094 [-tcpShutdownForce] Do not wait until all connections are closed [-pg] Start the PG server [-pgAllowOthers] Allow other computers to connect - see below [-pgPort ] The port (default: 5435) [-baseDir ] The base directory for H2 databases; for all servers [-ifExists] Only existing databases may be opened; for all servers [-trace] Print additional trace information; for all servers
Bunu Paylaş:
Nasıl Raylar veritabanı yönetmek için....
Nasıl düzgün SSDT ve Visual Studio 201...
Nasıl jQuery Ajax çağrısından sonra bi...
Kimlik doğrulama aracı için bağlantı a...
Veritabanı öğeleri için kaynak kontrol...