Révision 7c18e02a README

b/README
296 296

  
297 297
On the targeted server, you can restore database from the last backup
298 298
(file ''labstocks_db.sql'') by typing the following command in a
299
terminal. It drops existing tables, creates new one and restore data.
300
You have to adapt user password and database name according to your
299
terminal. It drops existing tables, creates new one and restores data.
300
You have to adapt user, password and database name according to your
301 301
setting.
302 302

  
303 303
   sudo mysql --user=root --password=root labstocks_db < labstocks_db.sql
......
313 313
Extend Database
314 314
---------------
315 315

  
316
MyLabstock is delivrer under a free licence. Feel free to modify and
316
MyLabstock is delivered under a free licence. Feel free to modify and
317 317
extend it as to adapt it to your your own lab. To do that you could
318 318
easily create new table using phpMyAdmin
319
(http://your_server/phpmyadmin)
320
http://http://your_server/yourserver)ou mysql command line tool
321
(documentation here
319
(http://your_server/phpmyadmin) http://http://your_server/yourserver)
320
or mysql command line tool (documentation here
322 321
http://dev.mysql.com/doc/refman/5.6/en/mysql.html). MyLabStocks uses
323
the  framework phpMyEdit to manaeg the user interface. Use the
322
the  framework phpMyEdit to manage the user interface. Use the
324 323
provided tool http://your_server/phpMyEditSetup.php to generate code.
325
For any question please refer to the embeded documention
324
For any question please refer to the phpMyEdit embedded documentation
326 325
(http://your_server/labstocks/doc/html/).

Formats disponibles : Unified diff