Forum Replies Created
-
AuthorPosts
-
energylevel
MemberJust to clarify, I've added a PHPBB forum to a site, the site already has a members area so I wanted to sync the existing username and passwords data with the PHPBB forum database. Easy enough to do a sync for existing members but I need some kind of automation to handle new signups or people changing their password
Thanks …………
energylevel
MemberThanks for all your help, it's not such a big deal as the timestamp field populates properly when records are added via web browser/php script which how it will be done most of the time… so I can cope with that …
energylevel
Membertimestamp (14) DEFAULT 'now()' NOT NULL
This doesn't seem to be working for me…..
peterlaursen wrote on May 10 2006, 03:59 PM:Nope – it is only you that has his head filled with 'auto-complete' 😛I request 'smart keyword handling' with the literal string 'now()' – just like 'NULL' , 'CURRENT_TIMESTAMP', 'CURRENT_USER' etc.
Writing 'now()' (without quotes) in a TIMESTAMP cell would then send 'now()' (also without quotes) and the server will insert CURRENT_TIMESTAMP. Or put it another way: just as 'localtimestamp' is a synonym for 'CURRENT_TIMESTAMP', 'now()' is too. But 'now()' is the easiest to type.
energylevel
MemberRitesh wrote on Apr 10 2006, 04:23 AM:So did you get your upgrade key or you still want some help?Well I postsed a support ticket and got my download URL and new key that way ..
energylevel
MemberThanks … I don't use SQLYog very often … I would say to a guy who have the techbialc expertise you do in this area, it seems to ot would be more user friendly to have this option in the alter table screen with the pother checkboxes ??
Thanks Again
energylevel
MemberAny plans to have SSH support built in ??
energylevel
MemberI'm sure I heard mention of SSH support in a future version of SQLYog, does anyone know if it's in development ?
energylevel
MemberThanks, I'm already using mysqldump cron jobs anyway, was just looking for ways of getting backups to removable disk (as some of my customers want regular backups on sent on disk) with as little manual intervention from me as possible …..
energylevel
MemberAhh .. I see the scheduling for sync in the wizard feature, can it be done for db/tables backups too in SQLYog ? I can't see anything???
Thanks………
energylevel
Memberthanks for the help ……..
-
AuthorPosts