Forum Replies Created
-
AuthorPosts
-
January 21, 2011 at 10:49 am in reply to: Is It Possible The Ssh Connection Feature On Sqlyog ? #31859
COBAY
Member'COBAY' wrote:thank you for your description.
[attachment=1532:Snap1.gif]
It has been all diabled.
Is not supported on community free edition ?
thank you for your help.
January 21, 2011 at 9:51 am in reply to: Is It Possible The Ssh Connection Feature On Sqlyog ? #31857COBAY
Member'COBAY' wrote:Hi, all
I've been ofter hacking on my linux server.
I'm connecting using sqlyog to my server on several public location.
Is it possible the ssh connection feature on sqlyog ?
thank you for your description.
[attachment=1532:Snap1.gif]
It has been all diabled.
Is not supported on community free edition ?
COBAY
Member'COBAY' wrote:Ok,
[attachment=1522:Snap30.png]
when I mouse right click, the feature is none.
“table schema generate script” menu is need.
table scheme generate script :
1.create table copy to clipboard.
2.alter table copy to clipboard.
…etc..
I need a copy/paste feature for the sake of generate schema of a lot of tables.
thanks.
ahh~~~
already there was duplicate table feature.
Thank you for your detail and easily description.
COBAY
Member'peterlaursen' wrote:I am not sure I understand the problem!
But (My)SQL syntax to get DDL for an existing table is
Code:SHOW CREATE TABLE tablename;SQLyog displays this in the “Info” tab if a tabel is selected in teh Object Browser
Ok,
[attachment=1522:Snap30.png]
when I mouse right click, the feature is none.
“table schema generate script” menu is need.
table scheme generate script :
1.create table copy to clipboard.
2.alter table copy to clipboard.
…etc..
I need a copy/paste feature for the sake of generate schema of a lot of tables.
thanks.
January 3, 2011 at 9:56 am in reply to: Where Is It ? Sqlyog Community Version Download Address ? #31783COBAY
Member'peterlaursen' wrote:Good ~~
thank you very much !
Happy new year !!
COBAY
Member'peterlaursen' wrote:There is no hard-coding if you use MySQL 5.1 or higher. On those server versions Information_Schema has the information. On 5.0 it has not.
I agree that this should probably have been fixed 3-4 years ago (when MySQL 5.0 was 'state of the art MySQL'). But now we won't as 5.0 is out of active support by MySQL/Oracle. This is a matter of prioritizing resources simply. We want to move forward – not backwards. It also matters that there is a functional workaround.
yes, ok..
I'll upgrade to mysql v5.1
GO~~~ GO~~~~forward…..Not look back.
thanks.
COBAY
Member'peterlaursen' wrote:There also is an easy workaround:
Use the option to 'preview SQL', copy it to clipboard, paste to editor, replace the current ENGINE specification with 'MEMORY'.
ahh~~~~ 'hardcoding' issue..
preview SQL can't use before column info be modified. ^^ (not be open preview SQL popup window)
Anyway, Thanks.
COBAY
Member'Khushboo' wrote:Hi,
Issue confirmed.
For MySQL versions 5.0x, “Change Table Type” sub-menu is not displaying all supported engines.
We will fix this issue and give you a not-release(special) binary shortly.
Thank you for reporting the issue.
Regards,
Khushboo
Thank you…
COBAY
Member'ashwin' wrote:Please execute these queries in SQLyog editor:
SELECT `ENGINE`, `SUPPORT` FROM information_schema.Engines;
And
SHOW ENGINES;
and paste your results here.
Also can you tell us your MySQL and SQLyog version you are using.
Yes,
[attachment=1496:Snap5.gif]
[attachment=1497:Snap6.gif]
information_schema.
[attachment=1498:Snap9.gif]
Mysql version
[attachment=1494:Snap7.gif]
SQLyog version
[attachment=1495:Snap8.gif]
COBAY
Member'ashwin' wrote:Hi,
Can you execute “SHOW ENGINES” and check what Storage Engines are available for your server. Because SQLyog queries ('asks') the server about what types/engines are available and only displays the ones available (that may vary considerably depending on the server version, the platform where the server runs and how it was compiled and how it is configured).
Read this FAQ to know more about what Storage Engines are supported by SQLyog:
http://www.webyog.com/faq/content/29/135/en/what-storage-engines-are-supported-by-sqlyog.html
Yes,
I captured on our CentOS Linux.(after be executed “show engines” command)
[attachment=1490:Snap3.gif]
of course, memory engine is “yes”
also, that table is displayed “memory table” after “show table status” command.
[attachment=1491:Snap4.gif]
but, it is not displayed by options on sqlyog.
-
AuthorPosts