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