Ycsoftware.net
Menu
  • Databases
    • MySQL
    • MS SQL Server
    • Foxpro
  • Programming
    • .NET
    • C#
    • Drupal
    • Java
    • PHP
    • Javascript
  • System Administration
    • Hardware
    • Linux
    • MAC
    • Virtual Servers
    • VMWARE
    • Servers
    • VirtualBox
  • Web Design
    • CSS
    • Flash
    • HTML
    • SEO
  • Other
  • Contact Us
    • About Us

Category : MySQL

Not in vs Not Exists

  • October 12, 2011

They both (“NOT IN” and “NOT EXIST”) have the same functionality with only one major difference: “NOT IN” will return a “NULL” if there are any NULL column(s) in the subquery. “NOT EXISTS” does not … Read more

    • MySQL
    • Programming

Find the Storage Engine of my MySQL tables

  • October 4, 2011

use Tablename; select table_name, ENGINE FROM INFORMATION_SCHEMA.TABLES WHERE table_schema=DATABASE();

    • Databases
    • MySQL

MySQL Varchar Max Length Confusion

  • September 15, 2011

I was always under the impression that varchar maximun length was 255. Values in VARCHAR columns are variable-length strings. The length can be specified as a value from 0 to 255 before MySQL 5.0.3, and … Read more

    • MySQL
    • Programming

How to find the Mysql Storage Engine Type

  • September 13, 2011

Here are your options: 1. Check the my.ini file 2. Check you GUI Configuration or preferences 3. Run the following query: SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE table_schema = ‘ycsoftware’

    • Databases
    • MySQL

Last Inserted ID in PHP Mysql

  • September 7, 2011

Getting the last inserted ID in PHP(Mysql) is not too bad. I am assuming that you already have a connection to the database; echo mysql_insert_id(); or $result = mysql_query (‘SELECT LAST_INSERT_ID()’); $row = mysql_fetch_array($result); echo … Read more

    • MySQL
    • PHP
    • Programming
« Older Posts
Newer Posts »

Search

Search

YCSoftware Recent Comments

Thanks very much !!!...
Just testing...
Awesome, problem solved. Thanks man....
REboot the MAC and Try to redownload the JDK. It might be that the JDK...
When I download the new JDK for Mac it says the disk image is not reco...
You are my hero for posting this....
Greetings! Very useful advice in this particular article! It's the ...
I love what you guys are up too. This type of clever work and reportin...
relates to. To fix that you can either include the path to mysqldump e...
By implementing all these third-party tacked on start menus, all we’...

Tags

.net C# Centos 5 interest internet Microsoft Access Microsoft Office Programming technology thinker vmware vmware tools

Sponsors

YCSoftware
  • © 2025 Ycsoftware.net
Top