Profile
Achievement
                    
    
                fackz's Recent SnippetsTagged mysql
- All /
 
 « Prev 1 Next »
The script below connects to a MySQL database server on "localhost" using the login name "test" and password "123456" and then connects to the database "test". It then copies the table structure and data from the table "products" to a new table "prod...
        
        
        
            4 
        
        
            2860 
        
                    posted 15 years ago by fackz
            This piece of code will store each line of a txt file into a mysql database
        
        
        
            2 
        
        
            2002 
        
                    posted 16 years ago by fackz
            Database backup function that you can call whenever you want — including nightly CRONs.
        
        
        
            6 
        
        
            2631 
        
                    posted 16 years ago by fackz