Giter Club home page Giter Club logo

chrome_mysql_admin's Introduction

chrome_mysql_admin's People

Contributors

greatghoul avatar igrep avatar olafinetz avatar yoichiro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chrome_mysql_admin's Issues

Show query log

I like how the app shows the query it's currently running, but being able to read it before it goes away is difficult. It would also be nice to be able to copy the query before it disappears.

But displaying that message longer than necessary would not be good either. So maybe a query log or something similar would be nice. Somewhere to go that would show all the queries run on the server for the current session or all sessions?

Just a thought. Thanks for this app.

Wont start up after few uses

Your extension is very handy and too good... But..

After using for few times may be 4 or 5 times, if I click to open it, it never opens up and i need to uninstall it and install again. Please take a look.

Table View

Unable to view all record data, can't scroll to last column of table.

how to write a comment for a column

I can see the comment column in the table structure section, but I do not know where I can write a comment for the table.
I can add / edit a new column, but I cannot see the column section in the add/edit layer.

"Now communicating with MySQL server..." hang

This looks similar to #37.

I am using Chromium 57 + Linux. When I load the same SSH-based MySQL configuration that works correctly on my Chromebook Pixel (running ChromeOS), the application hangs forever with the message below.

chrome-mysql-admin-error2

This appears to be a JavaScript error, as when I open the extension console page I see the following right as I click "Connect":

chrome-mysql-admin-error

White screen on v4.6.1

I've updated the software to use the new "search on enter key" feature, but now it won't load at all.

When I open the app, it shows the basic layout (white screen with grey box where table list would be) but nothing else. No link to localhost, no information anywhere, no nothing. Just a white screen with a grey rectangular sidebar.

Please let me know if you need any more information, and I'm happy to provide.

v4.6.1
Chrome Version 48.0.2564.109 m
Windows 8.1
MySQL 5.6.26-log - MySQL Community Server (GPL)

Collapse Table/View list

Is it possible to collapse or resize the list of tables/views on the left hand side? Even by trick as a work around?

Can create tables but cannot add columns to tables

I am logged in as an administrator. I can create tables, but cannot add columns to them. Error is: [Error code:1146 SQL state:42S02] Table 'hswdb1.[object Object]' doesn't exist.

Tried this on multiple tables with the same result

,

,

When pasting in many statements, only the first dozen seem to execute

I was migrating a (mostly empty) mySQL database from my old web host to my new.

My process was to 'export' the existing database and data, which generated a big sql file with many statements. I copy/pasted the contents of the file into the query view of 'Chrome MySQL Admin' and when I execute things, only the first dozen (or so) statements seem to execute.

The expected functionality would be to execute all statements. I ended up using the MySQL Admin client from Oracle to perform the task. I pasted the contents of the file in and it executed all statements created the database and restoring all the existing date.

I did not really see anything that mentioned a max number of statements or see anything in the config to control the number of statements.

Other than that, love the product.

MySQL - Issue creating / granting user

create user 'ausername'@'%' identified by 'apassword';
Grant SELECT, INSERT, UPDATE, DELETE on aDatabase.aTable to 'ausername'@'%'

I expected these commands to execute successfully. But they yield an error:

[Error code:1064 SQL state:42000] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'GRANT SELECT, INSERT, UPDATE, DELETE on aDatabase.aTable to 'ausername'@'%'' at line 2

However when I execute this command in mySQL workbench, they execute successfully.

SSH access

Hi, my host enabled SSH to my remote server since I cannot access directly to the port 3306 but is does not work on my chromebook with your app, using it from my mac with Navicat Lite it does work the ssh tunnel. I dont know if you have the option why is not working ?

The app just says connecting to MySQL forever and never gives a message back.
thanks

,

,

Support multiple tabs

It would be nice to have multiple tabs to manipulate different tables at the same time.

Display window on Chromebook / Chrome OS

Hi,

as you can see on the attached picture, there is a display issue on Chrome OS / Chromebook. The lower scrollbar is hiding the icons for add, edit, delete and so on.

Best regards
Andreas
screenshot 2016-01-13 at 13 14 03

Timestamp bug with 'Allow NULL'

Hi there; great app. When enabling 'Allow NULL' on Timestamp datatype, the field is not saved with the selected NULL allowance.

Cheers.

Update button not working

When trying to edit a table record, either by double clicking on the record or clicking the pencil icon at the bottom the rows view, clicking the Update button does not do anything. Seems to not be working since version 2.14 or 2.15.

Thank you!

Incompatible TLS Version

When connecting to Google Cloud SQL over SSL I receive the error "Connection failed. Incompatible TLS Version." Is there somewhere I can get more debug output to see why this would be true?

Unable to create/access favorite servers

Since the update, I'm no longer able to create and/or access favorite servers.

The list of favorite servers that I had before the update is gone, and I'm unable to create any new favorites. I'm not sure if it's creating them and I just can't see them, or if they are not being created.

Let me know if you need any other information.

Note: I get this in my console log for window.html:

extensions::platformApp:15 history.pushState is not available in packaged apps.
extensions::platformApp:15 history.state is not available in packaged apps.

How are credentials stored

Does anyone know how credentials are stored in this Chrome app?

Is everything local and secure or are they going to a server somewhere.

,

,

Wrong passphrase or invalid/unrecognized private key file format

I am trying to use the SSH2-function with a private key. The same key works perfectly in sqlyog. There is no password so I guess it has to be the file format. What should it look like?

Version: 4.6.4
Full error message:

Port forwarding failed.

Unable to extract public key from private key file: Wrong passphrase or invalid/unrecognized private key file format -16

No functions in the gui insert dialogue?

Adding a new row there doesn't seem to be a way to use NOW() for created_at/updated_at fields. I see I can use the 'Query' tab for this

INSERT INTO `users` (`id`, `username`, `email`, `password`, `bio`, `settings`, `created_at`, `updated_at`) VALUES ('4', 'bar', '[email protected]', 'helloinsecurepassword', 'I have no bio', '{}', NOW(), NOW())

Any plans on implementing the use of functions when entering values in the gui part?

Really cool app by the way.

Query divider bug

The following code can't be divided:

--
-- hoge
--
DELIMITER ;;

The code above will be one string... It should be two sentences...

,

,

Does not support database with `-` in name

When switch to database whos name contains -, the app will give the flowling error:

Fatal error occurred. Go back to login screen.

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-development' at line 1

Load a MySQL Server on Local Host

Is there anyway to load a MySQL on MySQL Admin? Here's what I've done from a tutorial.
image
What would go in the User name and password?

MS Azure connection problems

Hi Yoichiro,

Have porblems with connection on azure.com as I've tested the connection to the base and it is ok, but your application wrote me -188 (TIME that the Connection timed up). Could you please advise what to do?

Thank you in advance.

,

,

Inline editing

Would it be possible to make the editing of data inline in the row's view? The modal for editing I personally find distracting and time consuming.

Optimize or ignore binary data

If a table storage binary file or image or something largger data, it will get stuck when select data from table.
Hope to be fixed.
Thanks!

Editing values in rows

When I edit a datetime field that has the structure to allow NULL it wont let me add a NULL in the value it will just default to the default datetime value. Great job so far, hope to see this app take off!

Sync across browser?

Would be great if my db user / pass would sync across Chrome when I login somewhere else. :)

Select text in rows

I was trying to select some of the data in a result row and was unable to do so.

If I could select all the data in a single field, a whole row, or a whole result set, that would be awesome.

Thanks.

Pagging problem

Hi
There is a pagging problem.
I have 343 row of data in one of my table first time i choose that table show "1/3" second time i choose that table show "1/5".

Define SET, ENUM values

image

Would be great to have an additional text field if SET or ENUM type is selected to define the values for that column. Thanks for the great work.

,

,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.