Databases

November 13, 2008

MySQL Simple Basics

thrashline posted video:


Beginning MySQL Shows you how to create,insert,update and delete databases/tables

Filed under Tech by administrator

Permalink Print 3 Comments

September 29, 2008

How to change drive for data folder of MySQL?

mysql
technical asked:


I have installed Apache Server on my PC, with PHP and MySQL. But I store all my files and folders in Drive D:
While MySQL stores all its databases in C:\mysql\data. I want to change the drive from C to D?

Filed under Programming & Design by administrator

Permalink Print 2 Comments

September 25, 2008

How to move users and privileges from one MySQL server to another?

mysql
alex asked:


I used “mysqldump -A” to copy some databases out and then “mysql” to import them back into another server. This works ok but all the user logins and privileges are lost. Is there an easy way to move the users and privileges?

Thanks!

Filed under Software by administrator

Permalink Print 1 Comment