This page has been translated from English
.

إضافة أو حذف الخلية قاعدة البيانات باستخدام الطرفية -- المبادئ الطوعية المشرف # 4

English الانجليزية (تغيير)
  • Digg
  • Twitter
  • Technorati
  • del.icio.us
  • Facebook
  • MySpace
  • Reddit
  • StumbleUpon
  • LinkedIn
  • email

الحفاظ على المبادئ الطوعية أونمنجد -- الجزء 4 : إنشاء أو بن ماي بالواجبات باستخدام المحطة الطرفية

قاعدة بيانات الخلية الشعار

هذا كيفية توجيه الخرائط خارج عمليتين جميلة ولكنها في متناول يدي الخلية الأساسية ، وخلق وbinning قاعدة بيانات ، وذلك باستخدام واجهة المحطة.

بالتأكيد ، يمكنك أن تفعل مع هؤلاء ، ويقول ، phpMyAdmin ، بل انها وسيلة أسرع لأداء هذه المهام باستخدام المبادرة القطرية.

بديل "DB_Username" ، "DB_PASSWORD" ، "DB_PASSWORD" و "db_name" مع تلك الخاصة بك.

انشاء قاعدة بيانات الفيروسات أونمنجد (4 نوبي).. الكتاب المقدس المبادئ الطوعية

في 20 نسخ / لصق خطوات.. من صفر إلى بطل ، مربع فارغ لطيف ، وخادم لينكس.

بالتمرير لمؤشر سلسلة كاملة.

لذا ، مهلا ، تسليط المشتركة وتحيا الظاهري! نأمل أن يساعد. the_guv

إضافة قاعدة بيانات الخلية

من واجهة سطر الأوامر ، نحتاج أولا إلى الحصول على قذيفة ماي : --

mysql -u root -p

And before actually creating the db, you need to set up the database user and password.

grant all privileges on *.* to db_username@localhost identified by "db_password";

Now create the db:-

create database db_name;

And exit the MySQL shell:-

quit

Delete a MySQL Database

Easy tiger! From the command line interface, we need first to access mysql:-

mysql -u root -p

And delete the sucker:-

delete database db_name;

And here's an alternative way to exit the MySQL shell:-

\q

SETUP an Unmanaged VPS (4 Newbies) .. The V-P-S Bible

Serve multi sites & blogs on a budget .. at the fastest possible speed .. with the least downtime .. in the most secure environment .. and future-proofed for easy admin.

That's what the VPS Bible is about, stepped out in simple copy & paste guides.

From high traffic WordPress blogs to startup web hosts, here's what you need.

mysql -u root -p

And before actually creating the db, you need to set up the database user and password.

grant all privileges on *.* to db_username@localhost identified by "db_password";

Now create the db:-

create database db_name;

And exit the MySQL shell:-

quit

Delete a MySQL Database

Easy tiger! From the command line interface, we need first to access mysql:-

mysql -u root -p

And delete the sucker:-

delete database db_name;

And here's an alternative way to exit the MySQL shell:-

\q

SETUP an Unmanaged VPS (4 Newbies) .. The V-P-S Bible

Serve multi sites & blogs on a budget .. at the fastest possible speed .. with the least downtime .. in the most secure environment .. and future-proofed for easy admin.

That's what the VPS Bible is about, stepped out in simple copy & paste guides.

From high traffic WordPress blogs to startup web hosts, here's what you need.

Set it up?   Click here for the 21 part follow-up .. V-P-S Admin

  1. * Includes video tutorial.

  2. Not linked = not published. Won't be long. Fix a feed for updates.


If you liked that ...
... maybe you'll like these?

.