এই সাইটের বাংলা লেখাগুলো ইউনিকোড দিয়ে কোডকৃত। বাংলা ঠিক মতো দেখতে না পেলে বুঝতে হবে আপনার কম্পিউটারে ইউনিকোডের জন্য প্রয়োজনীয় বিশেষ সফটওয়ার বসাতে হবে। অপারেটিং সিস্টেমের উপর নির্ভর করে সফটওয়ার বসানোর পদ্ধতি ভিন্ন হতে পারে। বিস্তারিত এখানে দেখুন । বাংলা অক্ষর খুব ছোট দেখালে আপনাকে ভালো একটি বাংলা ইউনিকোড ফন্ট ডাউনলোড ও ইনস্টল করতে হবে। আমরা বিনামূল্যে পাওয়া একুশে লোহিত ফন্টকে কম্পিউটার মনিটরে খুব সুন্দর করে দেখানোর উপযোগী করেছি। এটার নাম অপনালোহিত। অপনালোহিত অনেকটা বৈশাখী ফন্টের মতো, কিন্তু ইউনিকোড সমর্থিত। ডাউনলোড করুন এখান থেকে। আপনি ইচ্ছে হলে এ সাইটের ইংরেজী সংস্করণও দেখতে পারেন।
পিসিতে PHP/MySQL দিয়ে ওয়েব সাইট তৈরী ইমেল
পৃষ্ঠা সূচি
পিসিতে PHP/MySQL দিয়ে ওয়েব সাইট তৈরী
Downloading and Installing
Starting, stopping and restarting
Creating, editing MySQL database
Importing and exporting
Database users and passwords

Importing and Exporting

Sometimes you need to import one MySQL database to another. And for the same reason you may also need to export the data stored in a database. This is mainly needed when you move a locally developed site to a live server or when you need to change the server.

Exporting is easy, click on the export tab. See Fig. 8.database expotring

Select the tables by clicking or select all, and at the left bottom, check save as file, otherwise you will end up the dump on screen. Finally hit Go button. A dialog showing Save File will popup (Fig. 9). Save the file with your preferred name for later use.

 Export Save

To import a previously exported database, you need to create a database (if the export dump already doesn’t have any create database commands) and then to select it. Once selected, hit SQL tab (depending on version you have an Import tab as well.) This will bring in Fig. 10. There, browse and select your database dump (plain SQL or zipped/gzipped) and then hit Go. Done. You would see the results.

Database importing



 
 
Template by Joomlashack