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
776
posted 12 years ago by fackz
This piece of code will store each line of a txt file into a mysql database
2
791
posted 13 years ago by fackz
Database backup function that you can call whenever you want — including nightly CRONs.
6
630
posted 14 years ago by fackz