Mainos / Advertisement:
Käyttäjän muokkaukset
Käyttäjän Frans muokkaukset keskustelu estoloki tallennukset lokit
- 23. marraskuuta 2015 kello 21.10 ero historia +105 U Translations:Mysql/71/en Ak: Uusi sivu: https://www.digitalocean.com/community/tutorials/how-to-create-a-new-user-and-grant-permissions-in-mysql uusin
- 23. marraskuuta 2015 kello 21.10 ero historia +14 U Translations:Mysql/70/en Ak: Uusi sivu: == Sources == uusin
- 23. marraskuuta 2015 kello 21.10 ero historia -1 Mysql/en Ak: Uusi sivu: == Sources == uusin
- 23. marraskuuta 2015 kello 21.10 ero historia +20 U Translations:Mysql/69/en Ak: Uusi sivu: Automysqlbackup uusin
- 23. marraskuuta 2015 kello 21.10 ero historia -6 Mysql/en Ak: Uusi sivu: == Backup ==
- 23. marraskuuta 2015 kello 21.10 ero historia +13 U Translations:Mysql/68/en Ak: Uusi sivu: == Backup == uusin
- 23. marraskuuta 2015 kello 21.10 ero historia +69 U Translations:Mysql/67/en Ak: Uusi sivu: You have to write this in every php file that will use the database. uusin
- 23. marraskuuta 2015 kello 21.10 ero historia -25 Mysql/en Ak: Uusi sivu: You have to write this in every php file that will use the database.
- 23. marraskuuta 2015 kello 21.10 ero historia +41 U Translations:Mysql/66/en Ak: Uusi sivu: <?php include_once ('mysql.php'); ?> uusin
- 23. marraskuuta 2015 kello 21.08 ero historia +113 U Translations:Mysql/65/en Ak: Uusi sivu: Save the previous configurations into mysql.php and then for instance write the following in the index.php file: uusin
- 23. marraskuuta 2015 kello 21.08 ero historia +24 Mysql/en Ak: Uusi sivu: Save the previous configurations into mysql.php and then for instance write the following in the index.php file:
- 23. marraskuuta 2015 kello 21.05 ero historia +96 U Translations:Mysql/64/en Ak: Uusi sivu: Note that the database needs to have something written in it in order for you to print from it. uusin
- 23. marraskuuta 2015 kello 21.05 ero historia +6 Mysql/en Ak: Uusi sivu: Note that the database needs to have something written in it in order for you to print from it.
- 23. marraskuuta 2015 kello 20.59 ero historia +315 U Translations:Mysql/63/en Ak: Uusi sivu: <?php $con=mysqli_connect("127.0.0.1","root","Qwerty123","database"); if (mysqli_connect_errno()) { echo "Connecting failed. " . mysqli_connect_error(); } $result = mysql... uusin
- 23. marraskuuta 2015 kello 20.59 ero historia -8 Mysql/en Ak: Uusi sivu: <?php $con=mysqli_connect("127.0.0.1","root","Qwerty123","database"); if (mysqli_connect_errno()) { echo "Connecting failed. " . mysqli_connect_error(); } $result = mysql...
- 23. marraskuuta 2015 kello 20.59 ero historia +30 U Translations:Mysql/62/en Ak: Uusi sivu: Printing from MySQL database: uusin
- 23. marraskuuta 2015 kello 20.59 ero historia -3 Mysql/en Ak: Uusi sivu: Printing from MySQL database:
- 23. marraskuuta 2015 kello 20.59 ero historia 0 Mysql/en Ak: Uusi sivu: So basically we select the server address, username, password and the database.
- 23. marraskuuta 2015 kello 20.59 ero historia +80 U Translations:Mysql/61/en Ak: Uusi sivu: So basically we select the server address, username, password and the database. uusin
- 23. marraskuuta 2015 kello 20.58 ero historia +168 U Translations:Mysql/60/en Ak: Uusi sivu: <?php //Establishing connection to database $con = mysqli_connect(127.0.0.1,root,Qwerty123,database); //Closing connection to database mysqli_close($con); ?> uusin
- 23. marraskuuta 2015 kello 20.58 ero historia +2 Mysql/en Ak: Uusi sivu: <?php //Establishing connection to database $con = mysqli_connect(127.0.0.1,root,Qwerty123,database); //Closing connection to database mysqli_close($con); ?>
- 23. marraskuuta 2015 kello 20.57 ero historia +28 U Translations:Mysql/59/en Ak: Uusi sivu: Modify this to for example: uusin
- 23. marraskuuta 2015 kello 20.57 ero historia 0 Mysql/en Ak: Uusi sivu: Modify this to for example:
- 23. marraskuuta 2015 kello 20.57 ero historia +82 U Translations:Mysql/58/en Ak: Uusi sivu: <?php mysqli_connect(host,username,password,dbname); mysqli_close($con); ?> uusin
- 23. marraskuuta 2015 kello 20.57 ero historia -22 Mysql/en Ak: Uusi sivu: You can fetch and send information to the MySQL database using PHP. This is simply done by the command:
- 23. marraskuuta 2015 kello 20.57 ero historia +104 U Translations:Mysql/57/en Ak: Uusi sivu: You can fetch and send information to the MySQL database using PHP. This is simply done by the command: uusin
- 23. marraskuuta 2015 kello 20.56 ero historia +1 Mysql/en
- 23. marraskuuta 2015 kello 20.56 ero historia +1 Translations:Mysql/56/en uusin
- 23. marraskuuta 2015 kello 20.56 ero historia -6 Mysql/en Ak: Uusi sivu: When synchronizing both ways, you must define the role for both servers, one Slave and one Master.
- 23. marraskuuta 2015 kello 20.56 ero historia +20 U Translations:Mysql/56/en Ak: Uusi sivu: == MYSQL ja PHP5 ==
- 23. marraskuuta 2015 kello 20.56 ero historia +99 U Translations:Mysql/55/en Ak: Uusi sivu: When synchronizing both ways, you must define the role for both servers, one Slave and one Master. uusin
- 23. marraskuuta 2015 kello 20.52 ero historia +20 U Translations:Mysql/54/en Ak: Uusi sivu: show slave status\G uusin
- 23. marraskuuta 2015 kello 20.52 ero historia +3 Mysql/en Ak: Uusi sivu: Make sure that everything works:
- 23. marraskuuta 2015 kello 20.52 ero historia +33 U Translations:Mysql/53/en Ak: Uusi sivu: Make sure that everything works: uusin
- 23. marraskuuta 2015 kello 20.52 ero historia +13 U Translations:Mysql/52/en Ak: Uusi sivu: Start slave; uusin
- 23. marraskuuta 2015 kello 20.52 ero historia +23 U Translations:Mysql/51/en Ak: Uusi sivu: Start the Slave server uusin
- 23. marraskuuta 2015 kello 20.52 ero historia -4 Mysql/en Ak: Uusi sivu: Start the Slave server
- 23. marraskuuta 2015 kello 20.52 ero historia +4 Mysql/en Ak: Uusi sivu: Establish a connection to the database server and give the Master server's IP-address, username and password.
- 23. marraskuuta 2015 kello 20.52 ero historia +100 U Translations:Mysql/50/en Ak: Uusi sivu: HANGE MASTER TO MASTER_HOST='10.10.10.100', MASTER_USER='replicant', MASTER_PASSWORD='password'; uusin
- 23. marraskuuta 2015 kello 20.52 ero historia +110 U Translations:Mysql/49/en Ak: Uusi sivu: Establish a connection to the database server and give the Master server's IP-address, username and password. uusin
- 23. marraskuuta 2015 kello 20.49 ero historia +47 U Translations:Mysql/48/en Ak: Uusi sivu: This goes in the Slave server's configuration: uusin
- 23. marraskuuta 2015 kello 20.49 ero historia 0 Mysql/en Ak: Uusi sivu: This goes in the Slave server's configuration:
- 23. marraskuuta 2015 kello 20.49 ero historia +45 U Translations:Mysql/73/en Ak: Uusi sivu: select host, user, password from mysql.user; uusin
- 23. marraskuuta 2015 kello 20.49 ero historia +71 Mysql/en Ak: Uusi sivu: List user accounts:
- 23. marraskuuta 2015 kello 20.49 ero historia +20 U Translations:Mysql/72/en Ak: Uusi sivu: List user accounts: uusin
- 23. marraskuuta 2015 kello 20.48 ero historia +24 Mysql Tämä versio merkittiin käännettäväksi
- 18. marraskuuta 2015 kello 10.01 ero historia +96 U Translations:Apache2/144/en Ak: Uusi sivu: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} uusin
- 18. marraskuuta 2015 kello 10.01 ero historia -2 Apache2/en Ak: Uusi sivu: Example: HTTP -> HTTPS uusin
- 18. marraskuuta 2015 kello 10.01 ero historia +23 U Translations:Apache2/143/en Ak: Uusi sivu: Example: HTTP -> HTTPS uusin
- 18. marraskuuta 2015 kello 10.01 ero historia 0 Apache2/en Ak: Uusi sivu: ==== Configuration ====
Mainos / Advertisement: