Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

JoseMenendez

@JoseMenendez
About
Posts
10
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to take Mysql server backup to local machine?
    J JoseMenendez

    you can use the mysqldump.exe utility, it should work like this: mysqldump -hserver -uroot -pmypassword databasename

    Jm www.menendezpoo.com

    MySQL csharp asp-net mysql sysadmin tutorial

  • server
    J JoseMenendez

    Use ProcessStartInfo, and set UseShellExecute to true Then you can run the process as you where using the console.

    Jm www.menendezpoo.com

    C# sysadmin question

  • A doubt about framework 2.0, please help me....
    J JoseMenendez

    (I've been through this with someone) First: Does the laptop have a Serial Port?

    Jm www.menendezpoo.com

    C# help question

  • javascript bugs bug me.
    J JoseMenendez

    I really think that they should come up with something universal, like an Uniscript or something. It would really increase the happiness among us. :wtf:

    Jm www.menendezpoo.com

    The Lounge javascript help question announcement

  • DataGridView
    J JoseMenendez

    Just set the AutoSizeColumnsMode = AllCellsExceptHeader

    Jm www.menendezpoo.com

    Visual Basic csharp question

  • backup of mysql
    J JoseMenendez

    The only way I know to make this possible is by doing the following: Re-Install MySQL, when configuring for the first time, uncheck the checkbox that says "Change default security settings" And MySQL won't prompt for the password again.

    Jm www.menendezpoo.com

    MySQL database mysql csharp asp-net tools

  • backup of mysql
    J JoseMenendez

    then you'll have to type mysqldump -uroot -p mydatabase and it will prompt for a password. Just hit enter.

    Jm www.menendezpoo.com

    MySQL database mysql csharp asp-net tools

  • Ever seen this bad boy?
    J JoseMenendez

    Don't now exactly why it happens, but most likely to be transactional. With this kind of errors, always a re-installation of MySQL will fix the problem.

    Jm www.menendezpoo.com

    MySQL database mysql help question

  • Insert Images to MySQL via SQL Statement?
    J JoseMenendez

    From query browser: - make a select * from your table - Press the "Edit" Button on the bottom of the view - The BLOB field of the last row will show a little "open" icon. - Select the file and fill the other fields - Press "Apply Changes" (which is next to the "Edit" button") That's it? From .NET code: - Use a prepared statement.

    Jm www.menendezpoo.com

    MySQL database mysql help tutorial question

  • backup of mysql
    J JoseMenendez

    I strongly suggest to use mysqldump. You can automate it with including just the mysqldump.exe program is quite tiny and you may call it from your program.

    Jm www.menendezpoo.com

    MySQL database mysql csharp asp-net tools
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups