SQLyog 7.13 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News SQLyog 7.13 (Default branch)
# 1  
Old 11-18-2008
SQLyog 7.13 (Default branch)

SQLyog is an easy to use, compact, and very fastgraphical tool to manage your MySQL database fromanywhere in the world. SQLyog is a tool thatallows you manage a MySQL database.License: FreewareChanges:
A rare crash in Schema Sync was fixed. This issue was discovered when testing internally. No user had reported this. Management of column-level privileges was not functional and has been fixed. It was only possible to select a single group of objects in GRIDS with the shift+click modifier, so this has been fixed. Autocomplete now uses secure atomic transactions when writing to SQLite databases ("Tags files"). A few reports were made of random program crashes that could be traced down to corrupt SQLite databases. This corruption will not happen any more.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
ONEDB(1)					  onedb(1) -- OpenNebula database migration tool					  ONEDB(1)

NAME
onedb This command enables the user to manage the OpenNebula database. It provides information about the DB version, means to upgrade it to the latest version, and backup tools. OPTIONS
-f, --force Forces the backup even if the DB exists -b, --backup file Use this file to store SQL dump -v, --verbose Verbose mode -h, --help Show this message -V, --version Show version and copyright information -s, --sqlite file SQLite DB file -S, --server host MySQL server hostname or IP. Defaults to localhost -P, --port port MySQL server port. Defaults to 3306 -u, --username user MySQL username -p, --password pass MySQL password. Leave unset to be prompted for it -d, --dbname dbname MySQL DB name for OpenNebula COMMANDS
o backup [output_file] Dumps the DB to a file specified in the argument valid options: force o version Prints the current DB version. Use -v flag to see also OpenNebula version o history Prints the upgrades history o restore [backup_file] Restores the DB from a backup file. Only restores backups generated from the same backend (SQLite or MySQL) valid options: force o upgrade [version] Upgrades the DB to the latest version where <version> : DB version (e.g. 1, 3) to upgrade. By default the DB is upgraded to the latest version valid options: force, backup ARGUMENT FORMATS
o file Path to a file o range List of id's in the form 1,8..15 o text String April 2012 ONEDB(1)