top of page
llanmaniratedsapp

Navicat Linux: The Ultimate Database Management Solution for Linux Users



1. Extract appimage file. All files will be in a directory called `squashfs-root` ```bash your-path/navicat15-premium-en.AppImage --appimage-extract ``` **Tips:** When extracting ends in error as follow, you can try to mount appimage file then copy app source to directory squashfs-root. > ./navicat15-premium-en.AppImage --appimage-extract > qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 471, resource id: 12928710, major code: 40 (TranslateCoords), minor code: 0 > /tmp/.mount_whnQrp/AppRun: symbol lookup error: /usr/lib/libgio-2.0.so.0: undefined symbol: g_module_open_full ```bash # create app source mount point mkdir src # mount appimage file(read only) sudo mount -o loop your-path/navicat15-premium-en.AppImage src # copy all source file(writable) cp -r src squashfs-root # umount appimage file sudo umount src rmdir src ```


``` **Tips:** When extracting ends in error as follow, you can try to mount appimage file then copy app source to directory squashfs-root. > ./navicat15-premium-en.AppImage --appimage-extract > qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 471, resource id: 12928710, major code: 40 (TranslateCoords), minor code: 0 > /tmp/.mount_whnQrp/AppRun: symbol lookup error: /usr/lib/libgio-2.0.so.0: undefined symbol: g_module_open_full ```bash # create app source mount point mkdir src # mount appimage file(read only) sudo mount -o loop your-path/navicat15-premium-en.AppImage src # copy all source file(writable) cp -r src squashfs-root # umount appimage file sudo umount src rmdir src ```




Navicat linux



Secondly, Go to the Application Tab type Name whatever you want, and then come to the command section. Where click on the Browse button and just like we did for Ubuntu, go to the downloaded Navicat folder and select start_navicat script.


Previous code is archived in linux-archived branch for the reason that Navicat has come to version 16.x.x which I think should be a milestone and I decide to obsolete previous code and rewrite new one.


Navicat for MySQL is a powerful MySQL Database Server administration and development tool. It works with any MySQL version from 3.21 or above and supports most of the latest MySQL features including Trigger, Procedure, Function, Event, View, Manage User, and so on. You can download navicat from here.


"@context": " ", "@type": "Product", "aggregateRating": "@type": "AggregateRating", "bestRating": "5", "ratingValue": "4.9" , "description": "Navicat Premium for Linux is a desktop-based database design, management & administration tool that allows you to simultaneously connect to and administer MySQL, MariaDB, Oracle Database, Microsoft SQL Server, PostgreSQL, and SQLite databases from a single application with an extremely user-friendly and ergonomic graphical user interface (GUI). Navicat Premium also makes it easy to import, export, even migrate data between these database platforms. Additionally, it is also compatible with Drizzle, OurDelta, and Percona Server, and supports cloud databases like Amazon RDS, Amazon Aurora, Amazon Redshift, Microsoft SQL Azure, Oracle Cloud and Google Cloud. ", "name": "Navicat Premium v11 for Linux", "image": " -content/uploads/navicat-premium-banner.png", "offers": "@type": "Offer", "availability": " ", "url": " -premium-linux/", "highPrice": "798.40", "price": "758.72", "priceCurrency": "GBP"


I am currently trying to set up some databases using PostgreSQL 9.4 on a guest VM using VirtualBox running centos 6.5. I'm trying to connect to the database using navicat from the host but all it's giving me is a message saying: 2ff7e9595c


0 views0 comments

Recent Posts

See All

Comments


bottom of page