Archive for the ‘Mysql’ tag
Mysql password reset,change
Q. How do I change MySQL root password under Linux, FreeBSD, OpenBSD and UNIX like operating system over ssh / telnet session?
A. Setting up mysql password is one of the essential tasks. root user is MySQL admin account. Please note that Linux / UNIX login root account for your operating system and MySQL root are different. They are separate and nothing to do with each other (indeed some admin removes root account and setup admin as mysql super user).
mysqladmin command to change root password
Php üstünden Mysql Tablo Silme – Düşürme
Şimdi arkadaşlar PHP kodları sayesinden mysql’e bağlantı kurup eskiden oluşturduğunuz bir tabloyu nasıl sileceğiniz göstereceğim bu bağlamda kullanacağımız bir takım fonksiyonları yazalım:
1- mysql_connect(”string hostname”,”string username”,”string password”); //mysql bağlantı için.
2- mysql_select_db(”string database name”); //mysql veri tabanı seç.
3- mysql_query(”string query”); // query gönder.















