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

Monthly Archives: March 2012

Find the Storage Engine of a MySQL table

  • March 8, 2012

Here is how to locate the engine of your tables in MySQL: All tables SELECT table_name, engine FROM INFORMATION_SCHEMA.TABLES WHERE table_schema=DATABASE(); or One single table SHOW CREATE TABLE test; (replace test with your table name)

    • Databases
    • MySQL
    • Programming

Drop and Recreate Auto_increment Index MYSQL

  • March 8, 2012

To prevent very large auto_increment indices sometimes it is good to reset the indices, so they can start again from 1, 2,3 4 … You would want to do that if you are using one … Read more

    • Databases
    • MySQL

Iterate through the Alphabet (PHP)

  • March 7, 2012

If you want to iterate through the alphabet here is the code to do it: Lower Case for ($i=97; $i

    • PHP
    • Programming

Remove Commas from very large integers (PHP)

  • March 7, 2012

input: 1,234,567 output: 1234567 function remove_commas ($data) { return (int) str_replace(‘,’ , ”, $data); }

    • PHP
    • Programming

Update Centos 5.7 to 6.2

  • March 3, 2012

How to Update my Centos 5.7 server  to  the new 6.2 version? Upgrading from 5.7 to 6.2 is a major upgrade, contrary to upgrading your system from 5.6 to 5.7, which is a minor upgrade. … Read more

    • System Administration
« 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